Releases: liuyxpp/CubicHermiteSpline.jl
Releases · liuyxpp/CubicHermiteSpline.jl
v0.3.3
What's Changed
- Some performance improvements in bivariate interpolation by @DanielVandH in #2
New Contributors
- @DanielVandH made their first contribution in #2
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
- Dep DelaunayTriangulation.jl now requires at least v1.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Now support bivariate (2D) cubic Hermite spline interpolation.
Full Changelog: v0.2.2...v0.3.0
CubicHermiteSpline v0.2.2
Now compute the 1st order derivative of the interpolation function.
v0.1.0
CubicHermiteSpline v0.1.0
The very first working version.