File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323
2424## [ Unreleased]
2525
26- * Drop Python 3.10 support
26+ ## [ 1.5.2] - 2024-03-19
27+
28+ * Drop Python 3.10 support
2729* Fix ` etree.spec_like ` , ` jax.ShapeDtypeStruct ` ,... support
2830* Changed ` jax.tree_util ` keep paths (for better flatten repr)
2931
@@ -84,7 +86,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
8486
8587* Initial release
8688
87- [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.5.1...HEAD
89+ [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.5.2...HEAD
90+ [ 1.5.1 ] : https://github.com/google-research/dataclass_array/compare/v1.5.1...v1.5.2
8891[ 1.5.1 ] : https://github.com/google-research/dataclass_array/compare/v1.5.0...v1.5.1
8992[ 1.5.0 ] : https://github.com/google-research/dataclass_array/compare/v1.4.2...v1.5.0
9093[ 1.4.2 ] : https://github.com/google-research/dataclass_array/compare/v1.4.1...v1.4.2
Original file line number Diff line number Diff line change 4444
4545# A new PyPI release will be pushed everytime `__version__` is increased
4646# When changing this, also update the CHANGELOG.md
47- __version__ = '1.5.1 '
47+ __version__ = '1.5.2 '
4848
4949del sys , pytest
You can’t perform that action at this time.
0 commit comments