Skip to content

Commit

Permalink
Mention fixed reading of H5OINA files w/o explicit binning factor
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed May 28, 2023
1 parent 98fd53e commit c3f6969
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ were listed in alphabetical order by first name until version 0.7.0.
0.8.6 (2023-05-28)
==================

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 <https://github.com/pyxem/kikuchipy/pull/641>`_)

Fixed
-----
- EBSD patterns from some EDAX binary .up1/2 files were incorrectly read due to an
incorrect file offset, making the patterns appear shifted horizontally.
(`#641 <https://github.com/pyxem/kikuchipy/pull/641>`_)
- Reading of EBSD patterns from H5OINA files with the "Camera Binning Mode" dataset not
containing the detector binning.
(`#641 <https://github.com/pyxem/kikuchipy/pull/641>`_)

0.8.5 (2023-05-21)
==================
Expand Down

0 comments on commit c3f6969

Please sign in to comment.