Skip to content

Commit 48bed06

Browse files
committed
ver: bump version to 0.7.0
1 parent e2157de commit 48bed06

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

CHANGELOG.md

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

1414
### Added
1515

16+
-
17+
18+
### Changed
19+
20+
-
21+
22+
### Fixed
23+
24+
-
25+
26+
### Removed
27+
28+
-
29+
30+
------
31+
32+
## [0.7.0] - 2023-02-16
33+
34+
### Added
35+
1636
- Update Sphinx documentation by [@XuehaiPan](https://github.com/XuehaiPan) and [@Benjamin-eecs](https://github.com/Benjamin-eecs) and [@waterhorse1](https://github.com/waterhorse1) and [@JieRen98](https://github.com/JieRen98) in [#127](https://github.com/metaopt/torchopt/pull/127).
1737
- Add object-oriented modules support for zero-order differentiation by [@XuehaiPan](https://github.com/XuehaiPan) in [#125](https://github.com/metaopt/torchopt/pull/125).
1838

@@ -26,10 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2646
- Update tests and fix corresponding bugs by [@XuehaiPan](https://github.com/XuehaiPan) and [@Benjamin-eecs](https://github.com/Benjamin-eecs) and [@JieRen98](https://github.com/JieRen98) in [#78](https://github.com/metaopt/torchopt/pull/78).
2747
- Fix memory leak in implicit MAML omniglot few-shot classification example with OOP APIs by [@XuehaiPan](https://github.com/XuehaiPan) in [#113](https://github.com/metaopt/torchopt/pull/113).
2848

29-
### Removed
30-
31-
32-
3349
------
3450

3551
## [0.6.0] - 2022-12-07
@@ -150,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150166

151167
------
152168

153-
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.6.0...HEAD
169+
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.0...HEAD
170+
[0.7.0]: https://github.com/metaopt/torchopt/compare/v0.6.0...v0.7.0
154171
[0.6.0]: https://github.com/metaopt/torchopt/compare/v0.5.0...v0.6.0
155172
[0.5.0]: https://github.com/metaopt/torchopt/compare/v0.4.3...v0.5.0
156173
[0.4.3]: https://github.com/metaopt/torchopt/compare/v0.4.2...v0.4.3

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
email: yaodong.yang@pku.edu.cn
35-
version: 0.6.0
36-
date-released: "2022-12-07"
35+
version: 0.7.0
36+
date-released: "2023-02-16"
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.6.0'
17+
__version__ = '0.7.0'
1818
__license__ = 'Apache License, Version 2.0'
1919
__author__ = 'TorchOpt Contributors'
2020
__release__ = False

0 commit comments

Comments
 (0)