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
- torchkafka can now be installed as a regular package. You can use
pip install git+https://github.com/bendabir/torch-kafka
to do so.
- Possible deadlocks when committing offsets using multiprocessing.
1.0.1 - 2020-10-20
- Signal handler used to ask workers to commit is now reset to default signal after the dataset is done iterating.
- 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
- Initial Proof of Concept.