We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5dfa29 + 3393e12 commit 79507ecCopy full SHA for 79507ec
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
-vNEXT
2
----
+Changelog
+----------
3
+
4
5
+v0.2
6
+----
7
+ - Added JAX trace-level checks for transforms.
8
+ - BatchNorm added axis_index_groups for control in parallel training.
9
+ - Optimizers broken out into separate directory with base class and implementations.
10
+ - traverse_util added flatten_dict and unflatten_dict utility methods for nested dicts.
11
12
13
v0.1
14
@@ -12,5 +21,3 @@ v0.1
21
- Change default layer names from numbers '0', '1', etc. to
22
include the Module class name, e.g. 'Dense_0', 'LayerNorm_1'.
23
15
-### More
16
-...
setup.py
@@ -18,7 +18,7 @@
18
from setuptools import find_packages
19
from setuptools import setup
20
-version = "0.1.0"
+version = "0.2.0"
here = os.path.abspath(os.path.dirname(__file__))
24
try:
0 commit comments