pyxem / kikuchipy

Toolbox for analysis of electron backscatter diffraction (EBSD) patterns
https://kikuchipy.org
GNU General Public License v3.0
79 stars 30 forks source link

Preparations for a 0.5.8 patch release following orix 0.9.0 #520

Closed hakonanes closed 2 years ago

hakonanes commented 2 years ago

Description of the change

Fixes breaking changes coming in orix 0.9.0 where e.g. Vector3d.azimuth is a NumPy array and not a Scalar (class in orix), which previously had to be accessed as Vector3d.azimuth.data.

Progress of the PR

For reviewers

hakonanes commented 2 years ago

The code style has been updated per black 22.03 on the develop branch, so I won't update it here. Thus, I'll ignore that the code style check fails.