Skip to content

Commit fa783ef

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release 1.2.0
PiperOrigin-RevId: 481620264
1 parent f5977a2 commit fa783ef

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.2.0] - 2022-10-17
27+
2628
* Changed: By default, dataclass_array do not cast and broadcast inputs
2729
anymore.
2830
* Changed: `dca.DataclassArray` fields can be annotated with named axis (e.g.
@@ -42,7 +44,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
4244

4345
* Initial release
4446

45-
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.1.0...HEAD
47+
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.2.0...HEAD
48+
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
4649
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.0.0...v1.1.0
4750
[1.0.0]: https://github.com/google-research/dataclass_array/compare/v0.1.0...v1.0.0
4851
[0.1.0]: https://github.com/google-research/dataclass_array/releases/tag/v0.1.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.1.0'
46+
__version__ = '1.2.0'
4747

4848
del sys, pytest

0 commit comments

Comments
 (0)