Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest authored Mar 5, 2024
1 parent cb82b07 commit 0fa0231
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

- Adds a number of classes that replicate most of the functionality of the
corresponding classes from scipy.interpolate :
- ``scipy.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 for ``Interpolator.{1D, 2D, 3D}`` and corresponding
functions.
- Method ``"monotonic"`` now works in 2D and 3D, where it will preserve monotonicity
with respect to each coordinate individually.


v0.2.4
------
- Fixes for scalar valued query points
Expand Down

0 comments on commit 0fa0231

Please sign in to comment.