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 byJET.@report_opt
(#389)