Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 481620264
  • Loading branch information
Conchylicultor authored and The dataclass_array Authors committed Oct 17, 2022
1 parent f5977a2 commit fa783ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [1.2.0] - 2022-10-17

* Changed: By default, dataclass_array do not cast and broadcast inputs
anymore.
* Changed: `dca.DataclassArray` fields can be annotated with named axis (e.g.
Expand All @@ -42,7 +44,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

* Initial release

[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.2.0...HEAD
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/google-research/dataclass_array/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/google-research/dataclass_array/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion dataclass_array/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@

# A new PyPI release will be pushed everytime `__version__` is increased
# When changing this, also update the CHANGELOG.md
__version__ = '1.1.0'
__version__ = '1.2.0'

del sys, pytest

0 comments on commit fa783ef

Please sign in to comment.