TorchOpt v0.7.1
What's Changed [0.7.1] - 2023-05-12
Added
- Enable CI workflow to build CXX/CUDA extension for Python 3.11 by @XuehaiPan in #152.
- Implement AdaGrad optimizer and exponential learning rate decay schedule by @Benjamin-eecs and @XuehaiPan in #80.
- Enable tests on Windows by @XuehaiPan in #140.
- Add
ruff
andflake8
plugins integration by @XuehaiPan in #138 and #139. - Add more documentation on implicit differentiation by @Benjamin-eecs and @XuehaiPan in #143.
Fixed
- Fix overloaded annotations of
extract_state_dict
by @StefanoWoerner in #162. - Fix transpose empty iterable with
zip(*nested)
in transformations by @XuehaiPan in #145.
Removed
- Drop Python 3.7 support by @XuehaiPan in #136.
New Contributors
- @StefanoWoerner made their first contribution in #162.
Full Changelog: v0.7.0...v0.7.1