Skip to content

Commit

Permalink
ver: bump version to 0.11.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan authored Mar 25, 2024
1 parent a2cafe3 commit bab8b7c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Changed

-

### Fixed

-

### Removed

-

------

## [0.11.0] - 2024-03-26

### Added

- Add function `is_namedtuple_instance` and `is_structseq_instance` and result caches by [@XuehaiPan](https://github.com/XuehaiPan) in [#121](https://github.com/metaopt/optree/pull/121).
- Add `tree_iter` function by [@XuehaiPan](https://github.com/XuehaiPan) in [#130](https://github.com/metaopt/optree/pull/130).
- Add API to unregister node type in the registry by [@XuehaiPan](https://github.com/XuehaiPan) in [#124](https://github.com/metaopt/optree/pull/124).
Expand All @@ -36,10 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix potential segmentation fault when modifying `treespec.entries()` by [@XuehaiPan](https://github.com/XuehaiPan) in [#116](https://github.com/metaopt/optree/pull/116).

### Removed

-

------

## [0.10.0] - 2023-11-07
Expand Down Expand Up @@ -266,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

------

[Unreleased]: https://github.com/metaopt/optree/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/metaopt/optree/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/metaopt/optree/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/metaopt/optree/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/metaopt/optree/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/metaopt/optree/compare/v0.9.0...v0.9.1
Expand Down
2 changes: 1 addition & 1 deletion optree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================
"""OpTree: Optimized PyTree Utilities."""

__version__ = '0.10.0'
__version__ = '0.11.0'
__license__ = 'Apache License, Version 2.0'
__author__ = 'OpTree Contributors'
__release__ = False
Expand Down

0 comments on commit bab8b7c

Please sign in to comment.