Skip to content

Commit 891c31e

Browse files
committed
@ physicelldataloader : next release v3.3.4.
1 parent ab7f3bb commit 891c31e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Developers, please make pull requests to the https://github.com/elmbeech/physice
127127
## Release Notes:
128128
+ version 3.3.4 (2025-03-07): elmbeech/physicelldataloader
129129
+ replace the **aicsimageio** library dependency with its successor **bioio**. special thanks to Joel Eliason!
130-
+ **make_ome_tiff** can handle automatically generated file names with > 255 characters.
130+
+ **make_ome_tiff** can handle automatically generated file names with > 255 characters. special thank to Genevieve Stein-O'Brien and DanielBergman!
131+
+ **get_mesh_spacing** handels now an edge case correctly that would have resulted in a division by zero. special thanks to Randy Heiland!
131132

132133
+ version 3.3.3 (2025-01-10): elmbeech/physicelldataloader
133134
+ bug fix **plot_contour** plot orientation. special thanks to Marco Ruscone!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ classifiers = [
7171
# bue 2024-12-06: enforcing some versions
7272
dependencies = [
7373
"anndata>=0.10.8",
74-
"bioio>=1.2.0","tifffile!=2025.2.28",
74+
"bioio>=1.2.1",
7575
"matplotlib",
7676
"numpy<2.0.0",
7777
"pandas>=2.2.2",

0 commit comments

Comments
 (0)