Skip to content

Commit

Permalink
ver: bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jan 16, 2025
1 parent 22f3008 commit c56dd8f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion 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.14.0] - 2025-01-17

### Added

- Add method `PyTreeSpec.one_level` and `PyTreeSpec.is_one_level` by [@XuehaiPan](https://github.com/XuehaiPan) in [#179](https://github.com/metaopt/optree/pull/179).
- Add method `PyTreeSpec.transform` by [@XuehaiPan](https://github.com/XuehaiPan) in [#177](https://github.com/metaopt/optree/pull/177).

Expand Down Expand Up @@ -362,7 +382,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

------

[Unreleased]: https://github.com/metaopt/optree/compare/v0.13.1...HEAD
[Unreleased]: https://github.com/metaopt/optree/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/metaopt/optree/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/metaopt/optree/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/metaopt/optree/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.1
Expand Down
2 changes: 1 addition & 1 deletion optree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# pylint: disable=invalid-name

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

0 comments on commit c56dd8f

Please sign in to comment.