Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
v4.8.0
DataInterpolations v4.8.0
Merged pull requests:
- feat: add order arg for second order derivatives (#245) (@sathvikbhagavan)
- ci: standardise workflows using SciML's reusable workflows (#246) (@thazhemadam)
v4.7.2
DataInterpolations v4.7.2
Merged pull requests:
- build(deps): bump julia-actions/setup-julia from 1 to 2 (#237) (@dependabot[bot])
- build(deps): bump julia-actions/setup-julia from 1.9.6 to 2.0.0 (#238) (@dependabot[bot])
- Add missing Symbolics.wrap (#241) (@lassepe)
- fix: eltype of N in
spline_coefficients
to allow working with dual numbers (#242) (@sathvikbhagavan) - Update Project.toml (#243) (@ChrisRackauckas)
v4.7.1
DataInterpolations v4.7.1
Merged pull requests:
- chore: format (#232) (@sathvikbhagavan)
- Use FindFirstFunctions.jl (#233) (@ChrisRackauckas)
- fix: CubicSpline's natural boundary conditions (#235) (@sathvikbhagavan)
- build: bump patch version (#236) (@sathvikbhagavan)
Closed issues:
v4.7.0
DataInterpolations v4.7.0
Merged pull requests:
- Aqua CI (#213) (@ArnoStrouwen)
- Downgrade CI (#215) (@ArnoStrouwen)
- Doc work (#216) (@ArnoStrouwen)
- Julia 1.10 maintenance (#217) (@ArnoStrouwen)
- more CI (#219) (@ArnoStrouwen)
- build(deps): bump actions/checkout from 3 to 4 (#220) (@dependabot[bot])
- build(deps): bump crate-ci/typos from 1.16.23 to 1.17.0 (#221) (@dependabot[bot])
- build(deps): bump crate-ci/typos from 1.17.0 to 1.18.1 (#223) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#224) (@ArnoStrouwen)
- Run JuliaFormatter.format() (#225) (@LilithHafner)
- docs: add docstrings for all methods (#226) (@sathvikbhagavan)
- [skip ci] update downgrade CI repo (#227) (@ArnoStrouwen)
- reapply formatting (#228) (@ArnoStrouwen)
- Promote element type for ForwardDiff jacobians (#230) (@ChrisRackauckas)
- Update Project.toml (#231) (@ChrisRackauckas)
Closed issues:
v4.6.0
DataInterpolations v4.6.0
Merged pull requests:
- Add derivatives for
RegularizationSmooth
andCurvefit
(#204) (@sathvikbhagavan) - Add integrals for remaining methods (#205) (@sathvikbhagavan)
- Fix BSpline Derivative at the beginning (#207) (@sathvikbhagavan)
- build(deps): bump JuliaRegistries/TagBot from 1.17.0 to 1.18.1 (#208) (@dependabot[bot])
- typos CI (#209) (@ArnoStrouwen)
- build: remove RecursiveArrayTools as it is not used in the package (#210) (@sathvikbhagavan)
- docs: update interface tutorial (#211) (@sathvikbhagavan)
- [skip ci] dependabot ignore typos patches (#212) (@ArnoStrouwen)
Closed issues:
v4.5.0
DataInterpolations v4.5.0
Merged pull requests:
- Add extrapolation keyword (#193) (@sathvikbhagavan)
- Make default value of
extrapolate
to befalse
(#194) (@sathvikbhagavan) - Add show methods (#195) (@sathvikbhagavan)
- build(deps): bump JuliaRegistries/TagBot from 1.14.1 to 1.17.0 (#200) (@dependabot[bot])
- fix: Lagrange interpolations derivative (#201) (@sathvikbhagavan)
- Update Project.toml (#202) (@ChrisRackauckas)
Closed issues:
v4.3.1
DataInterpolations v4.3.1
Closed issues:
- Specialize the bracketing index lookup for ranges (#187)
Merged pull requests:
v4.3.0
DataInterpolations v4.3.0
Closed issues:
- typos (#189)
Merged pull requests:
- First order symbolic derivative (#190) (@sathvikbhagavan)
- Fix typos (#191) (@sathvikbhagavan)
v4.2.1
DataInterpolations v4.2.1
Merged pull requests:
- fix: extend
_interpolate
forRegularizationSmooth
(#181) (@sathvikbhagavan) - Fix Extrapolation for methods (#184) (@sathvikbhagavan)
- Add description for
RegularizationSmooth
(#185) (@sathvikbhagavan) - build(deps): bump actions/cache from 3.3.1 to 3.3.2 (#186) (@dependabot[bot])
- build: bump patch version (#188) (@sathvikbhagavan)
v4.2.0
DataInterpolations v4.2.0
Merged pull requests:
- should work with QuadGK 2.9.1 (#182) (@stevengj)
- Update Project.toml (#183) (@ChrisRackauckas)