Skip to content

Releases: JuliaMath/Interpolations.jl

v0.15.1

20 Dec 10:15
c66a77e
Compare
Choose a tag to compare

Interpolations v0.15.1

Diff since v0.15.0

Merged pull requests:

  • Add GeoStats.jl to list of alternative interpolation packages (#569) (@juliohm)
  • CompatHelper: bump compat for "Adapt" to "4.0" (#573) (@github-actions[bot])
  • CompatHelper: bump compat for "WoodburyMatrices" to "1.0" (#574) (@github-actions[bot])

v0.15.0

24 Nov 10:19
f49f22f
Compare
Choose a tag to compare

Interpolations v0.15.0

Diff since v0.14.7

Breaking changes
-No longer compatible with Julia before version 1.6.
-Drop testing for Julia 1.3.

Merged pull requests:

Closed issues:

  • GPU support? (#357)
  • Loading Interpolations.jl breaks complex number arithmetic on Julia 1.8.1 (#520)
  • Unitful missing from dependency list (#538)
  • Performance of gradient1 (#539)
  • typos (#550)
  • Is there a way to interpolate over a points cloud using irregular grids? (#552)
  • Precompilation warnings (#557)
  • NaturalNeighbours.jl (#560)
  • BoundsError with Julia 1.10.0-beta1 (#562)
  • Interpolate a set of points (#565)
  • issue to remove (#567)

v0.14.7

10 Dec 03:54
f432a7b
Compare
Choose a tag to compare

What's Changed

Pending for Next Version

New Contributors

Full Changelog: v0.14.6...v0.14.7

v0.14.6

06 Oct 17:33
33409a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.5...v0.14.6

v0.14.5

08 Sep 19:24
d38ae2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.4...v0.14.5

v0.14.4

10 Aug 13:38
e6d076a
Compare
Choose a tag to compare

Interpolations v0.14.4

Diff since v0.14.3

Closed issues:

  • Broadcasting throws StackOverflowError (#509)

Merged pull requests:

  • Fix possible stack-overflow within broadcast. (#510) (@N5N3)

v0.14.3

01 Aug 21:20
62bfe77
Compare
Choose a tag to compare

Interpolations v0.14.3

Diff since v0.14.2

Closed issues:

  • Deprecated convenience constructors don't accept keyword arguments (#507)

Merged pull requests:

  • Fix #507 deprecation of of camel case convenience constructors (#508) (@mkitti)

v0.14.2

31 Jul 05:22
c480a89
Compare
Choose a tag to compare

Interpolations v0.14.2

Diff since v0.14.1

Merged pull requests:

  • Deprecate CamelCase convenience for snake_case constructors (#501) (@mkitti)
  • Relax Adapt compatibility to v2 for Julia 1.0 compat (#506) (@mkitti)

v0.14.1

30 Jul 08:27
Compare
Choose a tag to compare

Interpolations v0.14.1

Diff since v0.14.0

Closed issues:

  • Interpolation over "flat" dimensions (#107)
  • References missing (#321)
  • Update Readme (#485)
  • Checking for unique knots is performance drain, any way to disable? (#498)

Merged pull requests:

v0.14.0

11 Jul 08:04
4316c04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.6...v0.14.0