Skip to content

Releases: GalacticDynamics/coordinax

v0.17.4

05 Jan 00:24
b5fcf31
Compare
Choose a tag to compare

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

29 Dec 22:29
0f78f5d
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(vecs): vector from astropy quantity by @nstarman in #325

Full Changelog: v0.17.2...v0.17.3

v0.17.2

29 Dec 21:46
fc2e151
Compare
Choose a tag to compare

What's Changed

  • ♻️ refactor(frames): don't separate Coordinate constructor from base by @nstarman in #322
  • ♻️ refactor(vecs): astropy constructors by @nstarman in #321
  • 💄 ui(frames): improve Coordinate str repr by @nstarman in #324

Full Changelog: v0.17.1...v0.17.2

v0.17.1

29 Dec 05:16
3a1e799
Compare
Choose a tag to compare

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

19 Dec 17:44
0dd2411
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.17.0

v0.16.1

10 Dec 21:54
95752db
Compare
Choose a tag to compare

What's Changed

  • 🥅 catch(ops): fix dispatch precedence for composite operators by @nstarman in #297

Full Changelog: v0.16.0...v0.16.1

v0.16.0

10 Dec 06:00
5628b03
Compare
Choose a tag to compare

What's Changed

  • 📝 docs(AbstractOperator): add example for __or__ dunder method by @nstarman in #254
  • 🩹 fix-simple: make arg positional-only in IdentityOperator.call by @nstarman in #255
  • 📝 docs: update operator docs by @nstarman in #256
  • ✨: better names for ops by @nstarman in #257
  • ⬆️: bump dataclassish, pin jax by @nstarman in #259
  • ♻️: boost operator by @nstarman in #258
  • ♻️: cleanup hierarchy by @nstarman in #260
  • 💄 ui: improve ops repr by @nstarman in #261
  • ✨ feat(ops): add method simplify by @nstarman in #262
  • ♻️ refactor(ops): improve the applicaiton and scoping of call for com… by @nstarman in #263
  • ✨ feat(ops): better simplification by @nstarman in #264
  • feat(ops): GalileanRotations can matmul by @nstarman in #265
  • ✨ feat(ops): register more simplifications by @nstarman in #266
  • ⬆️ dep-bump(dataclassish): bump to v0.6+ for flags.FilterRepr by @nstarman in #268
  • ✨ feat(ops): str repr by @nstarman in #267
  • 🚚 resource(ops): rename public module operators to ops by @nstarman in #269
  • ✨ feat: enable runtime typechecking for submodules by @nstarman in #270
  • ✨ feat(vecs): add vecs submodule by @nstarman in #271
  • ✨ feat(ops): negatives of select Galilean operations by @nstarman in #272
  • 🐛 fix(ops): enable GalileanSpatialTranslation.from a Distance by @nstarman in #273
  • 🩹 fix-simple(ops): fix sequence call with quantity by @nstarman in #274
  • ♻️ refactor: change from passive to active rotation matrices by @nstarman in #275
  • 💥(ops): rename Sequence to Pipe by @nstarman in #276
  • ✨ feat(angle): add angle conversion to UncheckedQuantity by @nstarman in #277
  • 🚚 resource(vecs): rename transform file by @nstarman in #278
  • ✨ feat(ops): enable kwargs when evaluating ops by @nstarman in #280
  • ✨ feat(ops): VelocityBoost by @nstarman in #281
  • 🚚 resource(ops): move spatial translation by @nstarman in #282
  • ✨ feat(ops): spatial translation op on velocity by @nstarman in #283
  • 🎨 style: change kpc to km in examples by @nstarman in #284
  • ✨feat(ops): velocity transformation of rotations by @nstarman in #286
  • ✨ feat(vecs): uconvert mapping[str, ...] now has component, not dimension, keys by @nstarman in #287
  • ✨feat(ops,frames): call dispatches and simplify icrs <-> gcf by @nstarman in #288
  • ✨feat(frames): transformed frames by @nstarman in #289
  • build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 in the actions group by @dependabot in #290
  • ✨ feat(ops): on spaces by @nstarman in #291
  • ✨ feat(vecs): space from mapping of vecs by @nstarman in #292
  • feat: coordinate by @nstarman in #230
  • 🎨 style(vecs): clean space by @nstarman in #294
  • ♻️refactor(vecs): refactor represent_as to vconvert by @nstarman in #295
  • ✨ feat(vecs): add targeted dispatches for space by @nstarman in #296

Full Changelog: v0.15.0...v0.16.0

v0.15.0

03 Dec 18:28
40841f1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @adrn made their first contribution in #220

Full Changelog: v0.14.0...v0.15.0

v0.14.0

25 Nov 04:25
e7bf213
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.14.0

v0.13.4

15 Nov 02:37
d2899f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4