v0.22
This version focuses on vectors' aux-data and string representations.
What's Changed
- ⬆️ dep-bump: unxt v1.6.0+ by @nstarman in #397
- ⬆️ dep-bump(unxt): v1.6.1+ by @nstarman in #406
- ⬆️ dep-bump(unxt): v1.6.2+ fixing str repr by @nstarman in #424
- 🐛 fix(vecs) pass aux data through +/- by @nstarman in #399
- 🐛 fix(vecs): cartesian to spherical at the origin by @nstarman in #401
- 🐛 fix(vecs): vconvert difs with aux data by @nstarman in #404
- ✨ feat(vecs): update repr form of vecs by @nstarman in #402
- ✨ feat(vecs): round by @nstarman in #403
- ✨ feat(vecs): start
__pdoc__by @nstarman in #405 - ✨ feat(angle): add wrapping by @nstarman in #408
- ✨ feat(vecs): separate Space from ABCVec by @nstarman in #412
- 🔥 dump(vecs): rm AbstractVectors by @nstarman in #421
- ♻️ refactor(vecs): dt dispatches by @nstarman in #400
- ♻️ refactor: conf.py by @nstarman in #411
- ♻️ refactor(vecs): consolidate from_ by @nstarman in #420
- ♻️ refactor: Misc by @nstarman in #422
- 📝 docs(vecs): str and repr with WL by @nstarman in #407
- 📝 docs: start RTD by @nstarman in #409
- 📝 docs: update quick example in readme by @nstarman in #410
- 📝 docs(vecs): space pdoc by @nstarman in #419
- 📝 docs: Add sphinx references and some other minor tweaks by @adrn in #416
- 📝 docs: Build docs with nox by @adrn in #413
- 📝 docs: Frames/str using wl by @nstarman in #423
- 🏷️ types(vecs): type hint shape by @nstarman in #418
- 🎨 style(ruff): ignore SLF001 while in v0.x series by @nstarman in #398
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @nstarman in #414
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @nstarman in #415
- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in #417
Full Changelog: v0.21.0...v0.22