orix 0.8.2
orix 0.8.2 is a patch release of orix, an open-source Python library for handling orientations, rotations and crystal symmetry.
Changed
orix.quaternion.Quaternion
now relies onnumpy-quaternion
for quaternion conjugation, quaternion-quaternion and quaternion-vector multiplication, and quaternion-quaternion and quaternion-vector outer products.- Rounding in functions, e.g.
Object3d.unique()
andRotation.unique()
, is now set consistently at 12 dp.
Fixed
Miller.in_fundamental_sector()
doesn't raise errors.Miller.unique()
now correctly returns unique vectors due to implemented rounding.
See the changelog or v0.8.1...v0.8.2 for a complete list of changes.