orix 0.2.0
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
(ofObject3D
) andrandom
(ofVector3d
) 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