contrailcirrus / pycontrails

Python library for modeling contrails and other aviation climate impacts
https://py.contrails.org/
Apache License 2.0
59 stars 17 forks source link

Support new scipy spline interpolation implementations #172

Open thabbott opened 7 months ago

thabbott commented 7 months ago

Description

Scipy 1.13.0 introduced new implementations of tensor-product spline interpolation methods. These might offer performance advantages, but are currently incompatible with PycontrailsRegularGridIInterpolator, which will fall back on legacy scipy implementations. We should