Skip to content

Commit e61dfae

Browse files
committed
Release v2025.5.26
1 parent 8df92ae commit e61dfae

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ many proprietary metadata formats.
3535

3636
:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
3737
:License: BSD-3-Clause
38-
:Version: 2025.5.24
38+
:Version: 2025.5.26
3939
:DOI: `10.5281/zenodo.6795860 <https://doi.org/10.5281/zenodo.6795860>`_
4040

4141
Quickstart
@@ -71,7 +71,7 @@ Requirements
7171
This revision was tested with the following requirements and dependencies
7272
(other versions may work):
7373

74-
- `CPython <https://www.python.org>`_ 3.11.9, 3.12.10, 3.13.3 3.14.0b1 64-bit
74+
- `CPython <https://www.python.org>`_ 3.11.9, 3.12.10, 3.13.3 3.14.0b2 64-bit
7575
- `NumPy <https://pypi.org/project/numpy/>`_ 2.2.6
7676
- `Imagecodecs <https://pypi.org/project/imagecodecs/>`_ 2025.3.30
7777
(required for encoding or decoding LZW, JPEG, etc. compressed segments)
@@ -87,9 +87,13 @@ This revision was tested with the following requirements and dependencies
8787
Revisions
8888
---------
8989

90-
2025.5.24
90+
2025.5.26
9191

9292
- Pass 5109 tests.
93+
- Use threads in Zarr stores.
94+
95+
2025.5.24
96+
9397
- Fix incorrect tags created by Philips DP v1.1 (#299).
9498
- Make Zarr stores partially listable.
9599

@@ -819,7 +823,7 @@ as NumPy or Zarr arrays:
819823
>>> data.shape
820824
(1, 2, 64, 64)
821825
>>> store = image_sequence.aszarr()
822-
>>> zarr.open(store, mode='r')
826+
>>> zarr.open(store, mode='r', ioworkers=2, maxworkers=1)
823827
<Array ZarrFileSequenceStore shape=(1, 2, 64, 64) dtype=float64>
824828
>>> image_sequence.close()
825829

0 commit comments

Comments
 (0)