Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jklenzing jklenzing released this 13 May 20:42
· 214 commits to main since this release
ff94263

The v0.3.0 release is a release designed to improve generation of simulated orbits through sgp4. This is a beta release.

Change Summary

  • Add Keplerian orbital inputs into missions_sgp4
  • Update sgp4 interface to use new syntax for initialization from TLEs
  • Include conversions to geodetic latitude / longitude / altitude for sgp4
  • Improve metadata generation in missions_sgp4
  • Update syntax to be compliant with OMMBV 1.0
  • Documentation
    • Improve docstrings throughout
    • Added bypass for apexpy for readthedocs build
  • Deprecations
    • Deprecated missions_ephem, as pyephem will no longer be updated
  • Testing
    • Add style check for docstrings
    • Added checks for deprecation warnings
    • Improve checks in codeclimate