skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

BUG: Use scipy.integrate.cumulative_trapezoid #617

Closed rrjbca closed 3 weeks ago

rrjbca commented 1 month ago

Description

The alias scipy.integrate.cumtrapz is deprecated. Use scipy.integrate.cumulative_trapezoid instead.

Depends on #618 incrementing the minimum supported version of scipy to 1.6 (the version when scipy.integrate.cumulative_trapezoid was added)

Checklist