Changelog

v0.3.0 | 2018-12-04

  • TIFF scan exports now default to using 32bit floats
  • Support for photon time tag data has been added (Bluelake version 1.5.0 and higher, HDF5 file format version 2)
  • File properties like File.kymos, File.scans now return empty dict objects instead of an error if there are no such items in the file

v0.2.0 | 2018-07-27

  • 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 | 2018-06-20

  • Initial release