Skip to content

Commit 7cc4364

Browse files
committed
Release notes for multipage TIF import without Bioformats in the GUI (#756)
1 parent 8f89e85 commit 7cc4364

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release/release_v1.7.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Highlights
66

7-
- Better multipage TIF file support, including import to NPY format without Javabridge/Bioformats
7+
- Javabridge/Bioformats has been replaced with multipage TIF file support
88
- Minimum supported Python version is now 3.10 to reduce maintenance burden and improve testing on more recent versions of Python
99

1010
### Changes
@@ -29,8 +29,9 @@
2929

3030
#### I/O
3131

32-
- TIF files can be imported without Javabridge/Bioformats by loading a TIF image directly with the flag, `--savefig npy` (#738, #753)
32+
- TIF files can be imported without Javabridge/Bioformats in the GUI ("Import" tab) or by loading a TIF image directly with the flag, `--savefig npy` (#738, #753, #756)
3333
- Read and write `PhysicalSpacingX`-style TIF resolutions (#753)
34+
- Exports to TIF are now multichannel TIF files (#756)
3435
- Fixed issues with loading certain TIF files' metadata (#738, #754)
3536
- Fixed saving/loading rescaled images using Numpy 2 (#738)
3637

0 commit comments

Comments
 (0)