Skip to content

Releases: JDASoftwareGroup/kartothek

Kartothek 3.13.1

04 Aug 10:50
Compare
Choose a tag to compare
  • Fix evaluation of "OR"-connected predicates (#295)

Kartothek 3.13.0

30 Jul 10:51
4d4d54e
Compare
Choose a tag to compare

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

24 Jul 09:23
Compare
Choose a tag to compare
  • 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

15 Jul 08:38
ce2206e
Compare
Choose a tag to compare
v3.11.0

Update changelog for release 3.11.0

Kartothek 3.10.0

02 Jul 07:19
549288f
Compare
Choose a tag to compare

Kartothek 3.9.0

03 Jun 13:54
e62b943
Compare
Choose a tag to compare

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

09 Apr 08:00
Compare
Choose a tag to compare

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

20 Mar 08:59
4d4f9e0
Compare
Choose a tag to compare
Merge pull request #253 from fjetter/bugfix/gh248

Allow dask_index_on for all col types

Kartothek 3.8.0

12 Mar 14:51
65948dc
Compare
Choose a tag to compare

Kartothek 3.7.0

12 Feb 12:14
61ce401
Compare
Choose a tag to compare

This release includes a few performance improvements and compatibility to Apache Arrow 0.16.0