Recent Releases of DataInterpolations.jl
DataInterpolations.jl - v8.6.0
DataInterpolations v8.6.0
Merged pull requests:
- Convert z in CubicSpline for performance (#457) (@cgarling)
- Use hypot for BSplineInterpolation, BSplineApprox (#458) (@cgarling)
- Remove ununsed uType (#459) (@cgarling)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 6 months ago
DataInterpolations.jl - v8.5.0
DataInterpolations v8.5.0
Merged pull requests: - Bump minimum compat versions to exclude packages older than 1 year (#456) (@ChrisRackauckas-Claude)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 7 months ago
DataInterpolations.jl - v8.4.0
DataInterpolations v8.4.0
Merged pull requests: - WIP Makie plotting (#449) (@asinghvi17) - Apply JuliaFormatter to fix code formatting (#450) (@ChrisRackauckas) - Add spell checking configuration (#452) (@ChrisRackauckas) - [ci skip] Fix spelling errors in DataInterpolations.jl (#453) (@ChrisRackauckas) - Apply JuliaFormatter to fix code formatting (#454) (@ChrisRackauckas) - Split tests into groups similar to ModelingToolkit.jl (#455) (@ChrisRackauckas-Claude)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 7 months ago
DataInterpolations.jl - v8.3.1
DataInterpolations v8.3.1
Merged pull requests: - Fix SCT extension migration (#445) (@SouthEndMusic)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 7 months ago
DataInterpolations.jl - v8.3.0
DataInterpolations v8.3.0
Merged pull requests: - Add SparseConnectivityTracer.jl v1 Support (#444) (@ChrisRackauckas)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 7 months ago
DataInterpolations.jl - v8.2.0
DataInterpolations v8.2.0
Merged pull requests: - support ForwardDiff@1.0 (#440) (@oscardssmith)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 8 months ago
DataInterpolations.jl - v8.1.0
DataInterpolations v8.1.0
Merged pull requests:
- Add SmoothedConstantInterpolation (#367) (@SouthEndMusic)
- use isequal instead of == in safe_diff (#428) (@vyudu)
- build(deps): bump JuliaRegistries/TagBot from 1.20.1 to 1.20.2 (#430) (@dependabot[bot])
- Fix get_transition_ts (#432) (@SouthEndMusic)
- Add optional extrapolation methods (#433) (@simulutions)
- CompatHelper: bump compat for "ModelingToolkit" to "10.1" for package docs (#435) (@github-actions[bot])
Closed issues:
- Smooth equivalent of ConstantInterpolation in terms of integral (#364)
- New release to use SmoothedConstantInterpolation (#437)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 8 months ago
DataInterpolations.jl - v8.0.1
DataInterpolations v8.0.1
Merged pull requests: - refactor: allow labels to customizable by users in plot recipes (#409) (@sathvikbhagavan) - Fix pchip endpoints (#416) (@egavazzi) - remove unnecessary recipes (#418) (@oscardssmith) - remove kwargs from docs (#420) (@oscardssmith) - Ensure that the interpolation domain is sorted (#421) (@SebastianM-C) - Update MTK suggestion to use the stdlib (#422) (@ChrisRackauckas) - docs: fix typo (#423) (@sathvikbhagavan) - Fix typo in Extrapolations methods docs (#424) (@TomRottier) - bump version (#426) (@oscardssmith)
Closed issues:
- Potentially imrpvoe plotting recepie (#403)
- Smooth arclength interpolation second order derivatives (#410)
- Add A way to get the length of the curve (#412)
- PCHIPInterpolation endpoints differences (#415)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 10 months ago
DataInterpolations.jl - v8.0.0
DataInterpolations v8.0.0
Breaking changes
- Dimension type parameter was removed.
Merged pull requests:
- Fix integrating with cache_parameters = true (#391) (@SouthEndMusic)
- docs: fix link (#395) (@sathvikbhagavan)
- Remove output dimension type parameter and add output_dim to API (#396) (@devmotion)
- Fix PCHIP du computation (#400) (@SouthEndMusic)
- Smooth arclength interpolation (#404) (@SouthEndMusic)
- Fix type instabilities from extrapolation (#407) (@SouthEndMusic)
- Cleanup (#408) (@SouthEndMusic)
Closed issues:
- Second derivatives are very noisy near endpoints (#370)
- Error when integrating with cache_parameters = true (#390)
- PCHIPInterpolation method does not produce the same results as other interpolation libraries (#399)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 11 months ago
DataInterpolations.jl - v7.2.0
DataInterpolations v7.2.0
Merged pull requests:
- Add Unitful tests for constant extrapolation (#381) (@Ickaser)
- Fix integrating over interval that is fully outside data range (#386) (@SouthEndMusic)
- Fix type inference and performance problems of munge_data (#392) (@devmotion)
- Improve cumulative_integral (#393) (@devmotion)
- Do not fall back to inplace interpolation method (#394) (@devmotion)
Closed issues:
- Broken extrapolation with integer interpolation (#378)
- AkimaInterpolation of Float32 data results in Float64 values when interpolating (#382)
- Integrals with incorrect dimensions for Unitful input (#385)
- Inconsistent output eltype when evaluating on vectors (#388)
- Regressions of ConstantInterpolation reported by JET.@report_opt (#389)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 1 year ago
DataInterpolations.jl - v7.1.0
DataInterpolations v7.1.0
Merged pull requests: - Specialize ConstantInterpolation extrapolation (address #378) (#379) (@DaniGlez) - refactor: zygote rules for matrix inputs (#380) (@sathvikbhagavan) - Remove hardcoded Float64s in AkimaInterpolation (#383) (@ChrisRackauckas) - Bump Zygote compat to 0.7 (#384) (@SebastianM-C)
Closed issues: - Does not support gradient calculation of 2D interpolation results (#371)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 1 year ago
DataInterpolations.jl - v7.0.1
DataInterpolations v7.0.1
Merged pull requests:
- CompatHelper: bump compat for "DataInterpolations" to "7.0" for package docs (#374) (@github-actions[bot])
- Correct typo (#375) (@hersle)
- Fix ConstantInterpolation integer extrapolation (#376) (@SouthEndMusic)
- Bump Project.toml to 7.0.1 (#377) (@DaniGlez)
Closed issues: - 1-point ConstantInterpolation gets BoundsError with cache_parameters (#373)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 1 year ago
DataInterpolations.jl - v7.0.0
DataInterpolations v7.0.0
Breaking changes
extrapolatekeyword argument was removed. A new keyword argumentextrapolationwas added. The reason for this is the previous argument was a Boolean, whether to extrapolate or not, while the new argument is an extrapolation choice, i.e. how to extrapolate, like constant extrapolation, linear, continuing the polynomial, etc. See the docs for the choices.
Merged pull requests:
- Extrapolation options (#356) (@SouthEndMusic)
- Refactor integration and QuadraticInterpolation (#359) (@SouthEndMusic)
- build(deps): bump julia-actions/setup-julia from 2.6.0 to 2.6.1 (#362) (@dependabot[bot])
- Add extrapolation types periodic and reflective (#363) (@SouthEndMusic)
- Make extrapolation with NaN Unitful-friendly (#366) (@Ickaser)
- Fix merge issues (#369) (@SouthEndMusic)
- build(deps): bump JuliaRegistries/TagBot from 1.20.0 to 1.20.1 (#372) (@dependabot[bot])
Closed issues:
- Configurable extrapolation behavior (#355)
- Add extrapolation types periodic and reflection (#360)
- Error rather than NaN result if Unitful arrays passed to LinearInterpolation (#365)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 1 year ago
DataInterpolations.jl - v6.6.0
DataInterpolations v6.6.0
Merged pull requests:
- ci: test with 1, lts and pre versions of julia (#347) (@thazhemadam)
- BSplineInterpolation: Add support for higher order arrays (#349) (@ashutosh-b-b)
- build(deps): bump JuliaRegistries/TagBot from 1.19.6 to 1.20.0 (#352) (@dependabot[bot])
- Update QuadraticSpline (#354) (@SouthEndMusic)
Closed issues: - Unstable quadratic spline (#353)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.5.2
DataInterpolations v6.5.2
Merged pull requests: - build(deps): bump julia-actions/setup-julia from 2.5.0 to 2.6.0 (#345) (@dependabot[bot]) - Intercept frule at the top level (#346) (@YingboMa)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.5.1
DataInterpolations v6.5.1
Merged pull requests: - CubicSplines: Add AbstractMatrix support (#343) (@ashutosh-b-b)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.5.0
DataInterpolations v6.5.0
Merged pull requests: - refactor: add output dimensionality as a parameter in AbstractInterpolations (#342) (@sathvikbhagavan)
Closed issues:
- Indicate output dimensionality in AbstractInterpolation type (#328)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.4.5
DataInterpolations v6.4.5
Merged pull requests: - fix: zero(Vector(Vector)) doesn't work in 1.10 (#341) (@avik-pal)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.4.4
DataInterpolations v6.4.4
Merged pull requests: - fix: non-scalar tangents (#340) (@avik-pal)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.4.3
DataInterpolations v6.4.3
Merged pull requests:
- Fix Zygote AD with u a matrix or vector of arrays (#324) (@SouthEndMusic)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.4.2
DataInterpolations v6.4.2
Merged pull requests:
- LinearInterpolation: Output Vector for u::AbstractMatrix (#339) (@ashutosh-b-b)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v6.4.0
DataInterpolations v6.4.0
Merged pull requests: - docs: change the order of authors in joss paper (#330) (@sathvikbhagavan)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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])
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v5.4.0
DataInterpolations v5.4.0
Merged pull requests: - Refactor parameter caching + add Zygote tests (#315) (@SouthEndMusic)
Closed issues:
- Zygote support broke in new release (#298)
- Remove ReadOnlyArray from type parameters (#301)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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:
- 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - 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:
- AkimaInterpolation not listed under methods section of docs (#258)
- Wrong linear interpolation integral on interval (t[1], t[2]) (#261)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v5.1.0
DataInterpolations v5.1.0
Merged pull requests:
- fix: get element type from interp.u instead of interp (#254) (@sathvikbhagavan)
- fix: remove abstract type from RegularizationSmooth (#256) (@mleseach)
- build: bump compat to get downgrade working (#257) (@sathvikbhagavan)
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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
DataInterpolations.jl - v5.0.0
DataInterpolations v5.0.0
Merged pull requests: - refactor!: remove indexing dispatches and add dispatch for higher order derivatives with Symbolics (#247) (@sathvikbhagavan) - build(deps): bump julia-actions/cache from 1 to 2 (#248) (@dependabot[bot]) - docs: add NEWS.md to document breaking changes (#249) (@sathvikbhagavan) - chore: format NEWS.md and bump DataInterpolations version in docs (#250) (@sathvikbhagavan) - docs: update the interface to describe order argument in derivatives (#251) (@sathvikbhagavan)
Closed issues: - Second derivatives of interpolations (#96) - Tutorial/demonstration includes Loess and GaussianProcess examples (#97) - Data interpolation unexpectedly behaves like a vector (#240)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 2 years ago
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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 2 years ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 2 years ago
DataInterpolations.jl - 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: - Derivative returns and idx choice (#4) - Performance and accuracy issues with Loess regression (#29) - Spikes with closely spaced Loess interpolation (#36) - missing type promotions for improving interpolations ergonomics (#160)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 2 years ago
DataInterpolations.jl - 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: - docstrings (#98) - Dead link in tutorial for Quadratic and Cubic Spline (#141) - Improve docstrings (#180) - FiniteDiff vs FiniteDifferences (#214) - ForwardDiff.gradient fails on interpolated function when passing a vector input (#229)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 2 years ago
DataInterpolations.jl - v4.6.0
DataInterpolations v4.6.0
Merged pull requests:
- Add derivatives for RegularizationSmooth and Curvefit (#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: - Few methods don't extrapolate, derivatives, integrals not implemented (#175) - Derivative of BSplines at t=ts[1] always gives 0 (#203)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 2 years ago
DataInterpolations.jl - v4.5.0
DataInterpolations v4.5.0
Merged pull requests:
- Add extrapolation keyword (#193) (@sathvikbhagavan)
- Make default value of extrapolate to be false (#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:
- Extrapolation (#31)
- Derivative of Lagrangian Interpolation (#105)
- LinearInterpolation Errors when interpolating Vector{Array} (#116)
- Extrapolations (#163)
- Better show methods (#167)
- Support for SymbolicUtils.BasicSymbolic{Real} (#168)
- Bug in derivative of Lagrange Interpolation (#196)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
DataInterpolations.jl - v4.3.1
DataInterpolations v4.3.1
Closed issues: - Specialize the bracketing index lookup for ranges (#187)
Merged pull requests: - Bypass bracketing for AbstractRanges (#192) (@DaniGlez)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
DataInterpolations.jl - v4.3.0
DataInterpolations v4.3.0
Closed issues: - typos (#189)
Merged pull requests: - First order symbolic derivative (#190) (@sathvikbhagavan) - Fix typos (#191) (@sathvikbhagavan)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
DataInterpolations.jl - v4.2.1
DataInterpolations v4.2.1
Merged pull requests:
- fix: extend _interpolate for RegularizationSmooth (#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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
DataInterpolations.jl - v4.2.0
DataInterpolations v4.2.0
Merged pull requests: - should work with QuadGK 2.9.1 (#182) (@stevengj) - Update Project.toml (#183) (@ChrisRackauckas)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 2 years ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 3 years ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 3 years ago
DataInterpolations.jl - v3.11.0
DataInterpolations v3.11.0
Closed issues: - LoopVectorization.jl support (#123) - Simple 1D interpolation is not working (#127)
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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 3 years ago
DataInterpolations.jl - v3.10.1
DataInterpolations v3.10.1
Merged pull requests: - Fix derivatives and integrals for backward QuadraticInterpolation (#122) (@DaniGlez)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 3 years ago
DataInterpolations.jl - v3.10.0
DataInterpolations v3.10.0
Closed issues: - Derivative of Akima interpolation is not continuous at last point (#119)
Merged pull requests: - Fix #119 Smooth Akima derivative at end points (#120) (@GlenHertz) - Add backward-looking option for quadratic interpolation (#121) (@DaniGlez)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 3 years ago
DataInterpolations.jl - v3.9.2
DataInterpolations v3.9.2
Merged pull requests: - Fix register (#117) (@YingboMa)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 4 years ago
DataInterpolations.jl - v3.9.1
DataInterpolations v3.9.1
Merged pull requests: - Fix type stability issue with linear interpolation #113 (#115) (@GlenHertz)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 4 years ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 4 years ago
DataInterpolations.jl - 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)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 4 years ago
DataInterpolations.jl - v3.7.0
DataInterpolations v3.7.0
Merged pull requests: - Register Interpolations for Symbolics (#93) (@ChrisRackauckas) - patch interpolations (#94) (@ChrisRackauckas)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.6.1
DataInterpolations v3.6.1
Merged pull requests: - Fix index calculation for upper extrapolation (#92) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.6.0
DataInterpolations v3.6.0
Merged pull requests: - ChainRules 1 (#91) (@ChrisRackauckas)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.5.0
DataInterpolations v3.5.0
Merged pull requests: - Use StableRNGs to avoid test breakage with Julia 1.7 (#88) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.4.1
DataInterpolations v3.4.1
Merged pull requests: - use new ChainRulesCore correctly (#85) (@oxinabox)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.4.0
DataInterpolations v3.4.0
Merged pull requests: - CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#84) (@github-actions[bot])
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 4 years ago
DataInterpolations.jl - v3.3.1
DataInterpolations v3.3.1
Merged pull requests: - Skip differentiation of terms needed in SplineLayer (#82) (@ChrisRackauckas)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 5 years ago
DataInterpolations.jl - v3.3.0
DataInterpolations v3.3.0
Closed issues:
- Allow interpolating AbstractVector{<:AbstractVector} (#67)
Merged pull requests: - Add derivatives for the splines (#72) (@avik-pal)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 5 years ago
DataInterpolations.jl - v3.2.3
DataInterpolations v3.2.3
Merged pull requests: - CompatHelper: bump compat for "Reexport" to "1.0" (#80) (@github-actions[bot]) - Use binary search to find time index (#81) (@baggepinnen)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 5 years ago
DataInterpolations.jl - v3.2.2
DataInterpolations v3.2.2
Merged pull requests: - remove type restrictions on the space of the interpolation (#78) (@baggepinnen)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] about 5 years ago
DataInterpolations.jl - v3.2.1
DataInterpolations v3.2.1
Merged pull requests: - Fix BSpline evaluation error on final point (#76) (@LHTTIPacheco)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.2.0
DataInterpolations v3.2.0
Merged pull requests: - CompatHelper: bump compat for "Optim" to "1.0" (#74) (@github-actions[bot])
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.1.3
DataInterpolations v3.1.3
Closed issues: - Test LOESS (#56)
Merged pull requests: - change in diff (#73) (@d-netto)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.1.2
DataInterpolations v3.1.2
Merged pull requests: - non-mutating splines (#71) (@d-netto)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.1.1
DataInterpolations v3.1.1
Merged pull requests: - new dispatch (#69) (@d-netto)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.1.0
DataInterpolations v3.1.0
Merged pull requests: - non-mutating munge_data (#68) (@d-netto)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.0.1
DataInterpolations v3.0.1
Merged pull requests: - Bump Optim to 0.22 (#66) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v3.0.0
DataInterpolations v3.0.0
Merged pull requests: - Remove the GaussianProcesses based and Loess interpolations (#65) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 5 years ago
DataInterpolations.jl - v2.0.1
DataInterpolations v2.0.1
Merged pull requests: - CompatHelper: bump compat for "RecipesBase" to "1.0" (#61) (@github-actions[bot]) - CompatHelper: bump compat for "GaussianProcesses" to "0.12" (#62) (@github-actions[bot]) - CompatHelper: bump compat for "Optim" to "0.21" (#63) (@github-actions[bot]) - Use searchsortedlast for BSplines (#64) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 6 years ago
DataInterpolations.jl - v2.0.0
DataInterpolations v2.0.0
Merged pull requests: - Fix coverage submission (#54) (@andreasnoack) - Delete obsolete and untested functions (#55) (@andreasnoack) - Install TagBot as a GitHub Action (#57) (@JuliaTagBot) - Rename ZeroSpline to ConstantInterpolation (#58) (@andreasnoack) - Set bounds on dependencies (#59) (@andreasnoack) - Remove Weave as a dependency (#60) (@andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] almost 6 years ago
DataInterpolations.jl - v1.3.1
v1.3.1 (2019-10-07)
Merged pull requests:
- Implement Akima recipe and shorthands (#50) (asinghvi17)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl - v1.3.0
v1.3.0 (2019-10-07)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl - v1.2.0
v1.2.0 (2019-10-04)
Closed issues:
- Error tagging new release (#48)
Merged pull requests:
- Add Akima interpolation method (#49) (helgee)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl - v1.1.1
v1.1.1 (2019-09-20)
Closed issues:
- Error tagging new release (#47)
- Register (#45)
Merged pull requests:
- Fix dir=:left in ZeroSpline (#46) (andreasnoack)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl - v1.1.0
v1.1.0 (2019-09-06)
Closed issues:
- Error tagging new release (#41)
- Avoid DataFrames when removing missings (#33)
Merged pull requests:
- Remove some deps (#44) (andreasnoack)
- Some performance improvements for ZeroSpline (#42) (andreasnoack)
- doc plotting in readme (#40) (asinghvi17)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl - v1.0.0
v1.0.0 (2019-08-10)
Closed issues:
- Register (#32)
Merged pull requests:
- Approx test for BSplineApprox (#39) (asinghvi17)
- Up DataFrames compat and fix depwarns (#38) (asinghvi17)
- Implement series recipes for interpolations (#37) (asinghvi17)
Scientific Software - Peer-reviewed
- Julia
Published by julia-tagbot[bot] over 6 years ago
DataInterpolations.jl -
Scientific Software - Peer-reviewed
- Julia
Published by ChrisRackauckas over 6 years ago
DataInterpolations.jl - Fix curve fits
Scientific Software - Peer-reviewed
- Julia
Published by ChrisRackauckas almost 7 years ago
DataInterpolations.jl - Initial Release
Scientific Software - Peer-reviewed
- Julia
Published by ChrisRackauckas about 7 years ago