flatironinstitute / CaImAn

Computational toolbox for large scale Calcium Imaging Analysis, including movie handling, motion correction, source extraction, spike deconvolution and result visualization.
https://caiman.readthedocs.io
GNU General Public License v2.0
639 stars 370 forks source link

Switch from the z5py library to the zarr library #1203

Closed pgunn closed 1 year ago

pgunn commented 1 year ago

This removes z5py as a dependency, swapping in zarr (which is also available in pypi, so it also replaces the conditional imports with a static import)