Skip to content

Commit 2f2f6cd

Browse files
committed
Bump version.
1 parent 6fe3cf8 commit 2f2f6cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
-------
33

4+
0.2.0 (2021-10-25)
5+
------------------
6+
* Drop RAdam optimizer since it is included in pytorch.
7+
* Do not include tests as installable package.
8+
* Preserver memory layout where possible.
9+
* Add MADGRAD optimizer.
10+
411
0.1.0 (2021-01-01)
512
------------------
613
* Initial release.

torch_optimizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# utils
7878
'get',
7979
)
80-
__version__ = '0.1.0'
80+
__version__ = '0.2.0'
8181

8282

8383
_package_opts = [

0 commit comments

Comments
 (0)