-
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 = "1.0.1" | ||
version = "2.0.0" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
b72ba8b
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:
Ω1
from the structureSgp4Propagator
because it was not being used in the propagation.Sgp4Propagator
is not aBase.@kwdef
anymore. We also added custom constructors to help initialize an instance with uninitiated fields. Hence, if one creates the SGP4 structure directly, i.e., without usingsgp4_init
, this version is breaking.sgp4_init!
to initialize a SGP4 propagator in-place, avoiding unnecessary allocations.b72ba8b
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 created: JuliaRegistries/General/81698
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: