Skip to content

Commit

Permalink
Merge pull request #1825 from marcvanzee:pipy
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 424597780
  • Loading branch information
Flax Authors committed Jan 27, 2022
2 parents a6e7744 + 695a880 commit 78d0566
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
48 changes: 33 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,42 @@ Changelog

vNext
------
(Add your change to a random empty line to avoid merge conflicts)
-
-
-
-
-
- linen Normalization layers no longer downcast double and complex floats to float32
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

0.4.0
------
Breaking changes:
- flax.deprecated.nn is removed. Please pin to flax==0.3.6 if you are still using it.
- PixelCNN++ example is removed. It was not working well on TPU.
- linen Normalization layers no longer downcast double and complex floats tofloat32
when computing the mean and variance.
-
-
-
-

New features:
- Added `flax.linen.custom_vjp` for custom derivatives inside a `Module`.
-
-
-
- Add `param_dtype` attribute to standard Linen Modules for specifying parameter dtypes.
-


0.3.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To cite this repository:
author = {Jonathan Heek and Anselm Levskaya and Avital Oliver and Marvin Ritter and Bertrand Rondepierre and Andreas Steiner and Marc van {Z}ee},
title = {{F}lax: A neural network library and ecosystem for {JAX}},
url = {http://github.com/google/flax},
version = {0.3.5},
version = {0.4.0},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion flax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.6"
__version__ = "0.4.0"

0 comments on commit 78d0566

Please sign in to comment.