From ef0243bd171331c6a73927cbedad907251faec8d Mon Sep 17 00:00:00 2001 From: Lukas Schrangl Date: Thu, 20 Jun 2024 19:36:01 +0200 Subject: [PATCH] Bump version to 18.3 --- CHANGELOG.rst | 9 +++++++++ sdt/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85a70c7a..d92f427c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,15 @@ Generally, if the major version number was increased, there was an API break, so watch out for those! +18.3 +---- + +- Refactor (still experimental) :py:mod:`gui`, bump QML parts to v0.2 +- Require tifffile >= 2022.2.2 +- :py:mod:`changepoint`: Add :py:func:`labels_from_indices` function +- :py:class:`nbui.Thresholder`: Fix creation of Path for plotting + + 18.2 ---- diff --git a/sdt/_version.py b/sdt/_version.py index 6d71ddff..56009494 100644 --- a/sdt/_version.py +++ b/sdt/_version.py @@ -4,4 +4,4 @@ # setup.py needs to be able to read the version string using the reg ex # r"^__version__ = ['\"]([^'\"]*)['\"]" -__version__ = "18.2" +__version__ = "18.3"