Skip to content

Commit 0bbfe17

Browse files
committed
add release notes
1 parent 67f21f2 commit 0bbfe17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/Support/bskReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Version |release|
3636
- Added support for Vizard release 2.2.2, including transition from MultiSphere to MultiShape, and SWIG structure deprecation through aliasing.
3737
- Fixed scenario name mismatch in :ref:`scenarioRerunMonteCarlo` that prevented rerunning example Monte Carlo simulation scenarios.
3838
- Fixed bug in :ref:`thrusterPlatformReference` where a DCM had an incorrect transpose operation.
39+
- Add support for python 3.13 by removing the use of ``eval()`` and most ``exec()`` methods,
40+
rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
41+
scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
3942

4043

4144
Version 2.6.0 (Feb. 21, 2025)

0 commit comments

Comments
 (0)