Releases: eljungsk/ScatteredInterpolation.jl
Releases · eljungsk/ScatteredInterpolation.jl
v0.3.6
ScatteredInterpolation v0.3.6
Add proper version requirements for dependencies in Project.toml.
Closed issues:
- interpolate supporting subarrays? (#14)
- Problem in higher dimensions (#16)
- RBF interpolation with multiquadric method (#19)
Merged pull requests:
- Install TagBot as a GitHub Action (#17) (@JuliaTagBot)
- Fill in compat entries for every dependency (#20) (@fgasdia)
v0.3.5
Fix code breakage introduced in 0.3.4 and add doctests.
v0.3.4
Performance improvement for RBF interpolation using the same RBF for all points.
v0.3.3
v0.3.3 (2019-07-04)
Closed issues:
Fix deprecation warnings in Distances.jl
Deprecation warning from Distances.jl (#10) * Fixed deprecation warnings in Distances.jl * Deprecation warning fixed for idw * Deprecation fixes
Dependency fix
v0.3.1 Fix warning about missing dependecies.
Smoothing RBF:s
v0.3.0 Fix doc deployment error
Julia 1.0 compatibility
v0.2.0 Run CI on 1.0
Initial release
Initial release of ScatteredInterpolation.jl.