Skip to content

orix 0.8.2

Compare
Choose a tag to compare
@hakonanes hakonanes released this 21 Feb 09:22
33e06a6

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 on numpy-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() and Rotation.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.