Skip to content

Commit

Permalink
ver: bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-eecs committed Aug 17, 2023
1 parent 96ca3e9 commit 0936d47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- 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).
-

### Changed

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

------

## [0.7.2] - 2023-08-18

### Added

- 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).

------

## [0.7.1] - 2023-05-12

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

------

[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.2...HEAD
[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
[0.6.0]: https://github.com/metaopt/torchopt/compare/v0.5.0...v0.6.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.1
date-released: "2023-05-12"
version: 0.7.2
date-released: "2023-08-18"
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.1'
__version__ = '0.7.2'
__license__ = 'Apache License, Version 2.0'
__author__ = 'TorchOpt Contributors'
__release__ = False
Expand Down

0 comments on commit 0936d47

Please sign in to comment.