Skip to content

boinor 0.20.0

Latest

Choose a tag to compare

@boinor boinor released this 08 Jun 17:23
· 2 commits to main since this release

What's Changed

  • Using SPICE dsk kernel to render for a few small,irregularly shaped objects by @rahulranjansah in #46
  • Aitoff projections: Aitoff Projection of Solar System bodies and spacecraft by @rahulranjansah in #48
  • Fix aitoff plotting init by @rahulranjansah in #50
  • Add tests and fix Jacchia77 in #56
  • Fix: allow users to overwrite layout by @Just-a-Unity-Dev in #58
  • pylint no longer complains about missing module docstrings
  • orbit._state now is public available as orbit.state
  • Instead of needing to shovel units back and forth, a new property exists: Event.last_t_without_unit
  • Make all functions in twobody/angles.py usable with vectors, especially M_to_E() and M_to_F()
  • Testing will be done with pre releases of astropy, numba, numpy and scipy as well

Coverage

New tests have been added or improved all over the code. The code coverage increased from 96.47.94% to 97.17%.

New Contributors

Full Changelog: v0.19.0...v0.20.0