kikuchipy 0.8.6
kikuchipy is an open-source Python library for processing and analysis of electron backscatter diffraction (EBSD) patterns.
This is a patch release fixing two issues in the EDAX binary and Oxford Instruments' H5OINA readers.
See below, the changelog or the GitHub changelog for all updates from the previous release.
Changed
- Use memory mapping (
numpy.memmap()
) instead of reading into memory (numpy.fromfile()
) for non-lazy reading of EBSD patterns from EDAX binary .up1/2 files. (#641)