@@ -13,6 +13,12 @@ Generally, if the major version number was increased, there was an API break,
1313so watch out for those!
1414
1515
16+ 20.1.1
17+ ------
18+
19+ - Fix calling :py:func: `brightness.from_raw_image ` with ``bg_frame=float("inf") ``
20+
21+
162220.1.0
1723------
1824
@@ -100,8 +106,12 @@ so watch out for those!
100106- Various bug fixes, mostly due to changes of underlying libraries.
101107
102108
109+ Older versions
110+ --------------
111+
112+
10311317.5
104- ----
114+ ~~~~
105115
106116- :py:mod: `motion.immobilization `: Properly handle unsorted tracking data
107117- :py:class: `multicolor.Registrator `: Allow passing channel name as `channel `
@@ -111,7 +121,7 @@ so watch out for those!
111121
112122
11312317.4
114- ----
124+ ~~~~
115125
116126- :py:class: `flatfield.Corrector `: Handle Gaussian fits where the center is
117127 outside the image.
@@ -122,7 +132,7 @@ so watch out for those!
122132
123133
12413417.3
125- ----
135+ ~~~~
126136
127137- Depend on the `imageio ` package for reading images instead of `PIMS `
128138- Remove deprecated ``channel_reg `` module
@@ -135,7 +145,7 @@ so watch out for those!
135145
136146
13714717.2
138- ----
148+ ~~~~
139149
140150- Improvements to :py:class: `gui.BatchWorker ` and :py:class: `gui.LocDisplay `
141151- Fix QtQuick matplotlib backend for matplotlib >= 3.5
@@ -148,7 +158,7 @@ so watch out for those!
148158
149159
15016017.1
151- ----
161+ ~~~~
152162
153163- Prevent performing flatfield correction multiple times in
154164 :py:class: `fret.SmFRETAnalyzer `
@@ -160,7 +170,7 @@ so watch out for those!
160170
161171
16217217.0
163- ----
173+ ~~~~
164174
165175- Improvements to :py:mod: `helper.numba `
166176- Add function for computing smallest enclosing circle
@@ -177,10 +187,6 @@ so watch out for those!
177187 from a multi-state sample to :py:class: `fret.SmFRETAnalyzer `
178188
179189
180- Older versions
181- --------------
182-
183-
18419016.1
185191~~~~
186192
0 commit comments