orix 0.13.0
orix 0.13.0 is a minor 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
- We can now read 2D crystal maps from Channel Text Files (CTFs) using
io.load()
.
Changed
- Phase names in crystal maps read from .ang files with
io.load()
now prefer to use the abbreviated "Formula" instead of "MaterialName" in the file header.
Removed
- Removed deprecated
from_neo_euler()
method forQuaternion
and its subclasses. - Removed deprecated argument
convention
infrom_euler()
andto_euler()
methods forQuaternion
and its subclasses. Usedirection
instead. Passingconvention
will now raise an error.
Deprecated
loadang()
andloadctf()
are deprecated and will be removed in the next minor release. Please useio.load()
instead.