Skip to content

Releases: LaurentRDC/scikit-ued

v2.1.15

01 May 13:46
Compare
Choose a tag to compare

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

18 Mar 20:30
Compare
Choose a tag to compare

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

01 Nov 12:45
Compare
Choose a tag to compare

Release 2.1.13

  • Fixed some deprecation warnings due to matplotlib 3.6

v2.1.12

29 Aug 13:35
Compare
Choose a tag to compare

Release 2.1.12

  • Improved the masking functionality in bragg_peaks_persistence.

v2.1.11

25 Aug 12:04
Compare
Choose a tag to compare

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

16 Aug 11:50
Compare
Choose a tag to compare

Release 2.1.10

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

v2.1.9

04 Aug 16:25
Compare
Choose a tag to compare

Release 2.1.9

  • Updated bounds on pyqtgraph.

v2.1.8

03 Jul 23:36
Compare
Choose a tag to compare

Release 2.1.8

  • Added explicit testing with python 3.10.
  • Cleaned up unused imports.
  • Updated some modules which were using deprecated code.

v2.1.7

21 Jul 23:15
Compare
Choose a tag to compare

Release 2.1.7

  • Fixed an issue where :func:gaussian would trip on a full-width at half-maximum of 0.
  • Fixed an issue where the first stage of the dual-tree complex wavelet transform was not shifted properly (#36).

v2.1.5

16 Jun 17:30
Compare
Choose a tag to compare

Release 2.1.5

  • Releases are now automatically performed using Github Actions
  • It is now possible to install all the dependencies required to use :func:diffshow using the following installation option: pip install scikit-ued[diffshow].