Skip to content

Releases: eljungsk/ScatteredInterpolation.jl

v0.3.6

10 Jul 18:10
Compare
Choose a tag to compare

ScatteredInterpolation v0.3.6

Diff since v0.3.5

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:

v0.3.5

30 Aug 09:31
v0.3.5
Compare
Choose a tag to compare

Fix code breakage introduced in 0.3.4 and add doctests.

v0.3.4

15 Aug 21:40
v0.3.4
Compare
Choose a tag to compare

Performance improvement for RBF interpolation using the same RBF for all points.

v0.3.3

04 Jul 08:26
v0.3.3
Compare
Choose a tag to compare

v0.3.3 (2019-07-04)

Diff since v0.3.2

Closed issues:

  • The Shepard interpolation appears inverted (#12)
  • Problem with Shepard method? (#11)

Fix deprecation warnings in Distances.jl

06 Mar 16:57
Compare
Choose a tag to compare
Deprecation warning from Distances.jl (#10)

* Fixed deprecation warnings in Distances.jl

* Deprecation warning fixed for idw

* Deprecation fixes

Dependency fix

18 Feb 13:18
Compare
Choose a tag to compare
v0.3.1

Fix warning about missing dependecies.

Smoothing RBF:s

11 Feb 16:31
Compare
Choose a tag to compare
v0.3.0

Fix doc deployment error

Julia 1.0 compatibility

20 Aug 15:46
Compare
Choose a tag to compare
v0.2.0

Run CI on 1.0

Initial release

15 Jun 09:28
Compare
Choose a tag to compare

Initial release of ScatteredInterpolation.jl.