We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68ed91 commit f9a06d7Copy full SHA for f9a06d7
1 file changed
docs/source/Support/bskReleaseNotes.rst
@@ -49,6 +49,9 @@ Version |release|
49
``.disown()`` with a more robust memory management approach.
50
- Added comprehensive unit tests for :ref:`avsEigenSupport` including tests for vector and matrix operations
51
and conversions.
52
+- Add support for python 3.13 by removing the use of ``eval()`` and most ``exec()`` methods,
53
+ rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
54
+ scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
55
56
57
Version 2.6.0 (Feb. 21, 2025)
0 commit comments