- let tifread raise FileNotFoundError when series != 0
Some checks failed
PyTest / pytest (3.10) (push) Has been cancelled
PyTest / pytest (3.11) (push) Has been cancelled
PyTest / pytest (3.12) (push) Has been cancelled
PyTest / pytest (3.13) (push) Has been cancelled

This commit is contained in:
Wim Pomp
2026-04-01 10:13:43 +02:00
parent 0ee456a064
commit 46c511dd49
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "ndbioimage"
version = "2026.3.6"
version = "2026.4.0"
description = "Bio image reading, metadata and some affine registration."
authors = [
{ name = "W. Pomp", email = "w.pomp@nki.nl" }
@@ -35,7 +35,7 @@ write = ["matplotlib", "scikit-video"]
bioformats = ["JPype1"]
[project.urls]
repository = "https://github.com/wimpomp/ndbioimage"
repository = "https://git.wimpomp.nl/wim/focusfeedbackgui"
[project.scripts]
ndbioimage = "ndbioimage:main"