===========================
New functionality
^^^^^^^^^^^^^^^^^
* Add ``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
``kartothek.io.dask.dataframe.store_dataset_from_ddf`` and
``kartothek.io.dask.dataframe.update_dataset_from_ddf`` but writes the
output in the cube format
Improvements
^^^^^^^^^^^^
* Reduce memory consumption during index write.
* Allow `simplekv` stores and `storefact` URLs to be passed explicitly as input for the `store` arguments