optree v0.14.0
Added
- Add method
PyTreeSpec.one_level
andPyTreeSpec.is_one_level
by @XuehaiPan in #179. - Add method
PyTreeSpec.transform
by @XuehaiPan in #177.
Changed
- Mark some arguments as positional-only as of Python 3.8+ by @XuehaiPan in #178.
Fixed
- Fix cross-compiling for ARM64 on x64 Windows by @XuehaiPan in #183.
Removed
- Drop Python 3.7 support by @XuehaiPan in #161.
Full Changelog: v0.13.1...v0.14.0