Skip to content

Commit 5f4f5a1

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release 1.5.1
PiperOrigin-RevId: 561667113
1 parent ade21af commit 5f4f5a1

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,6 +23,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [1.5.1] - 2023-08-30
27+
2628
* Fix look_at compatibility with pytorch
2729
* Add `dca.vectorize_method` compatibility for `tf.nest`/`tf.data`.
2830

@@ -78,8 +80,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
7880

7981
* Initial release
8082

81-
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.5.0...HEAD
82-
[1.4.2]: https://github.com/google-research/dataclass_array/compare/v1.4.2...v1.5.0
83+
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.5.1...HEAD
84+
[1.5.1]: https://github.com/google-research/dataclass_array/compare/v1.5.0...v1.5.1
85+
[1.5.0]: https://github.com/google-research/dataclass_array/compare/v1.4.2...v1.5.0
8386
[1.4.2]: https://github.com/google-research/dataclass_array/compare/v1.4.1...v1.4.2
8487
[1.4.1]: https://github.com/google-research/dataclass_array/compare/v1.4.0...v1.4.1
8588
[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.5.0'
47+
__version__ = '1.5.1'
4848

4949
del sys, pytest

0 commit comments

Comments
 (0)