Hi @IMBalENce!
FYI, we're informing all downstream packages about a breaking change in an upcoming release that could change some results.
Specifically, we're fixing a bug in the reduction/projection of (mis)orientations to the fundamental zone.
So we just released a bug fix in a release candidate on PyPI, 0.15.0rc1, where we fixed a bug in this functionality.
In OpenECCI, we should do the following:
- Install the RC with
pip install --pre orix
- Run any tests
- Report unexpected results in this discussion
We intend to release this bug fix in a proper release 0.15.0 in two weeks, i.e. around June 24.
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().)
Hi @IMBalENce!
FYI, we're informing all downstream packages about a breaking change in an upcoming release that could change some results.
Specifically, we're fixing a bug in the reduction/projection of (mis)orientations to the fundamental zone.
So we just released a bug fix in a release candidate on PyPI, 0.15.0rc1, where we fixed a bug in this functionality.
In OpenECCI, we should do the following:
pip install --pre orixWe intend to release this bug fix in a proper release 0.15.0 in two weeks, i.e. around June 24.
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().)