PhasorPy 0.10 (2026-05-12)#

This is the first beta release of the PhasorPy library. It contains several new functions, improvements, and bug fixes.

The new io.signal_from_czi function reads hyperspectral and RGB images from Zeiss CZI files using the czifile library.

The new component.phasor_component_concentration function calculates absolute concentrations of two components from phasor coordinates, using a reference with known concentration.

The new filter.phasor_filter_gaussian function applies a Gaussian filter to phasor coordinates.

The new filter.signal_filter_median and filter.signal_filter_gaussian functions apply NaN-aware median and Gaussian filters to signals.

Several bugs have been fixed in lifetime.lifetime_to_signal.

This release supports Python 3.12 through 3.14.

What’s Changed#

Full Changelog: https://github.com/phasorpy/phasorpy/compare/v0.9…v0.10