[2.1.1] - 2024-01-03
Changed
- Rename internal matrix square-root from
stretch_2
andstretch_2s
tosqrt_2
andsqrt_2s
. This does not affect the public API which remains unchanged as (matrix) square rootsqrt(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 forrotation_matrix(phi,1)
androtation_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
andstretch_2s
tosqrt_2
andsqrt_2s
by @adtzlr in #55 - Sqrt remove unused print by @adtzlr in #59
Full Changelog: v2.1.0...v2.1.1