Skip to content

Releases: JDASoftwareGroup/kartothek

Kartothek 3.6.2

17 Dec 15:08
cec1cb1
Compare
Choose a tag to compare
Merge pull request #191 from fjetter/bugfix/ktk_hash_bucket_in_schema

Remove _KTK_HASH_BUCKET if exists

Kartothek 3.6.1

11 Dec 12:05
5ae03b0
Compare
Choose a tag to compare
v3.6.1

Fix release date for 3.6.1

Kartothek 3.6.0

03 Dec 15:10
906d683
Compare
Choose a tag to compare
Merge pull request #185 from lr4d/release_3.6.0

update changelog for release 3.6.0

Kartothek 3.5.1

25 Oct 11:57
13df5b1
Compare
Choose a tag to compare
v3.5.1

Merge pull request #170 from JDASoftwareGroup/fix/empty_index_arrow_e…

Kartothek 3.5.0

21 Oct 09:41
Compare
Choose a tag to compare

On top of many bug fixes and usability improvements this release includes support for Apache Arrow 0.15.0!

For a complete changelog see here.

Kartothek 3.4.0

17 Sep 16:28
4d57245
Compare
Choose a tag to compare

Most prominent addition is the support of pyarrow 0.14.1 !

Kartothek v3.3.0

15 Aug 11:16
b578801
Compare
Choose a tag to compare
Set release number for 3.3.0

v3.2.0

25 Jul 11:28
11fb6f5
Compare
Choose a tag to compare

This update introduces a new read interface to read a dataset as a dask.bag and includes several type stability related bugfixes.

For a full changelog, see https://kartothek.readthedocs.io/en/latest/changes.html

v3.1.1: index build efficiency + bug fixes

12 Jul 09:21
Compare
Choose a tag to compare
  • make build_dataset_indices__bag more efficient
  • make :build_dataset_indices more efficient
  • fix pseudo-private dispatch_metapartitions handling of concat_partitions_on_primary_index
  • fix internal errors if querying (e.g. via read_dataset_as_dataframes) with datetime.date predicates that use the dataset index; this affects all code paths using MetaPartition.load_dataframes

v3.1.0

10 Jul 10:01
Compare
Choose a tag to compare

Highlights of this release include the addition of many more pipelines in the eager module, performance improvements of secondary index builds and the addition of the dispatch_by keyword to have better control about the partition dispatching.

For a full description of the changes, see our changelog on https://kartothek.readthedocs.io/en/latest/changes.html