-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
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.