Skip to content

Commit

Permalink
praxis & paxml 0.3.0 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506765681
  • Loading branch information
pax authors authored and aireenmei committed Feb 3, 2023
1 parent 92b50db commit 434c1d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Version: 0.2.2
# Version: 0.3.0
## Major Features and Improvements
## Breaking changes
## Deprecations
* Fiddle migration
* Improve numerical stability when using bfloat16
* Improve and add new functionalities to decoding algorithms
* Improve quantization support and add quantization aware training
* Improve streaming support
* Move learners / sgf and train_states modules to paxml
* Misc renaming / API updates for consistency
## Note
* Version: 0.2.2
* Version: 0.3.0
* Build Date: 20230201
* Praxis commit: 9e1d13d888ac18a567e249ddb41e6b1bd1fe505a
# Version: 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion praxis/pip_package/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:

substitutions:
_PYTHON_VERSION: '3.8'
_RELEASE_VERSION: '0.2.2' # or rX.Y
_RELEASE_VERSION: '0.3.0' # or rX.Y
_IMAGE_NAME: 'praxis_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
_WHEEL_FOLDER: '/tmp/wheels'
options:
Expand Down
2 changes: 1 addition & 1 deletion praxis/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _get_requirements():

setup(
name='praxis',
version='0.2.2',
version='0.3.0',
description=(
'Functionalities such as a layers for building neural networks in Jax.'
),
Expand Down

0 comments on commit 434c1d5

Please sign in to comment.