Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 05:30
· 162 commits to main since this release

SatelliteDynamics v0.5.0

Diff since v0.4.5

[0.5.0] - 2024-06-27

Added

  • Added new SpaceWeatherData class to SpaceWeather module to store space weather data.
  • Added load_space_weather_data function to SpaceWeather module to load space weather data from file.

Removed

  • Removed GeomagneticData and SolarFluxData classes from SpaceWeather module. These classes are now covered by the SpaceWeatherData class.

Fixed

  • Fixed download sources for Earth Orientation Parameters, Solar Flux, and Geomagnetic data.
  • Fixed ECI to ECEF conversion to properly use dX an dY values from IERS data
    to correct for Earth's rotation.
  • Fixed typos in documentation.

Changed

  • Implemented nightly data download for Earth Orientation Parameters, Solar Flux, and Geomagnetic data so that data is always up-to-date.
  • Improved error message on out-of-range date for Earth Orientation Parameters to provide more clear explanation of the issue.

Merged pull requests:

Closed issues:

  • Minor documentation correction (#17)