Skip to content

v2.1.0

Choose a tag to compare

@imikejackson imikejackson released this 16 Jan 20:44
· 7 commits to develop since this release
  • 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