v7.0.0
DataInterpolations v7.0.0
Breaking changes
extrapolate
keyword argument was removed. A new keyword argumentextrapolation
was 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
andreflective
(#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: