Skip to content

Commit 0936d47

Browse files
committed
ver: bump version to 0.7.2
1 parent 96ca3e9 commit 0936d47

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16-
- Implement `Adadelta`, `RAdam`, `Adamax` optimizer by [@JieRen98](https://github.com/JieRen98) and [@Benjamin-eecs](https://github.com/Benjamin-eecs) in [#171](https://github.com/metaopt/torchopt/pull/171).
16+
-
1717

1818
### Changed
1919

@@ -29,6 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
------
3131

32+
## [0.7.2] - 2023-08-18
33+
34+
### Added
35+
36+
- Implement `Adadelta`, `RAdam`, `Adamax` optimizer by [@JieRen98](https://github.com/JieRen98) and [@Benjamin-eecs](https://github.com/Benjamin-eecs) in [#171](https://github.com/metaopt/torchopt/pull/171).
37+
38+
------
39+
3240
## [0.7.1] - 2023-05-12
3341

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

188196
------
189197

190-
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.1...HEAD
198+
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.2...HEAD
199+
[0.7.2]: https://github.com/metaopt/torchopt/compare/v0.7.1...v0.7.2
191200
[0.7.1]: https://github.com/metaopt/torchopt/compare/v0.7.0...v0.7.1
192201
[0.7.0]: https://github.com/metaopt/torchopt/compare/v0.6.0...v0.7.0
193202
[0.6.0]: https://github.com/metaopt/torchopt/compare/v0.5.0...v0.6.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.1
36-
date-released: "2023-05-12"
35+
version: 0.7.2
36+
date-released: "2023-08-18"
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.1'
17+
__version__ = '0.7.2'
1818
__license__ = 'Apache License, Version 2.0'
1919
__author__ = 'TorchOpt Contributors'
2020
__release__ = False

0 commit comments

Comments
 (0)