File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version: 0.4.0
2+ ## Major Features and Improvements
3+ ## Breaking changes
4+ ## Deprecations
5+ ## Note
6+ * Version: 0.4.0
7+ * Build Date: 20230329
8+ * Praxis commit: 621c2ca7bfcd0e21ea118a3d8e40e29b48313c0c
19# Version: 0.3.0
210## Major Features and Improvements
311* Fiddle migration
Original file line number Diff line number Diff line change 1616
1717substitutions :
1818 _PYTHON_VERSION : ' 3.8'
19- _RELEASE_VERSION : ' 0.3 .0' # or rX.Y
19+ _RELEASE_VERSION : ' 0.4 .0' # or rX.Y
2020 _IMAGE_NAME : ' praxis_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
2121 _WHEEL_FOLDER : ' /tmp/wheels'
2222options :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def _get_requirements():
3939
4040setup (
4141 name = 'praxis' ,
42- version = '0.3 .0' ,
42+ version = '0.4 .0' ,
4343 description = (
4444 'Functionalities such as a layers for building neural networks in Jax.'
4545 ),
You can’t perform that action at this time.
0 commit comments