Skip to content

Commit

Permalink
update changelog for release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lr4d committed Dec 3, 2019
1 parent 8d3ad9c commit 08f4f0b
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 08f4f0b

Please sign in to comment.