Releases: SciML/DataInterpolations.jl
Releases · SciML/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)
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:
v6.6.0
DataInterpolations v6.6.0
Merged pull requests:
- ci: test with
1
,lts
andpre
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)
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)
v6.5.1
DataInterpolations v6.5.1
Merged pull requests:
- CubicSplines: Add AbstractMatrix support (#343) (@ashutosh-b-b)
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)
v6.4.5
DataInterpolations v6.4.5
Merged pull requests:
v6.4.4
DataInterpolations v6.4.4
Merged pull requests:
v6.4.3
DataInterpolations v6.4.3
Merged pull requests:
- Fix Zygote AD with
u
a matrix or vector of arrays (#324) (@SouthEndMusic)
v6.4.2
DataInterpolations v6.4.2
Merged pull requests:
- LinearInterpolation: Output Vector for
u::AbstractMatrix
(#339) (@ashutosh-b-b)