Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.24 KB

File metadata and controls

48 lines (28 loc) · 1.24 KB

Changelog

Version 0.5.1

  • Build wheels for Python 3.14 and the latest MacOS.

Version 0.5.0

  • Switch to HDF5 2.0.0 and the latest version of all assorthead libraries.

Version 0.4.5

  • Added preliminary support for custom variable length string (VLS) arrays, which compress the heap for more efficient storage than HDF5's VLS implementation. This is enabled in the save_object() methods for StringLists, BiocFrames or lists via the *_string_list_vls= option.

Version 0.4.4

  • More fixes to the wheel building.
  • Removed unnecessary dependency on jsonschema.

Version 0.4.3

  • Bugfix for the read_object() dispatcher on ranged_summarized_experiment.
  • Implemented validate_directory() to validate all objects in a directory.
  • Implemented list_objects() to list all objects in a directory.
  • Removed unnecessary dependency on dolomite-schemas.

Version 0.4.2

  • More fixes to the wheel building.

Version 0.4.1

  • Fixes to the wheel building.

Version 0.4.0

  • chore: Remove Python 3.8 (EOL).
  • precommit: Replace docformatter with ruff's formatter.

Version 0.3.0

  • Fixes to support NumPy 2.0 release.

Version 0.0.1 - 0.2.4

  • Use the Python restoration commands from the schemas.
  • First release onto PyPI