dynamicslab / pysindy

A package for the sparse identification of nonlinear dynamical systems from data
https://pysindy.readthedocs.io/en/latest/
Other
1.36k stars 304 forks source link

BLD: Fix broken versions #512

Closed Jacob-Stevens-Haas closed 1 month ago

Jacob-Stevens-Haas commented 1 month ago

Arviz uses scipy.signal.gaussian, which was removed in 1.13. Most recent arviz uses scipy.signal.windows.gaussian

scikit-learn 1.5.0 contained a regression (https://github.com/scikit-learn/scikit-learn/pull/28352) that has been fixed in https://github.com/scikit-learn/scikit-learn/pull/29078

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.70%. Comparing base (7f5c7b7) to head (3cc261a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #512 +/- ## ======================================= Coverage 94.70% 94.70% ======================================= Files 38 38 Lines 4114 4114 ======================================= Hits 3896 3896 Misses 218 218 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.