Skip to content

Releases: sisl/SatelliteDynamics.jl

v0.5.0

28 May 05:30
Compare
Choose a tag to compare

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)

v0.4.5

13 May 20:29
Compare
Choose a tag to compare

[0.4.5] - 2023-05-23

Changed

  • Merged change to utilize AbstractArray internally in the package for Array types to improve performance. PR 15. Thanks to @thetazero
  • Updated packaged Earth orientation and geomagnetic data.

Fixed

  • Fixed universe.jl Earth Orientation Parameter download capabilities, which were broken due to change in upstream IERS data source URL change.
  • Updated Manifest.toml to current Julia format

v0.4.4

27 Jul 02:33
Compare
Choose a tag to compare

[0.4.4] - 2022-07-26

Changed

  • Updated Earth model data

Fixed

  • Fixed documentation mistakes and typos

v0.4.3

07 Jan 07:14
Compare
Choose a tag to compare

Changelog [0.4.3] - 2020-01-06

Fixed

  • Fixed bad Manifest.toml file

v0.4.2

07 Jan 06:42
Compare
Choose a tag to compare

Changelog [0.4.2] - 2020-01-06

Changed

  • Updated EOP and space weather data to latest available
  • Adjusted CI pipeline to build Julia 1.0 and latest Julia version (1.5)
  • Adjust Project.toml to be more permissive of StaticArrays now that it's post 1.0

Fixed

  • Actually do release process properly.
  • Fixed bug in EOP and space weather update process that would have it fail to overwrite existing data

v0.4.1

18 Jul 05:12
Compare
Choose a tag to compare

Changelog [0.4.1] - 2020-07-17

Fixed

  • Updated StaticArrays dependency to allow compatibility.

v0.4.0

02 Feb 22:18
Compare
Choose a tag to compare

v0.4.0 (2020-02-02)

Diff since v0.3.0

Closed issues:

  • Tutorial example not working (#5)

v0.3.0

21 Sep 17:35
v0.3.0
Compare
Choose a tag to compare
  • Moved "Test" dependency to [extras]
  • Updated SatelliteDynamics.jl SOFA compatibility to require >= 1.0.1

[0.2.2] - 2019-04-10

12 Apr 03:12
Compare
Choose a tag to compare

Fixed

- Fix the fix to topocentric coordinates...

[0.2.1] - 2019-04-10

11 Apr 01:55
Compare
Choose a tag to compare

[0.2.1] - 2019-04-10

Fixed

- Fixed bug in topocentric coordinate transforms which invalidates all conversions.