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
Copy file name to clipboardExpand all lines: docs/source/Support/bskReleaseNotes.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Version |release|
33
33
- Added a new github workflow job ``canary`` to routinely check the compatibility of latest python dependencies with python 3.13 on the latest mac-os.
34
34
- Fixed a bug in :ref:`spiceInterface` where multiple instances of the module were not properly managing SPICE kernel references, leading to potential conflicts and data corruption.
35
35
- Deprecated :ref:`SpacecraftSystem`. It was never completed and we have other ways to connect spacecraft components
36
+
- Support for stochastic dynamics (dynamics driven by Stochastic Differential Equations). Added two stochastic integrators:
37
+
:ref:`svStochIntegratorW2Ito1` and :ref:`svStochIntegratorW2Ito2`. These are 2-weak-order stochastic integrators.
38
+
- Added :ref:`scenarioStochasticDrag`, which illustrates how to use a state driven by stochastic dynamics to
39
+
model randomly evolving atmospheric density (and thus drag force).
0 commit comments