Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
v3.6.1
DataInterpolations v3.6.1
Merged pull requests:
- Fix index calculation for upper extrapolation (#92) (@andreasnoack)
v3.6.0
v3.5.0
DataInterpolations v3.5.0
Merged pull requests:
- Use StableRNGs to avoid test breakage with Julia 1.7 (#88) (@andreasnoack)
v3.4.1
DataInterpolations v3.4.1
Merged pull requests:
v3.4.0
DataInterpolations v3.4.0
Merged pull requests:
- CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#84) (@github-actions[bot])
v3.3.1
DataInterpolations v3.3.1
Merged pull requests:
- Skip differentiation of terms needed in SplineLayer (#82) (@ChrisRackauckas)
v3.3.0
DataInterpolations v3.3.0
Closed issues:
- Allow interpolating
AbstractVector{<:AbstractVector}
(#67)
Merged pull requests:
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)
v3.2.2
DataInterpolations v3.2.2
Merged pull requests:
- remove type restrictions on the space of the interpolation (#78) (@baggepinnen)
v3.2.1
DataInterpolations v3.2.1
Merged pull requests:
- Fix BSpline evaluation error on final point (#76) (@LHTTIPacheco)