optree v0.13.1
What's New
- CI workflow improvements and minor fixes for typing annotation.
Added
- Upload coverage / JUnit results / core dumps in CI workflows by @XuehaiPan in #170 and #172.
- Add more info to
tree_flatten_one_level
by @XuehaiPan in #168. - Improve typing support for generic
PyTree[T]
and registry lookup / register functions by @XuehaiPan in #160 and #166.
Changed
- Move include directory
include/{ => optree}/*.h
by @XuehaiPan in #167.
Fixed
- Improve typing support for
optree.dataclasses.dataclass
andoptree.dataclasses.field
by @manulari in #165.
Full Changelog: v0.13.0...v0.13.1