Skip to content

Commit 42bd638

Browse files
committed
Update Release Notes
1 parent 30d2b3c commit 42bd638

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
@@ -55,6 +55,9 @@ Version |release|
5555
rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
5656
scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
5757
- Added ``lla2fixedframe()`` function in :ref:`vizSupport` which provides ability to define Locations on a parent body by providing latitude/longitude/altitude relative to reference ellipsoid.
58+
- Fixed a bug in :ref:`radiationPressure` where ``parseAndLoadXML()`` would raise a ValueError when using VS Code's debugger.
59+
The error occurred in Python 3.10.12 because numpy arrays that reference other arrays cannot be resized
60+
without setting ``refcheck=False``. This fix allows debugging scenarios that use the radiation pressure module.
5861

5962

6063
Version 2.6.0 (Feb. 21, 2025)

0 commit comments

Comments
 (0)