tobiscode / disstans

Package repository for the Decomposition and Inference of Sources through Spatiotemporal Analysis of Network Signals (DISSTANS) toolbox.
https://tobiscode.github.io/disstans/
GNU General Public License v3.0
22 stars 7 forks source link

scipy toarray() #5

Closed koulali closed 2 months ago

koulali commented 2 months ago

I have noticed that the scipy.sparse.csr_matrix .A method is deprecated and I had to replace it with .toarray() instead to be able to run the examples. I'm using scipy 1.14

tobiscode commented 2 months ago

Thanks for pointing this out! Not sure how I missed it since it officially got deprecated in 1.11 and I've been testing with 1.13 for a while 🤔 I fixed it with ddda651d932f4a7acfdcfbf74de0fd22fc564c5c and also pushed the update to PyPI.

Cheers