ebachelet / pyLIMA

GNU General Public License v3.0
30 stars 8 forks source link

Scipy will remove `misc.derivative` function in future version #75

Closed ketozhang closed 9 months ago

ketozhang commented 9 months ago

DeprecationWarning: scipy.misc.derivative is deprecated in SciPy v1.10.0; and will be completely removed in SciPy v1.12.0. You may consider using findiff: https://github.com/maroba/findiff or numdifftools: https://github.com/pbrod/numdifftools

Not too bad to accomodate, there's only one usage of this function: https://github.com/search?q=repo%3Aebachelet%2FpyLIMA%20misc.derivative&type=code

ebachelet commented 9 months ago

Thanks for reporting. It is updated in 1.9.2 just pushed on pip and tagged here