Skip to content

Commit f9a06d7

Browse files
committed
add release notes
1 parent c68ed91 commit f9a06d7

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
@@ -49,6 +49,9 @@ Version |release|
4949
``.disown()`` with a more robust memory management approach.
5050
- Added comprehensive unit tests for :ref:`avsEigenSupport` including tests for vector and matrix operations
5151
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/).
5255

5356

5457
Version 2.6.0 (Feb. 21, 2025)

0 commit comments

Comments
 (0)