orix 0.8.1
orix 0.8.1 is a patch release of orix, an open-source Python library for handling orientations, rotations and crystal symmetry.
The patch fixes a few smaller bugs and corrects the following:
- Disorientation angles and dot products returned from
Orientation
methodsangle_with()
anddot()
anddot_outer()
which now calculates the misorientation asother * ~self
, instead of the other way around. Disorientation angles(o2 - o1).angle
ando1.angle_with(o2)
are now the same. - The inverse indices returned from
Rotation.unique()
, which now recreate the originalRotation
instance.
See the changelog or v0.8.0...v0.8.1 for a complete list of changes.