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