Skip to content

orix 0.8.1

Compare
Choose a tag to compare
@hakonanes hakonanes released this 14 Feb 14:43
49ef435

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 methods angle_with() and dot() and dot_outer() which now calculates the misorientation as other * ~self, instead of the other way around. Disorientation angles (o2 - o1).angle and o1.angle_with(o2) are now the same.
  • The inverse indices returned from Rotation.unique(), which now recreate the original Rotation instance.

See the changelog or v0.8.0...v0.8.1 for a complete list of changes.