v2.1.0
- BUG: Fix bugs inside of the _calcRodNearestOrigin function.
Earlier commit from Nov 2025 changed the RodSym values to 4 component values but
that function still assumed it was a 3 component Rodrigues Orientation.
-
Update some static constants to constexpr
-
COMP: Remove legacy float[3][3] for MatSymOp functions
-
ENH: Update more functions, static constants, formatting and other bits