Hi @jonwright, @jadball, and all!
Thanks for using orix, we hope you find it useful.
Are you guys using orix to reduce/project (mis)orientations to the fundamental zone?
We just released a bug fix in a release candidate on PyPI, 0.15.0rc1, where we fixed a bug in this functionality.
If you're interested, we'd appreciate it if you could:
- Install the RC with
pip install --pre orix
- Run any tests you might have
- Report unexpected results to this discussion
We intend to release this bug fix in a proper release 0.15.0 in two weeks, i.e. around June 24.
On behalf of the orix maintainers,
thanks
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 @jonwright, @jadball, and all!
Thanks for using orix, we hope you find it useful.
Are you guys using orix to reduce/project (mis)orientations to the fundamental zone?
We just released a bug fix in a release candidate on PyPI, 0.15.0rc1, where we fixed a bug in this functionality.
If you're interested, we'd appreciate it if you could:
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.
On behalf of the orix maintainers,
thanks
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().)