Skip to content

Releases: PBLab/python-pysight

Multiple sweeps fix

18 Aug 07:18
Compare
Choose a tag to compare

This release contains a critical bug fix when parsing list files with multiple sweeps.

Version 0.10

04 May 07:04
Compare
Choose a tag to compare

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

07 Oct 09:18
Compare
Choose a tag to compare

Bug fixes and internal improvements

Public Release

19 Mar 21:26
Compare
Choose a tag to compare

This release marks the first exposed public API of PySight, and includes many improvements over previous "unreleased" versions.