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 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.
a9f6ed4
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 vector of instants and the propagation will happen in multiple threads, if possible. The number of tasks can be configured using the keywordntasks
. Ifntasks = 1
, the algorithm falls back to the single thread version, leading to no overhead.Dates
in the propagation functions.propagate
,propagate!
, andstep!
can now receive an object of typeDates.Period
orDates.CompoundPeriod
. On the other hand,propagate_to_epoch
andpropagate_to_epoch!
now supports an epoch specified usingDateTime
.copy
to all propagators defined here, leading to a substantial gain compared to the previous version that relies ondeepcopy
.a9f6ed4
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/110212
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: