Skip to content

Deprecated functions are removed in scipy 1.14.0+  #9

@Eleven1Liu

Description

@Eleven1Liu

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions