Skip to content

Releases: JuliaMath/Interpolations.jl

v0.12.7

19 Jan 18:09
v0.12.7
93d5c8d
Compare
Choose a tag to compare

v0.12.7 (2020-01-19)

Diff since v0.12.6

Merged pull requests:

  • Add compat bounds on all dependencies (#350) (timholy)

v0.12.6

04 Jan 04:26
v0.12.6
Compare
Choose a tag to compare

v0.12.6 (2020-01-03)

Diff since v0.12.5

Closed issues:

  • why a subtype of AbstractArray? (#345)

Merged pull requests:

v0.12.5

07 Nov 22:39
v0.12.5
00427a6
Compare
Choose a tag to compare

v0.12.5 (2019-11-01)

Diff since v0.12.4

Closed issues:

  • Extrapolation with ForwardDiff yields incorrect gradients at lower bound (#335)

Merged pull requests:

  • make compatible with ForwardDiff at lower bound of extrapolation object (#336) (taylormcd)

v0.12.4

31 Oct 08:40
v0.12.4
9285dd1
Compare
Choose a tag to compare

v0.12.4 (2019-10-30)

Diff since v0.12.3

Closed issues:

  • ForwardDiff derivative on complex interpolation (#337)
  • extrapolation slow on 2d grid (#331)

Merged pull requests:

v0.12.3

28 Oct 09:03
v0.12.3
e1a170a
Compare
Choose a tag to compare

v0.12.3 (2019-10-16)

Diff since v0.12.2

Closed issues:

Merged pull requests:

  • fix ==(::AbstractInterpolation, ::AbstractInterpolation) (#334) (jw3126)
  • Use the abstract type AbstractUnitRange instead of UnitRange in coordlookup (#327) (jishnub)

v0.12.2

02 Jun 00:10
v0.12.2
f419b26
Compare
Choose a tag to compare

v0.12.2 (2019-06-01)

Diff since v0.12.1

Merged pull requests:

  • Use more efficient searchsorted when inputs are sorted for Gridded (#324) (aaowens)

v0.12.1

25 May 15:31
v0.12.1
739c4cb
Compare
Choose a tag to compare

v0.12.1 (2019-05-25)

Diff since v0.12.0

Closed issues:

  • Nightly error: TypeVar in Vararg length must have bounds Union{} and Any (#322)

Merged pull requests:

  • Incorrect type parameter on CartesianIndices (fixes #322) (#323) (timholy)

v0.12.0

08 May 20:01
d1ad2a1
Compare
Choose a tag to compare
Allow trailing 1s for gridded & scaled (fixes #301) (#318)

Interpolations 0.11.2

29 Jan 01:37
Compare
Choose a tag to compare
  • docstring fixes (36bd7a5)
  • fix display for scaled interpolations (#296)
  • fix LinRange scaling (#294)

Interpolations 0.11.1

21 Dec 18:36
8003925
Compare
Choose a tag to compare
  • Add Documenter documentation (#285)
  • New constructors (#286)
  • Generalize element-type computation (#291)