Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.58 KB

SatelliteToolboxAtmosphericModels.jl Changelog

Version 0.1.3

  • Enhancement Minor source-code updates.
  • Enhancement Documentation updates.

Version 0.1.2

  • Bugfix In certain conditions, the JR1971 model would generate an array index that was not an integer. This bug is now fixed.
  • Feature NRLMSISE-00 can receive a matrix to call the in-place function that computes the Legendre associated functions, reducing the allocations.
  • Enhancement 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.
  • Enhancement The user can now call NRLMSISE-00 model without any allocations, which increases the performance by roughly 20%.

Version 0.1.1

  • Enhancement We updated the dependency compatibility bounds.

Version 0.1.0

  • Initial version.
    • This version was based on the functions in SatelliteToolbox.jl.