Closed rrjbca closed 5 months ago
In scipy 1.14 the scipy.integrate.cumtrapz will be deprecated. However the alias scipy.integrate.cumulative_trapezoid was not added until scipy 1.6. This pull request increases the oldest supported version of scipy to 1.6.
scipy.integrate.cumtrapz
scipy.integrate.cumulative_trapezoid
Description
In scipy 1.14 the
scipy.integrate.cumtrapz
will be deprecated. However the aliasscipy.integrate.cumulative_trapezoid
was not added until scipy 1.6. This pull request increases the oldest supported version of scipy to 1.6.Checklist