- base & view model for imread

- transforms bugfix
- implement (nan)var and (nan)std
- add tests
This commit is contained in:
Wim Pomp
2023-08-18 18:10:42 +02:00
parent bdd7a5399c
commit ff6c1aa8a8
13 changed files with 929 additions and 779 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2023.7.4"
version = "2023.8.0"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -22,7 +22,7 @@ pint = "*"
tqdm = "*"
lxml = "*"
pyyaml = "*"
parfor = "*"
parfor = ">=2023.8.2"
JPype1 = "*"
SimpleITK-SimpleElastix = "*"
pytest = { version = "*", optional = true }