We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13000c8 commit 7df288bCopy full SHA for 7df288b
1 file changed
docs/source/Support/bskReleaseNotes.rst
@@ -34,6 +34,9 @@ Version |release|
34
- Added safety mechanism to limit excessive wheel acceleration and provide warning messages
35
- Fixed a bug in the :ref:`SpacecraftLocation` module that prevented proper eclipse calculation in some cases.
36
- Added support for Vizard release 2.2.2, including transition from MultiSphere to MultiShape, and SWIG structure deprecation through aliasing.
37
+- Add support for python 3.13 by removing the use of ``eval()`` and most ``exec()`` methods,
38
+ rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
39
+ scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
40
41
42
Version 2.6.0 (Feb. 21, 2025)
0 commit comments