Skip to content

orix 0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:32
· 32 commits to main since this release
8f6cb1a

orix 0.13.1 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.

Added

  • Support for Python 3.12.

Changed

  • numpy-quaternion is now an optional dependency and will not be installed with pip unless pip install orix[all] is used.

Removed

  • Support for Python 3.8 and 3.9.

Fixed

  • Phase.from_cif() still gives a valid phase even though the space group could not be read.