Skip to content

Commit c960632

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Update dataclass_array to 1.4.0
PiperOrigin-RevId: 516228158
1 parent da04a51 commit c960632

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.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

dataclass_array/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
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

4848
del sys, pytest

0 commit comments

Comments
 (0)