Skip to content

Commit a80f089

Browse files
committed
Bump version to 21.1.1
1 parent cc590a4 commit a80f089

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Generally, if the major version number was increased, there was an API break,
1313
so 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+
1622
20.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+
103113
17.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

113123
17.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

124134
17.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

137147
17.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

150160
17.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

162172
17.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-
184190
16.1
185191
~~~~
186192

sdt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# setup.py needs to be able to read the version string using the reg ex
66
# r"^__version__ = ['\"]([^'\"]*)['\"]"
7-
__version__ = "20.1.0"
7+
__version__ = "20.1.1"

0 commit comments

Comments
 (0)