Skip to content

Commit

Permalink
Update changelog for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Jul 25, 2019
1 parent 894585e commit 11fb6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
Changelog
=========


Version 3.2.0 (2019-07-25)
==========================
- Fix gh:66 where predicate pushdown may evalute false results if evaluated
using improper types. The behavior now is to raise in these situations.
- Predicate pushdown and :func:`~kartothek.serialization.filter_array_like` will now properly handle pandas Categoricals.
- Make the size of partitions controllable by introducing the `partition_size` parameter in `kartothek.io.dask.bag.read_dataset_as_metapartitions_bag` and `karothek.io.dask.bag.read_dataset_as_dataframes_bag`
- Predicate pushdown and :func:`~kartothek.serialization.filter_array_like` will now properly handle pandas Categoricals
- Add :meth:`~karothek.io.dask.bag.read_dataset_as_dataframes_bag`
- Add :meth:`~karothek.io.dask.bag.read_dataset_as_metapartitions_bag`

Expand Down

0 comments on commit 11fb6f5

Please sign in to comment.