- Extend compatibility to
TwoDimensional
v0.4
- Extend
getcoefs
to cope with other coordinate types. The coordinate type is converted on-the-fly if it is not exactly the floating-point type of the kernel. The methodconvert_coordinate
can be specialized to extend this conversion to non-standard numeric types. This is automatically done for coordinates of typeUnitful.Quantity
when theUnitful
package is loaded.
- Bug fixed.
-
SparseInterpolator(T,ker,...)
andSparseUnidimensionalInterpolator(T,ker,...)
have been deprecated in favor ofSparseInterpolator{T}(ker,...)
andSparseUnidimensionalInterpolator{T}(ker,...)
. -
Some documentation is available at https://emmt.github.io/LinearInterpolators.jl/dev
LinearInterpolators
is registered in personal registryEmmtRegistry
.