- no cloning if frame is owned already
PyTest / pytest (push) Successful in 1m26s
PyTest / pytest (3.10) (push) Successful in 1m48s
PyTest / pytest (3.12) (push) Successful in 1m59s
PyTest / pytest (3.14) (push) Successful in 2m6s

This commit is contained in:
Wim Pomp
2026-05-10 11:51:12 +02:00
parent 5a5bf9216f
commit 998b24e7af
4 changed files with 55 additions and 18 deletions
-4
View File
@@ -29,10 +29,6 @@ dependencies = ["numpy", "tqdm"]
[project.optional-dependencies]
test = ["pytest", "tifffile", "imagecodecs"]
[project.urls]
homepage = "https://github.com/wimpomp/tiffwrite"
repository = "https://github.com/wimpomp/tiffwrite"
[project.scripts]
tiffwrite_generate_stub = "tiffwrite:tiffwrite_generate_stub"