KernelInterpolation.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.
- Added support for general RNG in
random_*
functions ([#106]). - Added
LagrangeBasis
([#103]).
- Use OrdinaryDiffEqRosenbrock.jl instead of OrdinaryDiffEq.jl in the examples and documentation ([#108]).
- Fix seriestype for 1D plots ([#101]).
- Added tutorial on noisy data ([#95]).
- Added L2 regularization ([#94]).
- Added least squares approximation ([#93], [#97]).
- Add interface for general bases and add
StandardBasis
. This is breaking for least squares approximations because the order ofcenters
andnodeset
needs to be swapped in theinterpolate
function. Alternatively, use the newStandardBasis
([#100]).
- Added tutorial to documentation ([#66]).
- Added
PartialDerivativeOperator
([#65]). - Added compactly supported Wu kernels ([#64]).
- Added compatibility for
PointSet
s from Meshes.jl ([#63]).