scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.11k stars 1.19k forks source link

Update `Sparse Matrices in SciPy` section #723

Closed jarrodmillman closed 7 months ago

jarrodmillman commented 8 months ago

@dschult These are just some notes from our discussion. Thanks for looking into this!!

These need to be updated to use the new sparse.array API: https://docs.scipy.org/doc/scipy/tutorial/sparse.html

We currently depend on scipy 1.12, so we can use anything available there and can add a warning or note about planned new functionality.