Skip to content

orix 0.2.0

Compare
Choose a tag to compare
@pc494 pc494 released this 06 Jan 20:19
a6473f5

orix 0.2.0 is a minor release of orix; an open-source Python library for handling orientations, rotations, quaternions and crystal symmetry.

Breaking changes

  • The orix website is no longer packaged, in future the content will be merged into the pyxem website
  • The methods sample (of Object3D) and random (of Vector3d) have been removed (#16)

Minor Changes

  • A bug effecting the non-grain exchange case of Misorientation.equivalent() was fixed (#21)
  • Internal changes were made that clarify the namespace and help the code to adhere more closely to PEP-8
  • All API code is now covered by tests