Closed GaetanLepage closed 4 months ago
This previously deprecated attribute has been definitly removed from scipy in the latest release (1.14.0). It is equivalent to .toarray().
.toarray()
https://github.com/scipy/scipy/blob/7750f15ffd026ab758bd9b720f3628b0284cb905/doc/source/release/1.14.0-notes.rst?plain=1#L225-L228
Thanks. I'll take care of the other CI failures elsewhere.
This previously deprecated attribute has been definitly removed from scipy in the latest release (1.14.0). It is equivalent to
.toarray()
.https://github.com/scipy/scipy/blob/7750f15ffd026ab758bd9b720f3628b0284cb905/doc/source/release/1.14.0-notes.rst?plain=1#L225-L228