We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f21f2 commit 0bbfe17Copy full SHA for 0bbfe17
1 file changed
docs/source/Support/bskReleaseNotes.rst
@@ -36,6 +36,9 @@ Version |release|
36
- Added support for Vizard release 2.2.2, including transition from MultiSphere to MultiShape, and SWIG structure deprecation through aliasing.
37
- Fixed scenario name mismatch in :ref:`scenarioRerunMonteCarlo` that prevented rerunning example Monte Carlo simulation scenarios.
38
- 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/).
42
43
44
Version 2.6.0 (Feb. 21, 2025)
0 commit comments