Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
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:
v5.3.1
DataInterpolations v5.3.1
Merged pull requests:
- docs: changes in joss paper according to reviews (#299) (@sathvikbhagavan)
- docs: small tutorial on using DataInterpolations with Symbolics/MTK (#300) (@sathvikbhagavan)
- Fix: type instability in interpolator interface (#304) (@fjebaker)
- build(deps): bump julia-actions/setup-julia from 2.2.0 to 2.3.0 (#305) (@dependabot[bot])
- fix: idxs for derivatives in LinearInterpolation (#307) (@sathvikbhagavan)
- refactor: collect parameters such that they are type stable (#308) (@sathvikbhagavan)
- Nan slope fix (#309) (@SouthEndMusic)
- docs: add statement of need in docs (#311) (@sathvikbhagavan)
- build: bump patch version (#312) (@sathvikbhagavan)
- docs: add reference to symbolics/mtk tutorial in joss paper (#313) (@sathvikbhagavan)
Closed issues:
v5.3.0
DataInterpolations v5.3.0
Merged pull requests:
- docs: fix references for the JOSS paper (#265) (@sathvikbhagavan)
- chore: update LICENSE (#266) (@sathvikbhagavan)
- refactor: add methods for computing with vector of timepoints vector of vectors and matrices (#268) (@sathvikbhagavan)
- ci: update normal CI to use SciML's reusable workflows (#269) (@sathvikbhagavan)
- build(deps): bump julia-actions/setup-julia from 2.0.0 to 2.1.0 (#272) (@dependabot[bot])
- Introduce idx_prev to use as iguess (#273) (@SouthEndMusic)
- Cache parameters (#274) (@SouthEndMusic)
- refactor: check for extrpolate first (#275) (@sathvikbhagavan)
- chore: fix CI badge (#276) (@sathvikbhagavan)
- Cubic & Quintic Hermite Spline (#280) (@SouthEndMusic)
- build(deps): bump julia-actions/setup-julia from 2.1.0 to 2.2.0 (#281) (@dependabot[bot])
- Invert interpolation integrals (#282) (@SouthEndMusic)
- Add name and affiliation to paper (#284) (@SouthEndMusic)
- refactor: plot recipes (#285) (@sathvikbhagavan)
- docs: add mention of Hermite Splines in joss paper (#286) (@sathvikbhagavan)
- Cleanup of Invert integrals (#287) (@SouthEndMusic)
- refactor: error in BSpline when number of data/control is less than or equal to degree (#290) (@sathvikbhagavan)
- Throw extrapolation error also when interpolation is called with an
AbstractVector
(#294) (@SouthEndMusic) - add
PCHIPInterpolation
(#295) (@SouthEndMusic) - docs: small cleanup of pchip docstrings (#296) (@sathvikbhagavan)
- build: bump minor version (#297) (@sathvikbhagavan)
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
DataInterpolations v5.2.0
Merged pull requests:
- docs: add AkimaInterpolation in methods page (#259) (@sathvikbhagavan)
- docs: add joss paper (#260) (@sathvikbhagavan)
- docs: remove indexing part from readme (#262) (@sathvikbhagavan)
- refactor: integral function to correctly compute second index and remove
samples
(#263) (@sathvikbhagavan) - Update Project.toml (#264) (@ChrisRackauckas)
Closed issues: