Releases: JuliaSpace/SpaceIndices.jl
Releases · JuliaSpace/SpaceIndices.jl
v2.0.0
SpaceIndices v2.0.0
- The types of the indices
BSRN,ND,kp,ap,ISN, andap_dailyhave changed to support the automatic differentiation. Hence, this is a breaking release. - The package now supports automatic differentiation using many packages. (PR #7)
Merged pull requests:
- Feat update differentiability test (#7) (@jmurphy6895)
v1.2.2
SpaceIndices v1.2.2
- We fixed a bug that was failing the documentation build process.
v1.2.1
SpaceIndices v1.2.1
- The package now uses
Downloads.downloadinstead ofBase.downloadto download the space index files. - Minor source-code updates.
- We updated the documentation.
v1.2.0
SpaceIndices v1.2.0
- We can pass the keyword
filepathsto the functionSpaceIndices.initwhen initializing individual sets to specify local files with the indices. Hence, the algorithm will use those paths instead of downloading the indices from the locations inurlsfunction. (Issue #6)
v1.1.2
SpaceIndices v1.1.2
- We updated the URLs of the space indices related to the JB2008 atmospheric model. (Issue #5)
v1.1.1
SpaceIndices v1.1.1
- We can now process the file
SW-All.csvif there are invalid lines. In those cases, the lines will be rejected. (Issue #4) - We now use the Julian Day instead of
DateTimeas the internal date representation. Notice that the public API has not changed. This modification made SpaceIndices.jl compatible with automatic differentiation packages. (PR #3) - The Kp and Ap vectors returned by
space_indexare nowVectors instead ofTuples.
Merged pull requests:
- Remove date time internals (#3) (@jmurphy6895)
Closed issues:
- init() error parsing Celestrak file (#4)