Skip to content

Releases: LaurentRDC/scikit-ued

v2.1.17

28 Jun 18:42
Compare
Choose a tag to compare

Release 2.1.17

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

v2.1.16

20 Jun 14:37
Compare
Choose a tag to compare

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

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.