- work around a bioformats issue
Cargo Test / Cargo Test (push) Successful in 2m25s
PyTest / pytest (3.10) (push) Successful in 1m18s
PyTest / pytest (3.12) (push) Successful in 56s
PyTest / pytest (3.14) (push) Successful in 57s

This commit is contained in:
w.pomp
2026-06-16 14:25:26 +02:00
parent 998b24e7af
commit b3078dd915
9 changed files with 56 additions and 50 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
[package]
name = "tiffwrite"
version = "2026.5.1"
version = "2026.6.0"
edition = "2024"
rust-version = "1.88.0"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "MIT OR Apache-2.0"
description = "Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel."
homepage = "https://git.wimpomp.nl/wim/tiffwrite"
repository = "https://git.wimpomp.nl/wim/tiffwrite"
homepage = "https://git.pomppervova.nl/wim/tiffwrite"
repository = "https://git.pomppervova.nl/wim/tiffwrite"
documentation = "https://docs.rs/tiffwrite"
readme = "README.md"
keywords = ["bioformats", "tiff", "ndarray", "zstd", "fiji"]
@@ -28,7 +28,7 @@ lazy_static = "1"
ndarray = "0.17"
num = "0.4"
numpy = { version = "0.28", optional = true }
pyo3 = { version = "0.28", features = ["abi3-py310", "eyre", "generate-import-lib", "multiple-pymethods"], optional = true }
pyo3 = { version = "0.28", features = ["abi3-py310", "eyre", "multiple-pymethods"], optional = true }
pyo3-stub-gen = { version = "0.22", optional = true }
rayon = "1"
thiserror = "2"