Skip to content

Commit

Permalink
Merge pull request #185 from lr4d/release_3.6.0
Browse files Browse the repository at this point in the history
update changelog for release 3.6.0
  • Loading branch information
marco-neumann-by authored Dec 3, 2019
2 parents 8d3ad9c + 08f4f0b commit 906d683
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
Changelog
=========

Version 3.5.2 (unreleased)
Version 3.6.0 (2019-12-03)
==========================

New functionality
^^^^^^^^^^^^^^^^^
- The partition on shuffle algorithm in :func:`~kartothek.io.dask.dataframe.update_dataset_from_ddf` now supports
producing deterministic buckets based on hashed input data.

Bug fixes
^^^^^^^^^
- Fix addition of bogus index columns to Parquet files when using `sort_partitions_by`.
- The partition on shuffle algorithm in :func:`~kartothek.io.dask.dataframe.update_dataset_from_ddf` will now produce
deterministic buckets based on hashed input data
- Fix bug where ``partition_on`` in write path drops empty DataFrames and can lead to datasets without tables
- Fix bug where ``partition_on`` in write path drops empty DataFrames and can lead to datasets without tables.


Version 3.5.1 (2019-10-25)
==========================
Expand Down

0 comments on commit 906d683

Please sign in to comment.