Skip to content

Releases: liuyxpp/CubicHermiteSpline.jl

v0.3.3

06 Sep 13:02
351a087
Compare
Choose a tag to compare

What's Changed

  • Some performance improvements in bivariate interpolation by @DanielVandH in #2

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

31 Aug 05:54
Compare
Choose a tag to compare

v0.3.1

29 Aug 15:34
Compare
Choose a tag to compare
  • Dep DelaunayTriangulation.jl now requires at least v1.1

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Jan 14:24
Compare
Choose a tag to compare

Now support bivariate (2D) cubic Hermite spline interpolation.

Full Changelog: v0.2.2...v0.3.0

CubicHermiteSpline v0.2.2

25 Aug 00:23
Compare
Choose a tag to compare

Now compute the 1st order derivative of the interpolation function.

v0.1.0

22 Jun 00:26
Compare
Choose a tag to compare

CubicHermiteSpline v0.1.0

The very first working version.