Releases: BirkhoffG/jax-dataloader
Releases · BirkhoffG/jax-dataloader
v0.1.3
What's Changed
New Features
- Implement
manual_seed
to set the global seed work for reproducibility by @BirkhoffG in #36
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
New Features
- Support python=3.12 by @BirkhoffG in #32
Documentations
- Add an example on training ViT with Flax and pytorch dataset by @BirkhoffG in #29
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The jax-dataloader
v0.1 is here! 🎉🎉🎉
What's Changed
- Major codebase refactor by @BirkhoffG in #17
- Update README to show compatibility table by @BirkhoffG in #21
- Create a benchmarking script by @BirkhoffG in #23
- clean up by @BirkhoffG in #27
- Add integration tests by @BirkhoffG in #28
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
- Upgrade the doc site using nbdev_mkdocs by @BirkhoffG in #15
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
What's Changed
New Features
- Reorganize nbs; Improve docs by @BirkhoffG in #8
- Implemented tensorflow-backed dataloader by @BirkhoffG in #12
- Improve CI by @BirkhoffG in #14
Bug Fixed
- Fix error if torch is not installed by @Devan-Kerman in #7
New Contributors
- @Devan-Kerman made their first contribution in #7
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Support pytorch and huggingface dataset by @BirkhoffG in #3
- Add _dispatch_dataset for process different dataset type; deprecate TorchDataset and HFDataset by @BirkhoffG in #5
- Expose
core.py
to__init__.py
(i.e., can import the library viaimport jax_dataloader
)
Full Changelog: https://github.com/BirkhoffG/jax-dataloader/commits/v0.0.2