Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2020-11-06

Added

  • torchkafka can now be installed as a regular package. You can use pip install git+https://github.com/bendabir/torch-kafka to do so.

Fixed

  • Possible deadlocks when committing offsets using multiprocessing.

1.0.1 - 2020-10-20

Changed

  • Signal handler used to ask workers to commit is now reset to default signal after the dataset is done iterating.

Fixed

  • The auto_commit method now works on all datasets. For non-Kafka datasets, the iterator just yield the data without any commit mecanism.

1.0.0 - 2020-10-15

Added

  • Initial Proof of Concept.