Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
v6.4.4
DataInterpolations v6.4.4
Merged pull requests:
v6.4.3
DataInterpolations v6.4.3
Merged pull requests:
- Fix Zygote AD with
u
a matrix or vector of arrays (#324) (@SouthEndMusic)
v6.4.2
DataInterpolations v6.4.2
Merged pull requests:
- LinearInterpolation: Output Vector for
u::AbstractMatrix
(#339) (@ashutosh-b-b)
v6.4.1
DataInterpolations v6.4.1
Merged pull requests:
- build(deps): bump julia-actions/setup-julia from 2.3.0 to 2.4.0 (#332) (@dependabot[bot])
- docs: add citing section in readme and docs (#333) (@sathvikbhagavan)
- build(deps): bump JuliaRegistries/TagBot from 1.19.2 to 1.19.4 (#334) (@dependabot[bot])
- LinearInterpolation: Fix scalar indexing and generalize for ndims(u) > 2 (#335) (@ashutosh-b-b)
- build(deps): bump julia-actions/setup-julia from 2.4.0 to 2.5.0 (#336) (@dependabot[bot])
- build(deps): bump JuliaRegistries/TagBot from 1.19.4 to 1.19.6 (#337) (@dependabot[bot])
- Update Project.toml (#338) (@ChrisRackauckas)
Closed issues:
- No longer works with DynamicQuantities.jl (need for integration with ModelingToolkit) (#331)
v6.4.0
DataInterpolations v6.4.0
Merged pull requests:
- docs: change the order of authors in joss paper (#330) (@sathvikbhagavan)
v6.3.0
DataInterpolations v6.3.0
Merged pull requests:
- build(deps): bump JuliaRegistries/TagBot from 1.18.1 to 1.19.2 (#329) (@dependabot[bot])
v6.2.0
DataInterpolations v6.2.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
DataInterpolations v6.1.0
Merged pull requests:
- Add a fast path for evenly-spaced abscissae (#198) (@DaniGlez)
- docs: add breaking changes for v6 in NEWS.md (#320) (@sathvikbhagavan)
- Update Project.toml (#321) (@ChrisRackauckas)
v6.0.0
DataInterpolations v6.0.0
Merged pull requests:
- build: bump Zygote & ChainRulesCore compat to get downgrade tests working (#316) (@sathvikbhagavan)
- refactor: use register symbolic for interpolation objects (#318) (@sathvikbhagavan)
- build: bump major version (#319) (@sathvikbhagavan)
Closed issues:
- Automatic Jacobian sparsity detection fails when concatenating interpolations (#317)
v5.4.0
DataInterpolations v5.4.0
Merged pull requests:
- Refactor parameter caching + add Zygote tests (#315) (@SouthEndMusic)
Closed issues: