PhasorPy is an open-source Python library for the analysis of fluorescence lifetime and hyperspectral images using the phasor approach.
This is the third alpha release of the PhasorPy library. It fixes the averaging of phasor coordinates in the phasor_center
and phasor_calibrate
functions, replaces the phasor_filter
function with phasor_filter_median
, adds support for multiple harmonics to phasor_threshold
, and adds the read_imspector_tiff
function to read ImSpector FLIM TIFF files. This release supports Python 3.10 to 3.13.
What's Changed
- Bump version by @cgohlke in #152
- Bump the github-actions group with 2 updates by @dependabot in #153
- Mention GSLab software by @cgohlke in #156
- Mention BrightEyes software by @cgohlke in #157
- Pin numpy<2.2.0 for static code analysis by @cgohlke in #159
- Fix mypy errors with matplotlib-3.10 by @cgohlke in #160
- Fix averaging phasor coordinates and related issues by @cgohlke in #155
- Add support for ImSpector FLIM TIFF files by @cgohlke in #161
- Release v0.3 by @cgohlke in #162
Full Changelog: v0.2...v0.3