Skip to content

Commit 31da489

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release dataclass_array 1.5.2
PiperOrigin-RevId: 617158809
1 parent d0463d9 commit 31da489

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

dataclass_array/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
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

4949
del sys, pytest

0 commit comments

Comments
 (0)