Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-15 | 2.9 kB | |
v0.16.0 source code.tar.gz | 2025-05-15 | 786.0 kB | |
v0.16.0 source code.zip | 2025-05-15 | 832.8 kB | |
Totals: 3 Items | 1.6 MB | 0 |
Interpolations v0.16.0
Breaking changes:
- getindex for AbstractInterpolations only accepts integers (https://github.com/JuliaMath/Interpolations.jl/pull/579), deprecated since (https://github.com/JuliaMath/Interpolations.jl/pull/226)
- gradient and hessian are once again no longer exported (https://github.com/JuliaMath/Interpolations.jl/pull/623)
- Fix free boundary condition on Cubic (https://github.com/JuliaMath/Interpolations.jl/pull/616)
- Compatible with Julia versions 1.9 and later
Merged pull requests:
- docs: fix the link for DataInterpolations.jl (#575) (@sathvikbhagavan)
- Bump actions/cache from 3 to 4 (#577) (@dependabot[bot])
- Allow integers only for getindex on AbstractInterpolation (#579) (@mkitti)
- Fix documentation for extrapolate (#581) (@mkitti)
- Bump codecov/codecov-action from 3 to 4 (#583) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#590) (@dependabot[bot])
- Minor overhaul of markdown docs and docstrings (#591) (@abhro)
- Mention KernelInterpolation.jl in section about other packages (#599) (@JoshuaLampert)
- Modernize TagBot.yml (#604) (@timholy)
- Bump codecov/codecov-action from 4 to 5 (#606) (@dependabot[bot])
- fix Vararg (#607) (@oscardssmith)
- Minor documentation fix: do not reference the deprectaed LinearInterpolation (#608) (@Liozou)
- remove reference to abandoned todo issue (#612) (@ajwheeler)
- move test for method ambiguities inside outermost testset (#613) (@ajwheeler)
- make it work with ForwardDiff v1 (#614) (@ajwheeler)
- method to lift checkbounds ambiguity (#615) (@ajwheeler)
- Fix free boundary condition on Cubic
(#616) (@maltezfaria)
- update CI to run on 1.10 (LTS) instead of 1.6, which is no longer supported (#617) (@ajwheeler)
- Avoid allocations in fmap
(#618) (@fhagemann)
- Only import the Zygote from Zygote; fix tests (#620) (@mkitti)
- Update CITATION.cff for CFF 1.20 (#621) (@mkitti)
- Unexport gradient, hessian (#623) (@mkitti)
- Update Github Actions for Documenter.jl (#624) (@mkitti)
- Test lts and pre (#625) (@mkitti)
- Update news for v0.16.0 release (#626) (@mkitti)
Closed issues:
- multi-valued interpolation for large arrays (#389)
- Simple, concrete example in docs (#403)
- Canonical way of doing concrete type annotations (#488)
- Citation for Interpolations.jl (#532)
- Are linear_interpolation
and cubic_spline_interpolation
really correct function names? (#540)
- CITATION.cff not generating options (#576)
- Running examples in docs fails (#580)
- MethodError: no method matching Interpolations.Cubic() (#593)
- Incorrect boundary conditions for Cubic{Free}
? (#594)
- BSpline error in docs (#596)
- gradient and hessian are exported (#605)
- Interpolations.gradient
is not allocation free under Julia v1.11 (#610)
- linear interpolation no longer works with ForwardDiff.Dual knots (#611)