Skip to content

orix 0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 16:19
· 496 commits to main since this release
15ea242

orix 0.10.2 is a patch release of orix, an open-source Python library for handling orientations, rotations and crystal symmetry.

See below, the changelog or the GitHub changelog for all updates from the previous release.

Fixed

  • Miller.symmetrise(unique=True) returns the correct number of symmetrically equivalent but unique vectors, by rounding to 10 instead of 12 decimals prior to finding the unique vectors with NumPy.

Changed

  • Unique rotations and vectors are now found by rounding to 10 instead of 12 decimals.