Version 1.2.0
What's Changed
Bug fixes
- fix: result of an infix operation should be demoted to the lowest possible dimension by @Saransh-cpp in #413
- fix: all infix operations should not depend on the order of arguments by @Saransh-cpp in #413
- fix: return the correct awkward record when performing an infix operation by @Saransh-cpp in #413
- fix: respect user defined awkward mixin subclasses and projection classes by @Saransh-cpp in #413
Documentation
- docs: add docs for vector.zip by @Saransh-cpp in #390
- Update
README
andintro.ipynb
to include the latest developments by @Saransh-cpp in #399 - Fix Vector* mixin's docstring by @Saransh-cpp in #404
Maintenance
- chore: repo review updates by @henryiii in #408
- black -> ruff format by @Saransh-cpp in #414
- chore: migrate to pytest-doctestplus by @Saransh-cpp in #416
Full Changelog: v1.1.1.post1...v1.2.0