Skip to content

Releases: JuliaMath/Interpolations.jl

v0.16.1

19 May 07:34
078a1b1
Compare
Choose a tag to compare

Interpolations v0.16.1

Diff since v0.16.0

  • make hessians of scaled interpolants work (#628)

Merged pull requests:

Closed issues:

  • multi-valued interpolation for large arrays (#389)
  • linear interpolation no longer works with ForwardDiff.Dual knots (#611)
  • New release? (#622)
  • Can't compute ForwardDiff hessian (#627)

v0.16.0

15 May 23:11
ba5b9ec
Compare
Choose a tag to compare

Interpolations v0.16.0

Diff since v0.15.1

Breaking changes:

  • getindex for AbstractInterpolations only accepts integers (#579), deprecated since (#226)
  • gradient and hessian are once again no longer exported (#623)
  • Fix free boundary condition on Cubic (#616)
  • Compatible with Julia versions 1.9 and later

Merged pull requests:

Closed issues:

  • multi-valued interpolation for large arrays (#389)
  • Simple, concrete example in docs (#403)
  • Canonical way of doing concrete type annotations (#488)
  • Citation for Interpolations.jl (#532)
  • Are linear_interpolation and cubic_spline_interpolation really correct function names? (#540)
  • CITATION.cff not generating options (#576)
  • Running examples in docs fails (#580)
  • MethodError: no method matching Interpolations.Cubic() (#593)
  • Incorrect boundary conditions for Cubic{Free} ? (#594)
  • BSpline error in docs (#596)
  • gradient and hessian are exported (#605)
  • Interpolations.gradient is not allocation free under Julia v1.11 (#610)
  • linear interpolation no longer works with ForwardDiff.Dual knots (#611)

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)