Skip to content

Commit f6d969b

Browse files
andsteingcopybara-github
authored andcommitted
Bumps CLU version to 0.0.5
PiperOrigin-RevId: 390373267
1 parent c25167c commit f6d969b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ Documentation:
7474
`preprocess_spec`
7575

7676
- Makes `PreprocessFn` addable.
77+
78+
## v0.0.5
79+
80+
- Log error instead of failing when `profiler.start()` raises an exception.
81+
- Makes `periodic_actions.ProgressUpdate` show total number of steps.
82+
- Makes `AsyncWriter` non-blocking wrt JAX async computations.
83+
- Adds `clu_synopsis.ipynb` Colab as initial documentation.
84+
- Restore Checkpoint without providing the state
85+
- Makes `PreprocessFn` addable.
86+
- Allow n-dimensional arrays (and masks) to be passed to Metrics.Average().
87+
- Support slicing `PreprocessFn`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="clu",
36-
version="0.0.4",
36+
version="0.0.5",
3737
description=("Set of libraries for ML training loops in JAX."),
3838
author="Common Loop Utils Authors",
3939
author_email="no-reply@google.com",

0 commit comments

Comments
 (0)