v0.3.0
What's Changed
-
Fix bug when extrap is float. #18
-
Adds a number of classes that replicate most of the functionality of the
corresponding classes from scipy.interpolate : #25scipy.interpolate.PPoly
->interpax.PPoly
scipy.interpolate.Akima1DInterpolator
->interpax.Akima1DInterpolator
scipy.interpolate.CubicHermiteSpline
->interpax.CubicHermiteSpline
scipy.interpolate.CubicSpline
->interpax.CubicSpline
scipy.interpolate.PchipInterpolator
->interpax.PchipInterpolator
-
Method
"akima"
now available forInterpolator.{1D, 2D, 3D}
and corresponding
functions. #23 -
Method
"monotonic"
now works in 2D and 3D, where it will preserve monotonicity
with respect to each coordinate individually. #23
Full Changelog: v0.2.4...v0.3.0