Skip to content

Commit

Permalink
🔖 Version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jan 1, 2025
1 parent 57dfc53 commit a7c6d77
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 = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
license = "MIT"
desc = "Transformations for the SatelliteToolbox.jl ecosystem."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.1.8"
version = "0.1.9"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down

4 comments on commit a7c6d77

@ronisbr
Copy link
Member Author

@ronisbr ronisbr commented on a7c6d77 Jan 1, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

  • The functions to transform orbit state vectors sv_<>_to_<> can now be called without the parameters related to the epoch. In this case, the epoch of the state vector is used.
  • The function to transform orbit representations orb_eci_to_eci can now be called without the parameters related to the epoch. In this case, the epoch of the orbit representation is used.
  • The functions in this package are now compatible with automatic differentiation. (PRs Automatic Differentiation Compatibility #7, fix: typing in geodetic_to_ecef #8, fix: geocentric-ecef typing #11)

@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/122260

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.9 -m "<description of version>" a7c6d77d1a61e79741dde55451866c34342eed54
git push origin v0.1.9

@ronisbr
Copy link
Member Author

@ronisbr ronisbr commented on a7c6d77 Jan 1, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • The functions to transform orbit state vectors sv_<>_to_<> can now be called without the parameters related to the epoch. In this case, the epoch of the state vector is used.
  • The function to transform orbit representations orb_eci_to_eci can now be called without the parameters related to the epoch. In this case, the epoch of the orbit representation is used.
  • The functions in this package are now compatible with automatic differentiation. (PRs Automatic Differentiation Compatibility #7, fix: typing in geodetic_to_ecef #8, fix: geocentric-ecef typing #11)

@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 updated: JuliaRegistries/General/122260

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.9 -m "<description of version>" a7c6d77d1a61e79741dde55451866c34342eed54
git push origin v0.1.9

Please sign in to comment.