We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1455a50 commit 76a827aCopy full SHA for 76a827a
1 file changed
docs/source/Support/bskReleaseNotes.rst
@@ -51,6 +51,9 @@ Version |release|
51
and conversions.
52
- Updated install requirements to not manually install ``cmake``, but have it installed with pip by including it
53
in ``requirements_dev.txt``. A ``conan`` dependency requires Basilisk to use ``cmake<4.0`` for now.
54
+- Add support for python 3.13 by removing the use of ``eval()`` and most ``exec()`` methods,
55
+ rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
56
+ scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
57
58
59
Version 2.6.0 (Feb. 21, 2025)
0 commit comments