Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 17:27
· 18 commits to main since this release

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%.