File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
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.4.2 '
47+ __version__ = '1.5.0 '
4848
4949del sys , pytest
You can’t perform that action at this time.
0 commit comments