v0.2.1
What's Changed
- Drop Python 3.9 support by @eginhard in #14
- Add type hints for the main public interface
- Add a consistency check for the optimizer attributes in the config
- Use Pytorch
@inference_mode()
decorator instead of changing global state withtorch.set_grad_enabled(False)
Full Changelog: v0.2.0...v0.2.1