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,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
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.0 '
47+ __version__ = '1.5.1 '
4848
4949del sys , pytest
You can’t perform that action at this time.
0 commit comments