Skip to content

v0.16.0

Compare
Choose a tag to compare
@nstarman nstarman released this 10 Dec 06:00
· 36 commits to main since this release
5628b03

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