Skip to content

Commit a518f73

Browse files
committed
Bump version to 20.1.0
1 parent f6e43e4 commit a518f73

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Generally, if the major version number was increased, there was an API break,
1313
so watch out for those!
1414

1515

16+
20.1.0
17+
------
18+
19+
- Port :py:mod:`gui` module to PySide6
20+
- Add :py:func:`stats.avg_shifted_hist` for average shifted histogram calculation
21+
- :py:mod:`motion`: Support nD case in motion models
22+
23+
1624
20.0.0
1725
------
1826

@@ -72,7 +80,7 @@ so watch out for those!
7280

7381
- :py:class:`nbui.ChannelSplitter`: Update to work with newer `matplotlib`.
7482
- :py:class:`nbui.Locator`: Add built-in :py:class:`nbui.FrameSelector`.
75-
- :py:mod:`loc.cg`: Fix off-by-one error in local maximum detection, which
83+
- :py:mod:`loc.cg`: Fix off-by-one error in local maximum detection, which
7684
could lead to wrongly discarding peaks close to the edges.
7785
- :py:mod:`loc.cg`: Fix issue where some peaks produced NaNs.
7886
- :py:mod:`loc.daostorm_3d`: Warn if ``radius >= 3`` as this can lead to a

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.0.0"
7+
__version__ = "20.1.0"

0 commit comments

Comments
 (0)