Skip to content

Releases: andim/easyleed

Bug fix release

02 Apr 21:40
Compare
Choose a tag to compare

Fixed bugs in file saving

Bug fix release

28 Nov 20:19
Compare
Choose a tag to compare
2.5.1

bumped version to 2.5.1

Version 2.5

19 Nov 06:02
Compare
Choose a tag to compare

(NF):

  • intensities are correctly saved as *.csv, along with spot and center locations
  • added dependency: use of pandas dataframes for internal data tracking
  • spots and center locations are saved/loaded as csv (old pkl format can still be read)
  • fix crash when deselecting average plot after clearing plot
  • UI: selecting a spot after analysis highlights the corresponding curve
  • UI: Removing a spot also removes the corresponding curve
  • Runs can now be paused-resumed with spots in different positions

Version 2.4

07 Nov 22:50
Compare
Choose a tag to compare

The new release provides a number of functionality enhancements and bug fixes detailed below.

(NF):

  • revamp of configuration handling (now uses *.ini format)
  • fixed crash if no image selected in file open widget
  • changed filetype ending for spot position export to *.pkl
  • some improvements to plotting ui

(AM):

  • added (optional) peak detection algorithms from scikit-image to be used in
    the tracking (beware: this feature is still experimental)
  • optional dependencies (skimage, fits) can now be installed via pip

2.3.4

15 Sep 18:59
Compare
Choose a tag to compare

Persistent spot labeling. Custom config file now anywhere on path as "easyleedconfig.py"

2.3.3

13 Sep 17:07
Compare
Choose a tag to compare

bug fixes to file loading and plotting

2.3.2

21 Jun 11:55
Compare
Choose a tag to compare
  • file loading now no longer needs file type selection

2.3.1

19 Jun 18:21
Compare
Choose a tag to compare
  • adds simultaneous support for qt4 and qt5
  • fixes to logging
  • filename defaults when saving

2.3

16 Jun 16:05
Compare
Choose a tag to compare
2.3

Bug fixes for python 3

2.2

22 Mar 18:52
Compare
Choose a tag to compare
2.2

new release with python 3 support