v1.3.0
Move classification to PyTorch
This release changes the dependency for classification to PyTorch (from TensorFlow). Users are advised to create a new environment before upgrading.
What's Changed
- Update caching by @adamltyson in #422
- Updating to Keras 3.0 and migrating to PyTorch by @IgorTatarnikov in #418
- Update init.py by @adamltyson in #427
- Update final few lines to python 3.11 by @adamltyson in #428
- Moved force cpu into cellfinder function by @IgorTatarnikov in #430
- Remove test dependency duplication by @adamltyson in #431
- Update default inference batch size by @adamltyson in #432
- Enable MPS fallback by default by @IgorTatarnikov in #433
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #434
Full Changelog: v1.2.0...v1.3.0