PyLops / pylops

PyLops – A Linear-Operator Library for Python
https://pylops.readthedocs.io
GNU Lesser General Public License v3.0
430 stars 102 forks source link

feature: remove cusignal dependency #564

Closed mrava87 closed 10 months ago

mrava87 commented 10 months ago

This PR switches all operators using cusignal to cupy as cusignal is now deprecated (see official documentation)