Skip to content

Commit

Permalink
🔖 Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Feb 10, 2024
1 parent 87e8e76 commit 328f038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "5718ef0a-a30f-426d-bcd9-4cf31dd12909"
license = "MIT"
desc = "Atmospheric models for the SatelliteToolbox.jl ecosystem"
authors = ["Ronan Arraes Jardim Chagas <ronisbr@gmail.com>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down

2 comments on commit 328f038

@ronisbr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/100623

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" 328f0388d144689495522980d7284abcf8526377
git push origin v0.1.2

Please sign in to comment.