File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 ` .
Original file line number Diff line number Diff line change 3333
3434setup (
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" ,
You can’t perform that action at this time.
0 commit comments