Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

53 lines (36 loc) · 1.89 KB

Changelog

[0.3.0] - 2024-04-09

  • Updated README to include installation and usage instructions.
  • Added standard open-source tooling, including package testing and requirements.
  • Add serialization and beam modules to the API.
  • Added utilities for creating test datasets.
  • Added more examples, including a Dirichlet partitioning example.
  • Removed preprocess_fn arg from PartitionedDataset.build_group_stream. Preprocessing should now be applied via tf.data.Dataset.map.

0.2.1 - 2023-06-12

  • Fixed bug where beam pipelines would not work with datasets that were not globally prepared.

0.2.0 - 2023-06-12

  • Improved parallelism in Beam pipelines to speed up dataset grouping.
  • Updated pyproject.toml file for initial PyPI release.
  • Added more detailed README file.

0.1.0 - 2023-05-31

  • Initial release