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
640 stars 370 forks source link

Fix scipy imports not to use (removed with 1.12) numpy reexports #1282

Closed pgunn closed 9 months ago

pgunn commented 9 months ago

scipy used to wrap numpy.histogram() and several other numpy functions, but stopped with 1.12; stop using the removed wrappers. (not entirely sure I got everything with this)

Fixes #1281