Skip to content

Kartothek v3.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 10:22

Version 3.20.0 (2021-03-15)

This will be the final release in the 3.X series. Please ensure your
existing codebase does not raise any DeprecationWarning from kartothek
and migrate your import paths ahead of time to the new
kartothek.api{.interpreted-text role="mod"} modules to ensure a smooth
migration to 4.X.

  • Introduce kartothek.api{.interpreted-text role="mod"} as the
    public definition of the API. See also
    versioning{.interpreted-text role="doc"}.
  • Introduce [DatasetMetadataBase.schema]{.title-ref} to prepare
    deprecation of [table_meta]{.title-ref}
  • ~kartothek.io.eager.read_dataset_as_dataframes{.interpreted-text
    role="func"} and
    ~kartothek.io.iter.read_dataset_as_dataframes__iterator{.interpreted-text
    role="func"} now correctly return categoricals as requested for
    misaligned categories.