diff --git a/README.rst b/README.rst index 760d700..08253eb 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ measurement data and instrumentation parameters. :Author: `Christoph Gohlke `_ :License: BSD 3-Clause -:Version: 2024.2.20 +:Version: 2024.4.24 :DOI: `10.5281/zenodo.10120021 `_ Quickstart @@ -30,16 +30,21 @@ Requirements This revision was tested with the following requirements and dependencies (other versions may work): -- `CPython `_ 3.9.13, 3.10.11, 3.11.8, 3.12.2 (64-bit) +- `CPython `_ 3.9.13, 3.10.11, 3.11.9, 3.12.3 (64-bit) - `Numpy `_ 1.26.4 -- `Xarray `_ 2024.2.0 (recommended) -- `Matplotlib `_ 3.8.3 (optional) -- `Tifffile `_ 2024.2.12 (optional) +- `Xarray `_ 2024.3.0 (recommended) +- `Matplotlib `_ 3.8.4 (optional) +- `Tifffile `_ 2024.4.24 (optional) - `Numcodecs `_ 0.12.1 (optional) +- `Cython `_ 3.0.10 (build) Revisions --------- +2024.4.24 + +- Build wheels with numpy 2. + 2024.2.20 - Change definition of PtuFile.frequency (breaking). @@ -106,9 +111,9 @@ Other Python modules for reading PicoQuant files are: - `PyPTU `_ - `tttrlib `_ - `picoquantio `_ -- `ptuparser `_ +- `ptuparser `_ - `phconvert `_ -- `trattoria `_ +- `trattoria `_ (wrapper of `trattoria-core `_ and `tttr-toolbox `_) - `napari-flim-phasor-plotter @@ -170,7 +175,7 @@ Slice step sizes define binning, -1 being used to integrate along axis: >>> ptu[:, ..., 0, ::-1] array([[[103, ..., 38], - ... + ... [ 47, ..., 30]]], dtype=uint16) Alternatively, decode the first channel and integrate all histogram bins