Skip to content

Releases: JuliaSpace/SpaceIndices.jl

v1.2.2

25 May 17:29
Compare
Choose a tag to compare

SpaceIndices v1.2.2

Diff since v1.2.1

  • We fixed a bug that was failing the documentation build process.

v1.2.1

25 May 15:16
Compare
Choose a tag to compare

SpaceIndices v1.2.1

Diff since v1.2.0

  • The package now uses Downloads.download instead of Base.download to download the space index files.
  • Minor source-code updates.
  • We updated the documentation.

v1.2.0

16 May 13:16
Compare
Choose a tag to compare

SpaceIndices v1.2.0

Diff since v1.1.2

  • We can pass the keyword filepaths to the function SpaceIndices.init when 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 in urls function. (Issue #6)

v1.1.2

18 Apr 17:37
Compare
Choose a tag to compare

SpaceIndices v1.1.2

Diff since v1.1.1

  • We updated the URLs of the space indices related to the JB2008 atmospheric model. (Issue #5)

v1.1.1

12 Sep 21:12
Compare
Choose a tag to compare

SpaceIndices v1.1.1

Diff since v1.1.0

  • We can now process the file SW-All.csv if there are invalid lines. In those cases, the lines will be rejected. (Issue #4)
  • We now use the Julian Day instead of DateTime as 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_index are now Vectors instead of Tuples.

Merged pull requests:

Closed issues:

  • init() error parsing Celestrak file (#4)

v1.1.0

17 Aug 13:48
Compare
Choose a tag to compare

SpaceIndices v1.1.0

Diff since v1.0.0

Merged pull requests:

v1.0.0

14 Apr 14:44
Compare
Choose a tag to compare

SpaceIndices v1.0.0

Diff since v0.1.0

v0.1.0

11 Apr 02:18
Compare
Choose a tag to compare

SpaceIndices v0.1.0