In orix 0.15.0, we will release a breaking change in the (mis)orientation reduction to the fundamental zone. Specifically, we switched the order of symmetries in the following methods:
orix.quaternion.Orientation.reduce() (API)
orix.quaternion.Misorientation.reduce() (API)
(These methods were previously named map_into_symmetry_reduced_zone().)
So in diffsims, we should do the following:
- Install the RC with
pip install --pre orix
- Run tests (test suite and docs)
- Report unexpected results to this discussion
In orix 0.15.0, we will release a breaking change in the (mis)orientation reduction to the fundamental zone. Specifically, we switched the order of symmetries in the following methods:
orix.quaternion.Orientation.reduce()(API)orix.quaternion.Misorientation.reduce()(API)(These methods were previously named
map_into_symmetry_reduced_zone().)So in diffsims, we should do the following:
pip install --pre orix