Skip to content

Commit 1917234

Browse files
Update release notes
1 parent 4bac2fb commit 1917234

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/Support/bskReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Version |release|
9090
- Added support for :ref:`hingedRigidBodyStateEffector` to be the parent for Dynamic Effectors.
9191
- Added SWIG Eigen typemaps for passing Eigen products or returning Eigen products to/from director methods.
9292
- Added a new scenario that simulates a debris strike on a flexible solar array :ref:`scenarioImpact`.
93+
- Added ``SysModelMixin``, a utility class in ``py_sys_model.i`` that can be used for subclasses
94+
of ``SysModel`` (:ref:`sys_model`) that have virtual methods to be implemented in Python. The class will automatically
95+
add better error logging for all methods implemented in Python and will add a sanity check that the
96+
C++ class constructor is called (otherwise, hard-to-parse errors will be raised). Refactored
97+
``pyStatefulSysModel.i`` to use this mixin.
9398

9499

95100
Version 2.8.0 (August 30, 2025)

0 commit comments

Comments
 (0)