Releases: JuliaMath/Interpolations.jl
Releases · JuliaMath/Interpolations.jl
v0.15.1
Interpolations v0.15.1
Merged pull requests:
v0.15.0
Interpolations v0.15.0
Breaking changes
-No longer compatible with Julia before version 1.6.
-Drop testing for Julia 1.3.
Merged pull requests:
- Allow for BSpline type construction via chained pipes (#536) (@mkitti)
- Gpu support for FilledExtrapolation (#541) (@drewrobson)
- Fix some invalidation. (#542) (@N5N3)
- Bump Project.toml to 0_15_0 (#543) (@mkitti)
- enable dependabot for GitHub actions (#544) (@ranocha)
- Bump actions/cache from 1 to 3 (#545) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#546) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#547) (@dependabot[bot])
- use an extension instead of Requires on 1.9 (#549) (@KristofferC)
- fix typos (#551) (@spaette)
- Create CITATION.cff (#555) (@mkitti)
- Fix deduplicate_knots!() (#559) (@chunjiw)
- Add NaturalNeighbours.jl to other packages (#561) (@DanielVandH)
- Bump actions/checkout from 3 to 4 (#564) (@dependabot[bot])
- Fix
checkbounds
for trailing/missing dimensions. (#566) (@N5N3) - Some recursion tuning to allow more eager inference. (#568) (@N5N3)
Closed issues:
- GPU support? (#357)
- Loading Interpolations.jl breaks complex number arithmetic on Julia 1.8.1 (#520)
- Unitful missing from dependency list (#538)
- Performance of
gradient1
(#539) - typos (#550)
- Is there a way to interpolate over a points cloud using irregular grids? (#552)
- Precompilation warnings (#557)
- NaturalNeighbours.jl (#560)
BoundsError
with Julia 1.10.0-beta1 (#562)- Interpolate a set of points (#565)
- issue to remove (#567)
v0.14.7
v0.14.6
What's Changed
- remove unnecessary function parametrization by @koehlerson in #523
- Adding AkimaMonotonicInterpolation by @wg030 in #522
- Try to fix warning by @jeremiahpslewis in #521
New Contributors
- @koehlerson made their first contribution in #523
- @wg030 made their first contribution in #522
- @jeremiahpslewis made their first contribution in #521
Full Changelog: v0.14.5...v0.14.6
v0.14.5
What's Changed
- Add Previous and Next for Constant interpolation by @judober in #512
- Create Invalidations.yml by @ranocha in #513
- remove unbound type parameters by @nsajko in #516
New Contributors
- @judober made their first contribution in #512
- @ranocha made their first contribution in #513
- @nsajko made their first contribution in #516
Full Changelog: v0.14.4...v0.14.5
v0.14.4
Interpolations v0.14.4
Closed issues:
- Broadcasting throws StackOverflowError (#509)
Merged pull requests:
v0.14.3
v0.14.2
v0.14.1
Interpolations v0.14.1
Closed issues:
- Interpolation over "flat" dimensions (#107)
- References missing (#321)
- Update Readme (#485)
- Checking for unique knots is performance drain, any way to disable? (#498)
Merged pull requests:
- Update README and documentation (#499) (@mkitti)
- Some small typos (#500) (@DanielVandH)
- Fixed a few typos (#502) (@pitmonticone)
- Add native GPU support. (#504) (@N5N3)
v0.14.0
What's Changed
- Fix scaled interpolation for Unitful ranges. by @contradict in #490
- Alternative package for monotonic interpolation by @PallHaraldsson in #493
- Readme with another link to interpolation package by @jmbeckers in #494
- Breaking: Implement inplace GriddedInterpolation by @jaemolihm in #496
New Contributors
- @PallHaraldsson made their first contribution in #493
- @jmbeckers made their first contribution in #494
Full Changelog: v0.13.6...v0.14.0