Releases: PBLab/python-pysight
Multiple sweeps fix
This release contains a critical bug fix when parsing list files with multiple sweeps.
Version 0.10
0.10.0 (2019-05-04)
This is a minor release containing new features and bug fixes.
-
Added support for FLIM and image deinterleaving. This allows the user utilize the time-of-arrival of each photon relative to the last laser pulse for various applications. For more information please refer to the docs.
-
Fixed several minor issues with the build process and installation.
-
Upgrades depenedencies, now supports Python 3.7.
-
Refactoring of code base structure for higher clarity.
-
The "memory" output of PySight is now a
PySightOutput
object with simpler handles to the data, both raw and processed. -
Configuration files are now TOML. Please look at
default.toml
in the repo for reference. -
Improvemnets to use less RAM during runtime.
-
Fixed a memory leak affecting mostly the processing of large
.lst
files.
0.9.7
Bug fixes and internal improvements
Public Release
This release marks the first exposed public API of PySight, and includes many improvements over previous "unreleased" versions.