Users of version 0.1.1 can safely upgrade this package using pip
because there are no breaking changes in this release.
- The documentation and README.md have been updated with significant improvement.
- The EMNIST example has been updated with MPS device support.
- The CIFAR10 example has been added with performance comparisons.
Python 3.7 and 3.8 have reached end-of-life but are still supported in this release. The next release will drop support for them.
What's Changed
- Update EMNIST URL (#18)
- Fix CI on macOS (#21)
- Use os.makedirs (#19)
- Fix archive filename (#22)
- Update CI adding Python 3.9, 3.10, 3.11, and 3.12 (#23)
- Add assertRaises to tests (#24)
- Add recent torchvision versions (#27)
- Update docs (#28)
- Use "Warning" in documentation (#29)
- Update examples (#30)
- Add CIFAR10 example link (#31)
- Add ResNet Performance Comparison for SGD (#32)
- Update README's and the documentation (#33)
- Fix braces in math expressions (#34)
Full Changelog: v0.1.1...v0.2.0