File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.4] - 2024-09-17
11+
1012### Fixed
1113- Return empty dict (instead of None) as metadata for * empty* Mapping typed
1214 unregistered types.
15+ - Restore to user mesh after emergency checkpoint local restoration.
1316
1417 ### Changed
1518- Removed ` write_chunk_shape ` and ` read_chunk_shape ` from ` SaveArgs ` .
Original file line number Diff line number Diff line change 1616
1717# A new PyPI release will be pushed everytime `__version__` is increased.
1818# Also modify version and date in CHANGELOG.
19- __version__ = '0.6.3 '
19+ __version__ = '0.6.4 '
2020
2121
2222# TODO: b/362813406 - Add latest change timestamp and commit number.
You can’t perform that action at this time.
0 commit comments