Releases: SciML/DataInterpolations.jl
Releases · SciML/DataInterpolations.jl
v8.6.0
v8.5.0
DataInterpolations v8.5.0
Merged pull requests:
- Bump minimum compat versions to exclude packages older than 1 year (#456) (@ChrisRackauckas-Claude)
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)
v8.3.1
v8.3.0
DataInterpolations v8.3.0
Merged pull requests:
- Add SparseConnectivityTracer.jl v1 Support (#444) (@ChrisRackauckas)
v8.2.0
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:
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:
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:
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)