Releases: GalacticDynamics/coordinax
Releases · GalacticDynamics/coordinax
v0.18.3
v0.18.2
v0.18.1
v0.18.0
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci in #334
- ⬆️ dep-bump(plum): v2.5.5+ by @nstarman in #335
- ✨ feat(vecs): add dot product dispatches by @nstarman in #336
- ✨ feat(frames): new function frame_of by @nstarman in #337
Full Changelog: v0.17.4...v0.18.0
v0.17.4
What's Changed
- ✨ feat(distance): Parallax as a distance measure by @nstarman in #333
- ✨ feat(vecs): converters from fourvector by @nstarman in #327
- build(deps): bump the actions group with 2 updates by @dependabot in #328
- 🚚 resource(vecs): rename file to register_vconvert by @nstarman in #329
- 🐛 fix(ops): spatial translation on a 4-pos and a 3-vel by @nstarman in #330
- 🎨 style: cleanup of quantities and docs by @nstarman in #331
- 🚚 resource(vecs): move private namespaces by @nstarman in #332
Full Changelog: v0.17.3...v0.17.4
v0.17.3
v0.17.2
v0.17.1
What's Changed
- ✨ feat(vecs): improve constructors by @nstarman in #312
- 🎨 style: improve dispatch bases by @nstarman in #313
- 🎨 style(vecs): move enum to utils by @nstarman in #314
- 🚑️ hotfix(equality): fix equality comparison by @nstarman in #315
- ♻️ refactor(vecs): move str repr code by @nstarman in #316
- ♻️ refactor(frames): coordinate defines the fields, not abstractcoordinate by @nstarman in #318
- ♻️ refactor(vecs): add _dimensionality private attribute by @nstarman in #319
- ✨ feat(vecs): new function vector for constructing vectors by @nstarman in #320
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- ✨ feat(coord): implement getitem by @nstarman in #300
- ✨ feat(vecs): add astype method by @nstarman in #301
- 🔧 config(pytest): default pytest selection by @nstarman in #302
- 💄 ui(vecs): check_polar_range by @nstarman in #303
- ♻️ refactor(vecs): pass kwargs to astype by @nstarman in #304
- ♻️ refactor(vecs): cast positions to float in differential vconvert by @nstarman in #305
- ✨ feat(Cartesian1D): don't cast to float by @nstarman in #306
- ✨ feat(Radial1D): don't cast to float by @nstarman in #307
- ✨ feat(Polar2D): don't cast to float by @nstarman in #308
- ✨ feat(Cartesian2D): don't cast to float by @nstarman in #309
- ✨ feat(TwoSphere): don't cast to float by @nstarman in #310
- ♻️ refactor(vecs): don't cast to float by @nstarman in #311
Full Changelog: v0.16.1...v0.17.0