Skip to content

Releases: SciML/DataInterpolations.jl

v6.4.0

28 Aug 14:40
8cc0a04
Compare
Choose a tag to compare

DataInterpolations v6.4.0

Diff since v6.3.0

Merged pull requests:

v6.3.0

28 Aug 11:06
9cafdb4
Compare
Choose a tag to compare

DataInterpolations v6.3.0

Diff since v6.2.0

Merged pull requests:

  • build(deps): bump JuliaRegistries/TagBot from 1.18.1 to 1.19.2 (#329) (@dependabot[bot])

v6.2.0

19 Aug 11:31
536cb02
Compare
Choose a tag to compare

DataInterpolations v6.2.0

Diff since v6.1.0

Merged pull requests:

  • Use index guessing functionality moved to FindFirstFunctions.jl (Guesser) (#323) (@SouthEndMusic)
  • docs: fix references, spacing and language in the example section (#325) (@sathvikbhagavan)
  • CompatHelper: bump compat for "Symbolics" to "6.0" for package docs (#326) (@github-actions[bot])
  • bump Symbolics compat (#327) (@SebastianM-C)

Closed issues:

  • Error when extrapolating to -Inf in v6.1.0 (#322)

v6.1.0

31 Jul 15:24
80c8ebb
Compare
Choose a tag to compare

DataInterpolations v6.1.0

Diff since v6.0.0

Merged pull requests:

v6.0.0

29 Jul 13:16
efaf629
Compare
Choose a tag to compare

DataInterpolations v6.0.0

Diff since v5.4.0

Merged pull requests:

Closed issues:

  • Automatic Jacobian sparsity detection fails when concatenating interpolations (#317)

v5.4.0

28 Jul 20:21
8e2e73f
Compare
Choose a tag to compare

DataInterpolations v5.4.0

Diff since v5.3.1

Merged pull requests:

Closed issues:

  • Zygote support broke in new release (#298)
  • Remove ReadOnlyArray from type parameters (#301)

v5.3.1

26 Jul 11:32
9f15432
Compare
Choose a tag to compare

DataInterpolations v5.3.1

Diff since v5.3.0

Merged pull requests:

Closed issues:

  • Avoid NaN slope in LinearInterpolation (#302)
  • Indexing error when evaluating LinearInterpolation derivative (#303)
  • Ambiguous method when computing derivative (#306)
  • Symbolic jacobian sparsity fails on functions containing interpolation (#310)

v5.3.0

15 Jul 16:07
5ab7432
Compare
Choose a tag to compare

DataInterpolations v5.3.0

Diff since v5.2.0

Merged pull requests:

Closed issues:

  • Quintic Hermite Interpolation (#218)
  • BSplineInterpolation errors on small vectors (#239)
  • Type unstable when data is vector of vector (#267)
  • Enable tolerance for ExtrapolationError checks (#270)
  • Increasing performance by caching (#271)
  • The inverted integral of LinearInterpolation (#277)
  • ForwardDiff Vectorization with AkimaInterpolations doesn't work (#278)
  • PCHIP implementation (#283)
  • Issues with linear interpolation and extrapolation (#293)

v5.2.0

07 Jun 15:34
088a962
Compare
Choose a tag to compare

DataInterpolations v5.2.0

Diff since v5.1.0

Merged pull requests:

Closed issues:

  • AkimaInterpolation not listed under methods section of docs (#258)
  • Wrong linear interpolation integral on interval (t[1], t[2]) (#261)

v5.1.0

04 Jun 07:58
1384ede
Compare
Choose a tag to compare

DataInterpolations v5.1.0

Diff since v5.0.0

Merged pull requests:

Closed issues:

  • Error displaying symbolic interpolations (#244)
  • Type instability: Interpolations in v5 return Vector{Any} with all-Vector{Float64} inputs (#253)
  • Bad type inference with RegularizationSmooth (#255)