Skip to content

Version 0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jklenzing jklenzing released this 06 Sep 17:42
· 127 commits to main since this release

The v0.3.2 release is designed to improve deployability by making fortran dependencies optional installs. The core usage of orbit simulation works regardless of system. Windows CI testing has been added. This is a beta release.

Change Summary

  • Make fortran dependencies optional installs
    • aacgmv2
    • apexpy
    • OMMBV
  • Access logger directly from pysat
  • Use pysat deprecation tests
  • Incorporate Windows tests into Github Actions
  • Bug Fix
    • Ensure default num_samples consistent for one day regardless of cadence
  • Maintenance
    • Update instrument test standards
    • Added utils.package_check, a standard decorator to bypass functions using
      packages that are optional installs if the package is not installed
    • Use local vector functions rather than import from OMMBV