Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Oct 26, 2021
1 parent 6fe3cf8 commit 2f2f6cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
-------

0.2.0 (2021-10-25)
------------------
* Drop RAdam optimizer since it is included in pytorch.
* Do not include tests as installable package.
* Preserver memory layout where possible.
* Add MADGRAD optimizer.

0.1.0 (2021-01-01)
------------------
* Initial release.
Expand Down
2 changes: 1 addition & 1 deletion torch_optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# utils
'get',
)
__version__ = '0.1.0'
__version__ = '0.2.0'


_package_opts = [
Expand Down

0 comments on commit 2f2f6cd

Please sign in to comment.