Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: stop using invalid .A attribute of scipy sparse matrix #996

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

GaetanLepage
Copy link
Contributor

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

This previously deprecated attribute has been definitly removed from
scipy in the latest release (1.14.0).
It is equivalent to `.toarray()`.
@TomAugspurger
Copy link
Member

Thanks. I'll take care of the other CI failures elsewhere.

@TomAugspurger TomAugspurger merged commit 567cfd7 into dask:main Jul 20, 2024
5 of 11 checks passed
@GaetanLepage GaetanLepage deleted the toarray branch July 20, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants