alphaparrot / ExoPlaSim

Exoplanet Planet Simulator (PlaSim extended for different planet types (including tidally-locked) and evolution on geological timescales--glaciers and carbon cycle)
GNU General Public License v2.0
65 stars 12 forks source link

Incompatible with scipy 1.14.0 #31

Closed alphaparrot closed 3 months ago

alphaparrot commented 5 months ago

scipy 1.14.0 removes scipy.integrate.cumtrapz in favour of scipy.integrate.cumulative_trapezoid; this currently breaks exoplasim. Users are recommended to downgrade to scipy<1.14.0 until this is resolved.

alphaparrot commented 3 months ago

Fixed by 3.4.1; all instances of scipy.integrate.cumtrapz renamed to scipy.integrate.cumulative_trapezoid.