- do_copy class attribute to force copy of ome

- more ome parts optional
- reading closed file raises an error
This commit is contained in:
Wim Pomp
2023-07-11 17:20:03 +02:00
parent b629f98727
commit dbe80c495b
5 changed files with 35 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2023.7.1"
version = "2023.7.2"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -8,6 +8,7 @@ readme = "README.md"
keywords = ["bioformats", "imread", "numpy", "metadata"]
include = ["transform.txt"]
repository = "https://github.com/wimpomp/ndbioimage"
exclude = [ "ndbioimage/jars" ]
[tool.poetry.dependencies]
python = "^3.8"