Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@adtzlr adtzlr released this 03 Jan 22:29
· 35 commits to main since this release

[2.1.1] - 2024-01-03

Changed

  • Rename internal matrix square-root from stretch_2 and stretch_2s to sqrt_2 and sqrt_2s. This does not affect the public API which remains unchanged as (matrix) square root sqrt(T).
  • Remove an unused print statement in sqrt_2().

Fixed

  • Fix the orientation of rotation_matrix(phi,2) for a rotation matrix around axis 2. Also fix the docs for rotation_matrix(phi,1) and rotation_matrix(phi,3).

What's Changed

  • Fix rotation_matrix() for axis 2 and docs for axes 1 and 3 by @adtzlr in #57
  • Rename internal functions stretch_2 and stretch_2s to sqrt_2 and sqrt_2s by @adtzlr in #55
  • Sqrt remove unused print by @adtzlr in #59

Full Changelog: v2.1.0...v2.1.1