Skip to content

Releases: SciML/DataInterpolations.jl

v7.2.0

07 Feb 15:51
fd585f2
Compare
Choose a tag to compare

DataInterpolations v7.2.0

Diff since v7.1.0

Merged pull requests:

Closed issues:

  • Broken extrapolation with integer interpolation (#378)
  • AkimaInterpolation of Float32 data results in Float64 values when interpolating (#382)
  • Integrals with incorrect dimensions for Unitful input (#385)
  • Inconsistent output eltype when evaluating on vectors (#388)
  • Regressions of ConstantInterpolation reported by JET.@report_opt (#389)

v7.1.0

31 Jan 10:19
1d10244
Compare
Choose a tag to compare

DataInterpolations v7.1.0

Diff since v7.0.1

Merged pull requests:

Closed issues:

  • Does not support gradient calculation of 2D interpolation results (#371)

v7.0.1

17 Jan 13:29
c4de75e
Compare
Choose a tag to compare

DataInterpolations v7.0.1

Diff since v7.0.0

Merged pull requests:

  • CompatHelper: bump compat for "DataInterpolations" to "7.0" for package docs (#374) (@github-actions[bot])
  • Correct typo (#375) (@hersle)
  • Fix ConstantInterpolation integer extrapolation (#376) (@SouthEndMusic)
  • Bump Project.toml to 7.0.1 (#377) (@DaniGlez)

Closed issues:

  • 1-point ConstantInterpolation gets BoundsError with cache_parameters (#373)

v7.0.0

08 Jan 17:02
f5763e0
Compare
Choose a tag to compare

DataInterpolations v7.0.0

Diff since v6.6.0

Breaking changes

  • extrapolate keyword argument was removed. A new keyword argument extrapolation was added. The reason for this is the previous argument was a Boolean, whether to extrapolate or not, while the new argument is an extrapolation choice, i.e. how to extrapolate, like constant extrapolation, linear, continuing the polynomial, etc. See the docs for the choices.

Merged pull requests:

Closed issues:

  • Configurable extrapolation behavior (#355)
  • Add extrapolation types periodic and reflection (#360)
  • Error rather than NaN result if Unitful arrays passed to LinearInterpolation (#365)

v6.6.0

12 Nov 15:51
baa252d
Compare
Choose a tag to compare

DataInterpolations v6.6.0

Diff since v6.5.2

Merged pull requests:

Closed issues:

  • Unstable quadratic spline (#353)

v6.5.2

16 Oct 19:56
4e915a1
Compare
Choose a tag to compare

DataInterpolations v6.5.2

Diff since v6.5.1

Merged pull requests:

  • build(deps): bump julia-actions/setup-julia from 2.5.0 to 2.6.0 (#345) (@dependabot[bot])
  • Intercept frule at the top level (#346) (@YingboMa)

v6.5.1

14 Oct 15:11
3053138
Compare
Choose a tag to compare

DataInterpolations v6.5.1

Diff since v6.5.0

Merged pull requests:

v6.5.0

11 Oct 12:26
b02fcda
Compare
Choose a tag to compare

DataInterpolations v6.5.0

Diff since v6.4.5

Merged pull requests:

  • refactor: add output dimensionality as a parameter in AbstractInterpolations (#342) (@sathvikbhagavan)

Closed issues:

  • Indicate output dimensionality in AbstractInterpolation type (#328)

v6.4.5

05 Oct 15:17
ed0a26b
Compare
Choose a tag to compare

DataInterpolations v6.4.5

Diff since v6.4.4

Merged pull requests:

  • fix: zero(Vector(Vector)) doesn't work in 1.10 (#341) (@avik-pal)

v6.4.4

05 Oct 13:46
2285070
Compare
Choose a tag to compare

DataInterpolations v6.4.4

Diff since v6.4.3

Merged pull requests: