Skip to content

Commit

Permalink
🔖 Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Oct 11, 2022
1 parent 2b61e78 commit 6aaf823
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 = "6ac157d9-b43d-51bb-8fab-48bf53814f4a"
license = "MIT"
desc = "A toolbox for satellite analysis"
authors = ["Ronan Arraes Jardim Chagas <ronisbr@gmail.com>"]
version = "0.9.3"
version = "0.10.0"

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

2 comments on commit 6aaf823

@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:

  • The support for Julia 1.0 was dropped.
  • The function satellite_position_i was removed.
  • All the functions with analysis were removed because they will be implemented in SatelliteAnalysis.jl.
  • The keyword argument vJD was renamed to vjd in rv_to_mean_elements_sgp4.
  • The keyword argument max_it was renamed to max_iterations in rv_to_mean_elements_sgp4.
  • The function compute_RAAN_lt was renamed to ltan_to_raan.
  • The epoch was not being correctly obtained by get_epoch in the J2 osculating propagator.
  • The maximum degree used when computing the IGRF can now be selected using the keyword argument max_degree.
  • Many functions now supports other type of floats, including the orbit propagators.
  • The keyword argument print_debug was added to rv_to_mean_elements_sgp4 to print debugging information.
  • The function data_to_jd now supports milliseconds. (PR Added milliseconds to date_to_jd(::DateTime). #71)
  • The EOP remote files are now updated every week.
  • Many performance improvements in the functions.

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

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.10.0 -m "<description of version>" 6aaf82315c189e46b4fe798081b148168f537175
git push origin v0.10.0

Please sign in to comment.