physiopy / phys2denoise

A toolbox and collection of scripts to prepare physiology data for fMRI denoise
https://phys2denoise.readthedocs.io/
Apache License 2.0
9 stars 19 forks source link

Refactoring for numpy >2.0 support #62

Open maestroque opened 1 month ago

maestroque commented 1 month ago

Currently the numpy package is constrained to be <2, due to some incompatibilities within the codebase and the new API. The ones currently detected include:

A workaround shall be found for compatibility with versions both over and under numpy 2.0. Some relevant PRs could be these [1] [2]

[Note] Edit this issue accordingly if other incompatibilities are found