Skip to content

Commit

Permalink
Bump version to 18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lschr committed Jun 20, 2024
1 parent c42676e commit ef0243b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down
2 changes: 1 addition & 1 deletion sdt/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ef0243b

Please sign in to comment.