Skip to content

Releases: SciML/DataInterpolations.jl

v4.2.0

24 Sep 16:22
743bdff
Compare
Choose a tag to compare

DataInterpolations v4.2.0

Diff since v4.1.0

Merged pull requests:

v4.1.0

23 Sep 14:02
42ba9fb
Compare
Choose a tag to compare

DataInterpolations v4.1.0

Diff since v4.0.1

Merged pull requests:

v4.0.1

17 May 19:12
df1c7c2
Compare
Choose a tag to compare

DataInterpolations v4.0.1

Diff since v4.0.0

Closed issues:

  • Importing DataInterpolations.jl takes more than 8 seconds (#129)

Merged pull requests:

v4.0.0

21 Mar 13:04
50d8f2c
Compare
Choose a tag to compare

DataInterpolations v4.0.0

Diff since v3.11.0

Closed issues:

  • Symbolic interpolation variable broken (#137)
  • Speed up interpolation of many points by using correlated guesses (#142)

Merged pull requests:

  • Add AkimaInterpolation to the README.md (#133) (@GlenHertz)
  • allow array-valued linear interpolation (#134) (@baggepinnen)
  • CompatHelper: bump compat for "Symbolics" to "5.1" (#136) (@github-actions[bot])
  • Add prefix to extension + add CRC extension (#138) (@devmotion)
  • Implement basic Base.nameof for interpolations (#139) (@baggepinnen)
  • Fix version for release (#140) (@ChrisRackauckas)
  • CI: Pin all GitHub Actions to full-length commit hashes (#143) (@DilumAluthge)
  • Bump actions/checkout from 2.6.0 to 3.3.0 (#144) (@dependabot[bot])
  • Bump codecov/codecov-action from 1.5.2 to 3.1.1 (#145) (@dependabot[bot])
  • Bump actions/cache from 1.1.2 to 3.2.6 (#146) (@dependabot[bot])
  • Use correlated searching for repeated interpolations (#147) (@moble)
  • Add ext for Optim & Conditionally load ChainRulesCore, RegularizationTools and Symbolics, using Requires, for <v1.9 (#148) (@ven-k)
  • feat: add DataInterpolationsRegularizationToolsExt extension (#150) (@ven-k)
  • Bump actions/cache from 3.2.6 to 3.3.1 (#151) (@dependabot[bot])
  • Bump julia-actions/julia-runtest from 1.8.1 to 1.9.1 (#152) (@dependabot[bot])
  • Bump julia-actions/julia-buildpkg from 1.3.2 to 1.4.2 (#153) (@dependabot[bot])
  • Bump actions/checkout from 3.3.0 to 3.4.0 (#154) (@dependabot[bot])
  • remove some unneded strong dependencies (#155) (@KristofferC)

v3.11.0

09 Jan 19:40
5bb783b
Compare
Choose a tag to compare

DataInterpolations v3.11.0

Diff since v3.10.1

Closed issues:

  • LoopVectorization.jl support (#123)
  • Simple 1D interpolation is not working (#127)

Merged pull requests:

v3.10.1

28 Jul 16:54
e31f5a3
Compare
Choose a tag to compare

DataInterpolations v3.10.1

Diff since v3.10.0

Merged pull requests:

  • Fix derivatives and integrals for backward QuadraticInterpolation (#122) (@DaniGlez)

v3.10.0

27 Jul 18:42
9b1bb1e
Compare
Choose a tag to compare

DataInterpolations v3.10.0

Diff since v3.9.2

Closed issues:

  • Derivative of Akima interpolation is not continuous at last point (#119)

Merged pull requests:

v3.9.2

29 Apr 18:26
1dbd529
Compare
Choose a tag to compare

DataInterpolations v3.9.2

Diff since v3.9.1

Merged pull requests:

v3.9.1

08 Apr 20:17
447bab1
Compare
Choose a tag to compare

DataInterpolations v3.9.1

Diff since v3.9.0

Merged pull requests:

v3.9.0

07 Apr 11:57
63905d6
Compare
Choose a tag to compare

DataInterpolations v3.9.0

Diff since v3.8.0

Closed issues:

  • Improve linear interpolation with NaNs (#113)

Merged pull requests: