From 2cb538c006e0cc1834f4d91efdfa27c813071400 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Tue, 30 Jan 2024 14:01:50 +0100 Subject: [PATCH] docs: update changelog for v1.2 (#417) * docs: update changelog for v1.2 * pre-commit * Update docs/changelog.md --- docs/changelog.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8afb9f5e..73bb6f2e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,14 +1,37 @@ # Changelog -## Version 1.1 +## Version 1.2 + +### Version 1.2.0 -### Unreleased +#### Bug fixes + +- fix: result of an infix operation should be demoted to the lowest possible dimension [#413][] +- fix: all infix operations should not depend on the order of arguments [#413][] +- fix: return the correct awkward record when performing an infix operation [#413][] +- fix: respect user defined awkward mixin subclasses and projection classes [#413][] #### Documentation - Update `README` and `intro.ipynb` to include the latest developments [#399][] +- docs: add docs for vector.zip [#390][] +- Fix Vector\* mixin's docstring [#404][] +#### Maintenance + +- chore: repo review updates [#408][] +- black -> ruff format [#414][] +- chore: migrate to pytest-doctestplus [#416][] + +[#390]: https://github.com/scikit-hep/vector/pull/390 +[#404]: https://github.com/scikit-hep/vector/pull/404 [#399]: https://github.com/scikit-hep/vector/pull/399 +[#408]: https://github.com/scikit-hep/vector/pull/408 +[#414]: https://github.com/scikit-hep/vector/pull/414 +[#416]: https://github.com/scikit-hep/vector/pull/416 +[#413]: https://github.com/scikit-hep/vector/pull/413 + +## Version 1.1 ### Version 1.1.1.post1