File tree Expand file tree Collapse file tree 3 files changed +35
-17
lines changed Expand file tree Collapse file tree 3 files changed +35
-17
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,42 @@ Changelog
3
3
4
4
vNext
5
5
------
6
- (Add your change to a random empty line to avoid merge conflicts)
7
- -
8
- -
9
- -
10
- -
11
- -
12
- - linen Normalization layers no longer downcast double and complex floats to float32
6
+ -
7
+ -
8
+ -
9
+ -
10
+ -
11
+ -
12
+ -
13
+ -
14
+ -
15
+ -
16
+ -
17
+ -
18
+ -
19
+ -
20
+ -
21
+ -
22
+ -
23
+ -
24
+ -
25
+ -
26
+ -
27
+ -
28
+ -
29
+ -
30
+
31
+ 0.4.0
32
+ ------
33
+ Breaking changes:
34
+ - flax.deprecated.nn is removed. Please pin to flax==0.3.6 if you are still using it.
35
+ - PixelCNN++ example is removed. It was not working well on TPU.
36
+ - linen Normalization layers no longer downcast double and complex floats tofloat32
13
37
when computing the mean and variance.
14
- -
15
- -
16
- -
17
- -
38
+
39
+ New features:
18
40
- Added ` flax.linen.custom_vjp ` for custom derivatives inside a ` Module ` .
19
- -
20
- -
21
- -
22
41
- Add ` param_dtype ` attribute to standard Linen Modules for specifying parameter dtypes.
23
- -
24
42
25
43
26
44
0.3.6
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ To cite this repository:
188
188
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
189
189
title = {{F}lax: A neural network library and ecosystem for {JAX}},
190
190
url = {http://github.com/google/flax},
191
- version = {0.3.5 },
191
+ version = {0.4.0 },
192
192
year = {2020},
193
193
}
194
194
```
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.3.6 "
15
+ __version__ = "0.4.0 "
16
16
You can’t perform that action at this time.
0 commit comments