Skip to content

Releases: JuliaSpace/SatelliteToolboxAtmosphericModels.jl

v1.0.0

02 Jan 03:58
Compare
Choose a tag to compare

SatelliteToolboxAtmosphericModels v1.0.0

Diff since v0.1.3

  • The functions now support automatic differentiation. (PR #3)
  • We dropped support for Julia 1.6. This version only supports the current Julia version and v1.10 (LTS).
  • This version does not have breaking changes. We bump the version to 1.0.0 because we now consider the API stable.

Merged pull requests:

v0.1.3

25 May 00:52
Compare
Choose a tag to compare

SatelliteToolboxAtmosphericModels v0.1.3

Diff since v0.1.2

  • Minor source-code updates.
  • Documentation updates.

v0.1.2

10 Feb 17:27
Compare
Choose a tag to compare

SatelliteToolboxAtmosphericModels v0.1.2

Diff since v0.1.1

  • In certain conditions, the JR1971 model would generate an array index that was not an integer. This bug is now fixed.
  • NRLMSISE-00 can receive a matrix to call the in-place function that computes the Legendre associated functions, reducing the allocations.
  • The internal structure of NRLMSISE-00 model was changed to have a type parameter to indicate whether the AP is a vector or number. This approach slightly increased the compile time, but reduced one allocation.
  • The user can now call NRLMSISE-00 model without any allocations, which increases the performance by roughly 20%.

v0.1.1

16 Aug 16:50
Compare
Choose a tag to compare

SatelliteToolboxAtmosphericModels v0.1.1

Diff since v0.1.0

Closed issues:

  • Geophysics.jl (#1)

v0.1.0

17 Jun 19:04
Compare
Choose a tag to compare

SatelliteToolboxAtmosphericModels v0.1.0