We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe3cf8 commit 2f2f6cdCopy full SHA for 2f2f6cd
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changes
2
-------
3
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
+
11
0.1.0 (2021-01-01)
12
------------------
13
* Initial release.
torch_optimizer/__init__.py
@@ -77,7 +77,7 @@
77
# utils
78
'get',
79
)
80
-__version__ = '0.1.0'
+__version__ = '0.2.0'
81
82
83
_package_opts = [
0 commit comments