-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ uuid = "ba14ac17-bfc9-4710-a76f-b32930ef2339" | |
license = "MIT" | ||
desc = "The SGP4/SDP4 orbit propagator for Julia" | ||
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"] | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
|
||
[deps] | ||
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f" | ||
|
88bcf3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
update_sgp4_tle_epoch
andupdate_sgp4_tle_epoch!
to update the epoch of a SGP4 TLE.fit_sgp4_tle
andfit_sgp4_tle!
to fit a SGP4 TLE using a set of osculating state vectors represented in the TEME reference frame.88bcf3c
There was a problem hiding this comment.
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/86664
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: