Skip to content

Commit

Permalink
Release 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Sep 28, 2020
1 parent 2eaa3ba commit 0399bdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
Changelog
=========

Version 3.15.0 (unreleased)
Version 3.15.0 (2020-09-28)
===========================

New functionality
^^^^^^^^^^^^^^^^^
* Add :func:``~kartothek.io.dask.dataframe.store_dataset_from_ddf`` to offer write
* Add :func:`~kartothek.io.dask.dataframe.store_dataset_from_ddf` to offer write
support of a dask dataframe without update support. This forbids or explicitly
allows overwrites and does not update existing datasets.
* The ``sort_partitions_by`` feature now supports multiple columns. While this
has only marginal effect for predicate pushdown, it may be used to improve the
parquet compression.
* ``build_cube_from_dataframe`` now supports the ``shuffle`` methods offered by
:func:``~kartothek.io.dask.dataframe.store_dataset_from_ddf`` and
:func:``~kartothek.io.dask.dataframe.update_dataset_from_ddf`` but writes the
:func:`~kartothek.io.dask.dataframe.store_dataset_from_ddf` and
:func:`~kartothek.io.dask.dataframe.update_dataset_from_ddf` but writes the
output in the cube format

Improvements
Expand Down

0 comments on commit 0399bdb

Please sign in to comment.