Skip to content

v0.13.0

Compare
Choose a tag to compare
@chriski777 chriski777 released this 19 May 18:52
· 132 commits to main since this release

NOTE: right-click + drag now zooms the view; right-click once without dragging for cell flipping (CELL / NOT CELL)

Addresses the following bugs:

  • #951: Adds .nd2 input to GUI
  • #954: Adds sparse_detection mode to GUI
  • #953: Fixes dependency issues with latest version of numpy and np.bool
  • #930 : bin_frames has also been patched to accommodate cases in which current batch has fewer frames than bin_size.
  • 4d9dd2b: Issue with numpy 1.24.4 in which np.asanyarray needs explicit input arguments
  • #957: Removes scanimage-tiff-reader as a required dependency
  • #955: Allows *.mesc files to be loaded with h5 option
  • Fixes GUI zooming and panning from recent pyqtgraph update

New additions:

  • Changes BinaryFile to use np.memmap for file reading/writing (~20% speed up)
  • Adds yapf style guide