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

Deprecated functions are removed in scipy 1.14.0+ #9

Open
Eleven1Liu opened this issue Dec 26, 2024 · 0 comments
Open

Deprecated functions are removed in scipy 1.14.0+ #9

Eleven1Liu opened this issue Dec 26, 2024 · 0 comments
Labels
enhancement New feature or request model/linear

Comments

@Eleven1Liu
Copy link
Contributor

Eleven1Liu commented Dec 26, 2024

Recently released SciPy 1.14.0+ (release note) includes updates to scipy.sparse, such as the removal of deprecated functions (e.g., scipy.sparse.csr_matrix.A), which cause errors in linear code. For example,

return (x * self.weights).A + self.thresholds

A thorough review of our code related to the SciPy API is necessary in the near future. We've created a hotfix in PR #8.

@Eleven1Liu Eleven1Liu changed the title Deprecated scipy functions are remove in 1.14.0+ Deprecated scipy functions are removed in 1.14.0+ Dec 26, 2024
@Eleven1Liu Eleven1Liu changed the title Deprecated scipy functions are removed in 1.14.0+ Deprecated functions are removed in scipy 1.14.0+ Dec 26, 2024
@Eleven1Liu Eleven1Liu added package versions Versions for related packages enhancement New feature or request model/linear and removed package versions Versions for related packages labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request model/linear
Projects
None yet
Development

No branches or pull requests

1 participant