File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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.4.0] - 2023-03-13
27+
2628* ** Add ` torch ` support!**
2729* Add ` .cpu() ` , ` .cuda() ` , ` .to() ` methods to move the dataclass from
2830 devices when using torch.
@@ -59,7 +61,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
5961
6062* Initial release
6163
62- [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.3.0...HEAD
64+ [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.4.0...HEAD
65+ [ 1.4.0 ] : https://github.com/google-research/dataclass_array/compare/v1.3.0...v1.4.0
6366[ 1.3.0 ] : https://github.com/google-research/dataclass_array/compare/v1.2.1...v1.3.0
6467[ 1.2.1 ] : https://github.com/google-research/dataclass_array/compare/v1.2.0...v1.2.1
6568[ 1.2.0 ] : https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 4343
4444# A new PyPI release will be pushed everytime `__version__` is increased
4545# When changing this, also update the CHANGELOG.md
46- __version__ = '1.3 .0'
46+ __version__ = '1.4 .0'
4747
4848del sys , pytest
You can’t perform that action at this time.
0 commit comments