Skip to content

Commit e0bfbc2

Browse files
committed
Updated indexsidebar with latest releases; updated changelog
1 parent 1dcaf46 commit e0bfbc2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
==========
33

4+
Version 2.5
5+
-----------
6+
7+
(NF):
8+
- intensities are correctly saved as *.csv, along with spot and center locations
9+
- added dependency: use of pandas dataframes for internal data tracking
10+
- spots and center locations are saved/loaded as csv (old pkl format can still be read)
11+
- fix crash when deselecting average plot after clearing plot
12+
- UI: selecting a spot after analysis highlights the corresponding curve
13+
- UI: Removing a spot also removes the corresponding curve
14+
- Runs can now be paused-resumed with spots in different positions
15+
416
Version 2.4
517
-----------
618

doc/source/_templates/indexsidebar.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<h3>Timeline</h3>
33

44
<ul style="list-style-type:disc">
5+
<li>November 2017: EasyLEED 2.5 released. UI improvements and fixes, support for pausing runs.</li>
6+
<li>October 2017: EasyLEED 2.4 released. Support for INI configuration files, bug fixes.</li>
57
<li>June 2017: EasyLEED 2.3.1 released. Support for Qt5, bug fixes.</li>
68
<li>March 2017: EasyLEED 2.2 released. Python 3 support.</li>
79
<li>July 2015: EasyLEED 2.1 released. Easier installation via setuptools.</li>
8-
<li>October 2014: EasyLEED 2.0 released. Many improvements and bug fixes .</li>
10+
<li>October 2014: EasyLEED 2.0 released. Many improvements and bug fixes.</li>
911
<li>August 2013: Code and documentation moved to Github.</li>
1012
<li>July 2012: Publication of paper on tracking algorithm.</li>
1113
<li>July 2010: Start of development.</li>

0 commit comments

Comments
 (0)