Releases: JDASoftwareGroup/kartothek
Releases · JDASoftwareGroup/kartothek
Kartothek 3.13.1
- Fix evaluation of "OR"-connected predicates (#295)
Kartothek 3.13.0
Improvements
- Update timestamp related code into Ktk Discover Cube functionality.
- Support backward compatibility to old cubes and fix for cli entry point.
Kartothek 3.12.0
- Introduction of
cube
Functionality which is made with multiple Kartothek datasets. - Basic Features - Extend, Query, Remove(Partitions),
Delete (can delete entire datasets/cube), API, CLI, Core and IO features. - Advanced Features - Multi-Dataset with Single Table, Explicit physical Partitions, Seed based join system.
Kartothek 3.11.0
v3.11.0 Update changelog for release 3.11.0
Kartothek 3.10.0
Kartothek 3.9.0
This release includes support for arrow 0.17.X, features a few usability improvements and a noticeable performance boost for shuffle operations using dask DataFrames!
For a detailed Changelog, see https://kartothek.readthedocs.io/en/latest/changes.html
3.8.2
Improvements
- Read performance improved for, especially for partitioned datasets and queries with empty payload columns.
Bug fixes
- #262: Raise an exception when trying to partition on a column with null values to prevent silent data loss
- Fix multiple index creation issues (cutting data, crashing) for
uint
data - Fix index update issues for some types resulting in
TypeError: Trying to update an index with different types...
messages. - Fix issues where index creation with empty partitions can lead to
ValueError: Trying to create non-typesafe index
Kartothek 3.8.1
Merge pull request #253 from fjetter/bugfix/gh248 Allow dask_index_on for all col types
Kartothek 3.8.0
Kartothek 3.7.0
This release includes a few performance improvements and compatibility to Apache Arrow 0.16.0