File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
95100Version 2.8.0 (August 30, 2025)
You can’t perform that action at this time.
0 commit comments