Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
v4.1.0
DataInterpolations v4.1.0
Merged pull requests:
- CI: Run Dependabot monthly (#171) (@DilumAluthge)
- Fix example (#173) (@sathvikbhagavan)
- Bump actions/checkout from 3.5.2 to 4.0.0 (#174) (@dependabot[bot])
- Update hosting docs to SciML (#176) (@sathvikbhagavan)
- docs: clean README.md and standardize similar to other SciML Repos (#177) (@sathvikbhagavan)
- Docs1 (#178) (@ArnoStrouwen)
- Compat bound QuadGK (#179) (@sathvikbhagavan)
v4.0.1
DataInterpolations v4.0.1
Closed issues:
- Importing DataInterpolations.jl takes more than 8 seconds (#129)
Merged pull requests:
- Bump actions/checkout from 3.4.0 to 3.5.0 (#157) (@dependabot[bot])
- Bump julia-actions/julia-runtest from 1.9.1 to 1.9.2 (#158) (@dependabot[bot])
- Bump julia-actions/julia-runtest from 1.9.2 to 1.9.3 (#159) (@dependabot[bot])
- fix ForwardDiff compatibillity with respect to coefficients (#161) (@xzackli)
- Patch bump (#162) (@ChrisRackauckas)
- Bump codecov/codecov-action from 3.1.1 to 3.1.4 (#164) (@dependabot[bot])
- Bump actions/checkout from 3.5.0 to 3.5.2 (#165) (@dependabot[bot])
- Add methods for symbolic differentiation and a test (#166) (@contradict)
v4.0.0
DataInterpolations v4.0.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
DataInterpolations v3.11.0
Closed issues:
Merged pull requests:
- fix test on 1.9 (#126) (@KristofferC)
- Revert "Merge pull request #99 from jjstickel/regularization" (#128) (@andreasnoack)
- Revert "Revert "Merge pull request #99 from jjstickel/regularization"" (#130) (@andreasnoack)
- Make Symbolics a conditional dependency in 1.9 (#131) (@GlenHertz)
v3.10.1
DataInterpolations v3.10.1
Merged pull requests:
v3.10.0
v3.9.2
v3.9.1
DataInterpolations v3.9.1
Merged pull requests:
- Fix type stability issue with linear interpolation #113 (#115) (@GlenHertz)
v3.9.0
DataInterpolations v3.9.0
Closed issues:
- Improve linear interpolation with NaNs (#113)
Merged pull requests:
- Refactor of regularization smoothing (#104) (@jjstickel)
- Test regularizationtools v0.6 (#107) (@ChrisRackauckas)
- revisions for RegularizationTools 0.6 (#108) (@jjstickel)
- remove irrelevant tests from test/regularization.jl (#109) (@jjstickel)
- Bump version (#110) (@ChrisRackauckas)
- LagrangeInterpolation, QuadraticSpline, CubicSpline for data with multiple channels (#112) (@timkimd)
- Add NaN support for 1D LinearInterpolation Fix #113 (#114) (@GlenHertz)
v3.8.0
DataInterpolations v3.8.0
Merged pull requests:
- Remove dead code (#95) (@ChrisRackauckas)
- WIP: Regularization (#99) (@jjstickel)
- add support for analytical integration of some interpolations (#100) (@pepijndevos)
- Update Project.toml (#101) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "RegularizationTools" at version "0.5" (#102) (@github-actions[bot])
- add append! for online interpolation (#103) (@pepijndevos)