PhasorPy 0.11 (2026-06-06)#
This is the second beta release of the PhasorPy library. It contains several new functions, improvements, and bug fixes.
The new io.signal_from_ometiff function reads hyperspectral and RGB
images from OME-TIFF files using the tifffile library.
The filter.phasor_filter_gaussian function was fixed to apply intensity
weighting by default.
The new nadh_fraction application tutorial demonstrates how to estimate
the bound NADH fraction using phasor component analysis.
Several documentation inconsistencies have been fixed.
This release supports Python 3.12 through 3.14.
What’s Changed#
Bump version by @cgohlke in phasorpy/phasorpy#339
Add nadh_fraction tutorial and improve documentation by @cgohlke in phasorpy/phasorpy#341
Add signal_from_ometiff function by @cgohlke in phasorpy/phasorpy#342
Update phasor approach software list by @cgohlke in phasorpy/phasorpy#343
Update GitHub workflows by @cgohlke in phasorpy/phasorpy#344
Fix documentation inconsistencies by @cgohlke in phasorpy/phasorpy#345
Fix phasor_filter_gaussian to apply intensity weighting by default by @cgohlke in phasorpy/phasorpy#346
Revise phasor software table by @cgohlke in phasorpy/phasorpy#347
Fix Mypy errors with numpy 2.5.0rc1 by @cgohlke in phasorpy/phasorpy#348
Release v0.11 by @cgohlke in phasorpy/phasorpy#349
Full Changelog: https://github.com/phasorpy/phasorpy/compare/v0.10…v0.11