Skip to content

Commit 63139d2

Browse files
committed
Release v2025.7.30
1 parent e1be5ad commit 63139d2

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ measurement data and instrumentation parameters.
1515

1616
:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
1717
:License: BSD-3-Clause
18-
:Version: 2025.5.10
18+
:Version: 2025.7.30
1919
:DOI: `10.5281/zenodo.10120021 <https://doi.org/10.5281/zenodo.10120021>`_
2020

2121
Quickstart
@@ -37,19 +37,25 @@ Requirements
3737
This revision was tested with the following requirements and dependencies
3838
(other versions may work):
3939

40-
- `CPython <https://www.python.org>`_ 3.10.11, 3.11.9, 3.12.10, 3.13.3 64-bit
41-
- `NumPy <https://pypi.org/project/numpy>`_ 2.2.5
42-
- `Xarray <https://pypi.org/project/xarray>`_ 2025.4.0 (recommended)
40+
- `CPython <https://www.python.org>`_ 3.11.9, 3.12.10, 3.13.5, 3.14.0rc 64-bit
41+
- `NumPy <https://pypi.org/project/numpy>`_ 2.3.2
42+
- `Xarray <https://pypi.org/project/xarray>`_ 2025.7.1 (recommended)
4343
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.10.3 (optional)
44-
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2025.5.10 (optional)
45-
- `Numcodecs <https://pypi.org/project/numcodecs/>`_ 0.15.1 (optional)
44+
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2025.6.11 (optional)
45+
- `Numcodecs <https://pypi.org/project/numcodecs/>`_ 0.16.1 (optional)
4646
- `Python-dateutil <https://pypi.org/project/python-dateutil/>`_ 2.9.0
4747
(optional)
48-
- `Cython <https://pypi.org/project/cython/>`_ 3.1.0 (build)
48+
- `Cython <https://pypi.org/project/cython/>`_ 3.1.2 (build)
4949

5050
Revisions
5151
---------
5252

53+
2025.7.30
54+
55+
- Add option to specify pixel time for decoding images.
56+
- Add functions to read and write PicoQuant BIN files.
57+
- Drop support for Python 3.10.
58+
5359
2025.5.10
5460

5561
- Mark Cython extension free-threading compatible.
@@ -116,8 +122,8 @@ test files or documentation: PT2 and PT3 files, decoding images from
116122
T2 and SPQR formats, bidirectional per frame, and deprecated image
117123
reconstruction.
118124

119-
Compatibility of written PTU files with other software is limitedly tested,
120-
as are decoding line, bidirectional, and sinusoidal scanning.
125+
Compatibility of written PTU files with other software is limited,
126+
as is decoding line, bidirectional, and sinusoidal scanning.
121127

122128
Other modules for reading or writing PicoQuant files are
123129
`Read_PTU.py

0 commit comments

Comments
 (0)