Skip to content

Commit

Permalink
Preparing praxis code/dependencies for 1.3 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607736697
  • Loading branch information
The praxis Authors authored and gkroiz committed Feb 16, 2024
1 parent ca8ad2b commit 9bd06c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version: 1.3.0
## Major Features and Improvements
## Breaking changes
## Deprecations
## Note
* Version: 1.3.0
* Build Date: 20240216
* Praxis commit: ca8ad2ba8be5b77092a8e5f0a0774a39cc3ad766
# Version: 1.2.0
## Major Features and Improvements
## Breaking changes
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.10'
_RELEASE_VERSION: '1.2.0' # or rX.Y
_RELEASE_VERSION: '1.3.0' # or rX.Y
_IMAGE_NAME: 'praxis_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
_WHEEL_FOLDER: '/tmp/wheels'
options:
Expand Down
10 changes: 5 additions & 5 deletions praxis/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dm-tree==0.1.8
# tfds-nightly
einops==0.7.0
# via -r praxis-requirements.in
etils[enp,epath,epy]==1.6.0
etils[enp,epath,epy]==1.7.0
# via
# -r praxis-requirements.in
# array-record
Expand All @@ -116,15 +116,15 @@ flax @ git+https://github.com/google/flax
# via
# -r praxis-requirements.in
# clu
fonttools==4.48.1
fonttools==4.49.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
fsspec==2024.2.0
# via etils
gast==0.4.0
# via tensorflow
google-auth==2.27.0
google-auth==2.28.0
# via
# google-auth-oauthlib
# tensorboard
Expand Down Expand Up @@ -281,7 +281,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
matplotlib==3.8.2
matplotlib==3.8.3
# via lingvo
matplotlib-inline==0.1.6
# via
Expand Down Expand Up @@ -502,7 +502,7 @@ rpds-py==0.18.0
# referencing
rsa==4.9
# via google-auth
scikit-learn==1.4.0
scikit-learn==1.4.1.post1
# via lingvo
scipy==1.12.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_requirements():

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

0 comments on commit 9bd06c7

Please sign in to comment.