Skip to content

Releases: LaurentRDC/scikit-ued

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 01:37
v2.2.1
2009c5d

Release 2.2.1

  • Fixed an issue where we used SciPy's PocketFFT backend directly, leading to breakage once SciPy switched.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 17:38

Release 2.2.0

  • Added support for NumPy 2, in addition to NumPy 1.

v2.1.17

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:42

Release 2.1.17

  • Added a new function to automatically determine a diffraction mask, :func:auto_masking (#46).

v2.1.16

Choose a tag to compare

@github-actions github-actions released this 20 Jun 14:37

Release 2.1.16

  • Fixed an issue where autocenter could return bogus results. A new parameter has been added to address This
    problem while maintaining backwards-compatibility (#45).

v2.1.15

Choose a tag to compare

@github-actions github-actions released this 01 May 13:46

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 of skimage.registration.phase_cross_correlation.

v2.1.14

Choose a tag to compare

@github-actions github-actions released this 18 Mar 20:30

Release 2.1.14

  • Fixed documentation of powdersim which specified the wrong units for argument q (#44).
  • Updated support for scikit-image 0.21, which is deprecating some behaviors of skimage.registration.phase_cross_correlation.

v2.1.13

Choose a tag to compare

@github-actions github-actions released this 01 Nov 12:45

Release 2.1.13

  • Fixed some deprecation warnings due to matplotlib 3.6

v2.1.12

Choose a tag to compare

@github-actions github-actions released this 29 Aug 13:35

Release 2.1.12

  • Improved the masking functionality in bragg_peaks_persistence.

v2.1.11

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:04

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

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:50

Release 2.1.10

  • Fixed an issue where masks needed to be provided in bragg_peaks (#41).