- added some type aliases

- an overridden compress_frame in a class subclassing IJTiffWrite can now write multiple frames
This commit is contained in:
Wim Pomp
2024-10-02 13:58:12 +02:00
parent ba73ae522a
commit a733d8a820
4 changed files with 21 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "tiffwrite"
version = "2024.4.0"
version = "2024.10.0"
description = "Parallel tiff writer compatible with ImageJ."
authors = ["Wim Pomp, Lenstra lab NKI <w.pomp@nki.nl>"]
license = "GPL-3.0-or-later"
@@ -16,7 +16,7 @@ numpy = "*"
tqdm = "*"
colorcet = "*"
matplotlib = "*"
parfor = ">=2024.3.0"
parfor = ">=2024.9.2"
pytest = { version = "*", optional = true }
mypy = { version = "*", optional = true }