PhasorPy 0.12 (2026-07-20)#

This is the third beta release of the PhasorPy library. It contains new functions, an About page, and other documentation improvements.

The new io.signal_from_brighteyes_mcs, io.signal_from_tdflim, and io.lifetime_from_tdflim functions read TCSPC or lifetime data from Brighteyes MCS and ISS TDFLIM files using the brighteyes-mcs-reader and lfdfiles libraries.

The new experimental.signal_from_dho function calculates emission spectra using the Displaced Harmonic Oscillator model.

The new spectral application (python -m phasorpy spectral) and plot.SpectralPlots class interactively plot emission spectra and corresponding spectral phasor coordinates for a set of spectral components and their mixture.

Conda-forge packages for osx-arm64 are now available.

This release supports Python 3.12 through 3.14.

What’s Changed#

New Contributors#

Full Changelog: https://github.com/phasorpy/phasorpy/compare/v0.11…v0.12