Releases: sisl/SatelliteDynamics.jl
Releases · sisl/SatelliteDynamics.jl
v0.5.0
SatelliteDynamics v0.5.0
[0.5.0] - 2024-06-27
Added
- Added new
SpaceWeatherData
class toSpaceWeather
module to store space weather data. - Added
load_space_weather_data
function toSpaceWeather
module to load space weather data from file.
Removed
- Removed
GeomagneticData
andSolarFluxData
classes fromSpaceWeather
module. These classes are now covered by theSpaceWeatherData
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:
- Bump julia-actions/setup-julia from 1 to 2 (#19) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#20) (@dependabot[bot])
Closed issues:
- Minor documentation correction (#17)
v0.4.5
[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
[0.4.4] - 2022-07-26
Changed
- Updated Earth model data
Fixed
- Fixed documentation mistakes and typos
v0.4.3
Changelog [0.4.3] - 2020-01-06
Fixed
- Fixed bad
Manifest.toml
file
v0.4.2
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
Changelog [0.4.1] - 2020-07-17
Fixed
- Updated StaticArrays dependency to allow compatibility.
v0.4.0
v0.3.0
- Moved "Test" dependency to [extras]
- Updated SatelliteDynamics.jl SOFA compatibility to require
>= 1.0.1
[0.2.2] - 2019-04-10
Fixed
- Fix the fix to topocentric coordinates...
[0.2.1] - 2019-04-10
[0.2.1] - 2019-04-10
Fixed
- Fixed bug in topocentric coordinate transforms which invalidates all conversions.