Skip to content

Releases: lumicks/pylake

v0.2.0

27 Jul 12:13
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Channel slices can be downsampled: lf_force = hf_force.downsampled_by(factor=20)
  • FDCurves now support subtraction, e.g. fd = f.fdcurves["measured"] - f.fdcurves["basline"]
  • Scans and kymos now have a .timestamps property with per-pixel timestamps with the same shape as the image arrays
  • Added Matlab compatibility examples to the repository in examples/matlab
  • h5py >= v2.8 is now required

v0.1.0

20 Jun 11:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.