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