Skip to content

Commit

Permalink
ver: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Feb 15, 2023
1 parent e2157de commit 48bed06
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
27 changes: 22 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Changed

-

### Fixed

-

### Removed

-

------

## [0.7.0] - 2023-02-16

### Added

- 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).
- Add object-oriented modules support for zero-order differentiation by [@XuehaiPan](https://github.com/XuehaiPan) in [#125](https://github.com/metaopt/torchopt/pull/125).

Expand All @@ -26,10 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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).
- 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).

### Removed



------

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

------

[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/metaopt/torchopt/compare/v0.7.0...HEAD
[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
[0.5.0]: https://github.com/metaopt/torchopt/compare/v0.4.3...v0.5.0
[0.4.3]: https://github.com/metaopt/torchopt/compare/v0.4.2...v0.4.3
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.6.0
date-released: "2022-12-07"
version: 0.7.0
date-released: "2023-02-16"
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.6.0'
__version__ = '0.7.0'
__license__ = 'Apache License, Version 2.0'
__author__ = 'TorchOpt Contributors'
__release__ = False
Expand Down

0 comments on commit 48bed06

Please # to comment.