Skip to content

Commit

Permalink
ver: bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Nov 10, 2023
1 parent 93cc7ec commit 26e51d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Set minimal C++ standard to C++17 by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/metaopt/torchopt/pull/195).
-

### Fixed

- Fix `optree` compatibility for multi-tree-map with `None` values by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/metaopt/torchopt/pull/195).
-

### Removed

-

------

## [0.7.3] - 2023-11-10

### Changed

- Set minimal C++ standard to C++17 by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/metaopt/torchopt/pull/195).

### Fixed

- Fix `optree` compatibility for multi-tree-map with `None` values by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/metaopt/torchopt/pull/195).

------

## [0.7.2] - 2023-08-18

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

------

[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.2...HEAD
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.3...HEAD
[0.7.3]: https://github.com/metaopt/torchopt/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/metaopt/torchopt/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/metaopt/torchopt/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/metaopt/torchopt/compare/v0.6.0...v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ authors:
family-names: Yang
affiliation: Peking University
email: yaodong.yang@pku.edu.cn
version: 0.7.2
date-released: "2023-08-18"
version: 0.7.3
date-released: "2023-11-10"
license: Apache-2.0
repository-code: "https://github.com/metaopt/torchopt"
2 changes: 1 addition & 1 deletion torchopt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================
"""TorchOpt: a high-performance optimizer library built upon PyTorch."""

__version__ = '0.7.2'
__version__ = '0.7.3'
__license__ = 'Apache License, Version 2.0'
__author__ = 'TorchOpt Contributors'
__release__ = False
Expand Down

0 comments on commit 26e51d4

Please # to comment.