Skip to content

Commit

Permalink
📚 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Dec 30, 2024
1 parent 05ff93e commit 333c2ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
SatelliteToolboxPropagator.jl Changelog
=======================================

Version 0.3.3
-------------

- ![Feature][badge-feature] 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`.
- ![Feature][badge-feature] The functions to fit mean elements `fit_mean_elements` and
`fit_mean_elements!` now supports `OrbitStateVector` as inputs.
- ![Deprecation][badge-deprecation] 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.

Version 0.3.2
-------------

Expand Down

0 comments on commit 333c2ab

Please sign in to comment.