Skip to content

Commit 26e51d4

Browse files
committed
ver: bump version to 0.7.3
1 parent 93cc7ec commit 26e51d4

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Changed
1919

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

2222
### Fixed
2323

24-
- 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).
24+
-
2525

2626
### Removed
2727

2828
-
2929

3030
------
3131

32+
## [0.7.3] - 2023-11-10
33+
34+
### Changed
35+
36+
- Set minimal C++ standard to C++17 by [@XuehaiPan](https://github.com/XuehaiPan) in [#195](https://github.com/metaopt/torchopt/pull/195).
37+
38+
### Fixed
39+
40+
- 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).
41+
42+
------
43+
3244
## [0.7.2] - 2023-08-18
3345

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

196208
------
197209

198-
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.2...HEAD
210+
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.3...HEAD
211+
[0.7.3]: https://github.com/metaopt/torchopt/compare/v0.7.2...v0.7.3
199212
[0.7.2]: https://github.com/metaopt/torchopt/compare/v0.7.1...v0.7.2
200213
[0.7.1]: https://github.com/metaopt/torchopt/compare/v0.7.0...v0.7.1
201214
[0.7.0]: https://github.com/metaopt/torchopt/compare/v0.6.0...v0.7.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ authors:
3232
family-names: Yang
3333
affiliation: Peking University
3434
35-
version: 0.7.2
36-
date-released: "2023-08-18"
35+
version: 0.7.3
36+
date-released: "2023-11-10"
3737
license: Apache-2.0
3838
repository-code: "https://github.com/metaopt/torchopt"

torchopt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ==============================================================================
1515
"""TorchOpt: a high-performance optimizer library built upon PyTorch."""
1616

17-
__version__ = '0.7.2'
17+
__version__ = '0.7.3'
1818
__license__ = 'Apache License, Version 2.0'
1919
__author__ = 'TorchOpt Contributors'
2020
__release__ = False

0 commit comments

Comments
 (0)