Skip to content

Commit 3f5dc03

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release new version
PiperOrigin-RevId: 551221364
1 parent f808582 commit 3f5dc03

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [1.5.0] - 2023-07-10
27+
2628
* Add `tf.nest`/`tf.data` compatibility for `DataclassArray`.
29+
* Fix import error due to `etils`
2730

2831
## [1.4.2] - 2023-07-10
2932

@@ -72,7 +75,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
7275

7376
* Initial release
7477

75-
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.4.2...HEAD
78+
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.5.0...HEAD
79+
[1.4.2]: https://github.com/google-research/dataclass_array/compare/v1.4.2...v1.5.0
7680
[1.4.2]: https://github.com/google-research/dataclass_array/compare/v1.4.1...v1.4.2
7781
[1.4.1]: https://github.com/google-research/dataclass_array/compare/v1.4.0...v1.4.1
7882
[1.4.0]: https://github.com/google-research/dataclass_array/compare/v1.3.0...v1.4.0

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.4.2'
47+
__version__ = '1.5.0'
4848

4949
del sys, pytest

0 commit comments

Comments
 (0)