You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The functions propagate, propagate!, propagate_to_epoch, and propagate_to_epoch! of Propagators can now receive a sink option to change the type of the returned objects. We currently support Tuple (default) to keep the previous behavior or OrbitStateVector to return the results packed in an instance of OrbitStateVector.
The functions to fit mean elements fit_mean_elements and fit_mean_elements! now supports OrbitStateVector as inputs.
This package is no longer tested against Julia 1.6. The functions might work but there is no official support anymore. The next breaking release will remove the compatibility with Julia 1.6.
437bd8a
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:
propagate
,propagate!
,propagate_to_epoch
, andpropagate_to_epoch!
ofPropagators
can now receive a sink option to change the type of the returned objects. We currently supportTuple
(default) to keep the previous behavior orOrbitStateVector
to return the results packed in an instance ofOrbitStateVector
.fit_mean_elements
andfit_mean_elements!
now supportsOrbitStateVector
as inputs.437bd8a
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/122169
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: