hippalectryon-0 / xr-scipy

scipy for xarray eco-system
http://xr-scipy.readthedocs.io
61 stars 9 forks source link

Fix import with scipy 1.6 #9

Closed seidlj closed 3 years ago

seidlj commented 3 years ago

Fixes #8

Adds new methods integrate.trapezoid, integrate.simpson and integrate.cumulative_trapezoid and makes integrate.trapz, integrate.simps and integrate.cumtrapz compatible with scipy >= 1.6.0.

fujiisoup commented 3 years ago

Thank you! The test failure is not related. I need to update some other tests to pass all the tests.