Releases: LaurentRDC/scikit-ued
Releases · LaurentRDC/scikit-ued
Release list
v2.2.1
v2.2.0
Release 2.2.0
- Added support for NumPy 2, in addition to NumPy 1.
v2.1.17
Release 2.1.17
- Added a new function to automatically determine a diffraction mask, :func:
auto_masking(#46).
v2.1.16
Release 2.1.16
- Fixed an issue where
autocentercould return bogus results. A new parameter has been added to address This
problem while maintaining backwards-compatibility (#45).
v2.1.15
Release 2.1.15
- Add support for scikit-image 0.22+,
which dropped <https://scikit-image.org/docs/0.22.x/release_notes/release_0.22.html>_ for some arguments ofskimage.registration.phase_cross_correlation.
v2.1.14
Release 2.1.14
- Fixed documentation of
powdersimwhich specified the wrong units for argumentq(#44). - Updated support for scikit-image 0.21, which is deprecating some behaviors of
skimage.registration.phase_cross_correlation.
v2.1.13
Release 2.1.13
- Fixed some deprecation warnings due to
matplotlib3.6
v2.1.12
Release 2.1.12
- Improved the masking functionality in
bragg_peaks_persistence.
v2.1.11
Release 2.1.11
- Added new Bragg peak determination functionality to combat new datasets with sub-optimal signal-to-noise ratio. Further added Brillouin zone determination based on Bragg peak locations (#42).
v2.1.10
Release 2.1.10
- Fixed an issue where masks needed to be provided in
bragg_peaks(#41).