pyxem / kikuchipy

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

Main into develop post 0.8.2 release #624

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

Routine PR bringing changes in main into develop after the 0.8.2 release.

Progress of the PR

Minimal example of the bug fix or new feature

>>> import kikuchipy as kp
>>> s = kp.data.nickel_ebsd_small()
>>> s
<EBSD, title: patterns Scan 1, dimensions: (3, 3|60, 60)>
>>> # Your new feature...

For reviewers