- special IJTiffParallel class to help generate frames in parallel
- warning now shows which frames are missing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tiffwrite"
|
||||
version = "2024.10.3"
|
||||
version = "2024.10.4"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
@@ -17,7 +17,7 @@ zstd = "0.13.2"
|
||||
numpy = { version = "0.22.0", optional = true }
|
||||
|
||||
[dependencies.pyo3]
|
||||
version = "0.22.2"
|
||||
version = "0.22.5"
|
||||
features = ["extension-module", "abi3-py310", "generate-import-lib", "anyhow", "multiple-pymethods"]
|
||||
optional = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user