Skip to content

Releases: JuliaSpace/SatelliteToolboxPropagators.jl

v0.3.2

02 Jul 12:03
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.3.2

Diff since v0.3.1

  • The functions propagate, propagate!, propagate_to_epoch, and propagate_to_epoch! of Propagators can now receive a vector of instants and the propagation will happen in multiple threads, if possible. The number of tasks can be configured using the keyword ntasks. If ntasks = 1, the algorithm falls back to the single thread version, leading to no overhead.
  • We added support for the objects defined in Dates in the propagation functions. propagate, propagate!, and step! can now receive an object of type Dates.Period or Dates.CompoundPeriod. On the other hand, propagate_to_epoch and propagate_to_epoch! now supports an epoch specified using DateTime.
  • We implemented dedicate copy to all propagators defined here, leading to a substantial gain compared to the previous version that relies on deepcopy.
  • We increase the number of precompiled function signatures.

v0.3.1

24 May 17:06
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.3.1

Diff since v0.3.0

  • Minor source-code updates.
  • We reduced the allocations in all functions that fit mean elements.

v0.3.0

16 Aug 17:13
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.3.0

Diff since v0.2.1

v0.2.1

21 Jul 16:50
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.2.1

Diff since v0.2.0

v0.2.0

01 Jul 18:13
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.2.0

Diff since v0.1.0

Merged pull requests:

  • ✨ Add fitting and updating J2 osc. mean elements (#2) (@ronisbr)

v0.1.0

24 May 19:25
Compare
Choose a tag to compare

SatelliteToolboxPropagators v0.1.0