PhasorPy 0.8 (2025-10-10)#
This is the eighth alpha release of the PhasorPy library. It contains several improvements and breaking changes.
Filter-related functions have moved from the phasor module to
the new filter module.
A new filter.signal_filter_ncpca function has been added that
filters signals using noise-corrected principal component analysis.
The experimental.spectral_vector_denoise function has been
renamed to filter.signal_filter_svd.
The io.signal_from_fbd function has been updated to use
the fbdfile package.
This release supports Python 3.12 to 3.14. Python 3.11 is no longer supported.
What’s Changed#
Bump version by @cgohlke in phasorpy/phasorpy#287
Fix sdist does not contain all tests by @cgohlke in phasorpy/phasorpy#288
Improve documentation by @cgohlke in phasorpy/phasorpy#295
Mention cell-analysis-tools library by @cgohlke in phasorpy/phasorpy#296
Add filter module by @cgohlke in phasorpy/phasorpy#290
Document how to calibrate LIF Fast FLIM lifetimes by @cgohlke in phasorpy/phasorpy#289
Add signal_filter_ncpca function by @cgohlke in phasorpy/phasorpy#297
Raise minimum version requirements by @cgohlke in phasorpy/phasorpy#298
Mention napari-phasors software by @cgohlke in phasorpy/phasorpy#301
Add phasor_combine function by @cgohlke in phasorpy/phasorpy#300
Bump the github-actions group with 2 updates by @dependabot[bot] in phasorpy/phasorpy#299
Update to mkl_fft 2.0 by @cgohlke in phasorpy/phasorpy#302
Use fbdfile package to read FBD files by @cgohlke in phasorpy/phasorpy#303
Support Python 3.14 and drop Python 3.11 by @cgohlke in phasorpy/phasorpy#304
Release v0.8 by @cgohlke in phasorpy/phasorpy#306
Full Changelog: https://github.com/phasorpy/phasorpy/compare/v0.7…v0.8