Skip to content

orix 0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 18:38
· 60 commits to main since this release
aca9a84

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 for Quaternion and its subclasses.
  • Removed deprecated argument convention in from_euler() and to_euler() methods for Quaternion and its subclasses. Use direction instead. Passing convention will now raise an error.

Deprecated

  • loadang() and loadctf() are deprecated and will be removed in the next minor release. Please use io.load() instead.