v0.13.0
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 thanbin_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