Skip to content

Tags: JuliaMath/Interpolations.jl

Tags

v0.15.1

## Interpolations v0.15.1

[Diff since v0.15.0](v0.15.0...v0.15.1)


**Merged pull requests:**
- Add GeoStats.jl to list of alternative interpolation packages (#569) (@juliohm)
- CompatHelper: bump compat for "Adapt" to "4.0" (#573) (@github-actions[bot])
- CompatHelper: bump compat for "WoodburyMatrices" to "1.0" (#574) (@github-actions[bot])

v0.15.0

## Interpolations v0.15.0

[Diff since v0.14.7](v0.14.7...v0.15.0)


**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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to version 0.14.8

v0.14.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try to fix warning (#521)

v0.14.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version for release

v0.14.4

## Interpolations v0.14.4

[Diff since v0.14.3](v0.14.3...v0.14.4)


**Closed issues:**
- Broadcasting throws StackOverflowError (#509)

**Merged pull requests:**
- Fix possible stack-overflow within broadcast. (#510) (@N5N3)

v0.14.3

## Interpolations v0.14.3

[Diff since v0.14.2](v0.14.2...v0.14.3)


**Closed issues:**
- Deprecated convenience constructors don't accept keyword arguments (#507)

**Merged pull requests:**
- Fix #507 deprecation of of camel case convenience constructors (#508) (@mkitti)

v0.14.2

## Interpolations v0.14.2

[Diff since v0.14.1](v0.14.1...v0.14.2)



**Merged pull requests:**
- Deprecate CamelCase convenience for snake_case constructors (#501) (@mkitti)
- Relax Adapt compatibility to v2 for Julia 1.0 compat (#506) (@mkitti)

v0.14.1

## Interpolations v0.14.1

[Diff since v0.14.0](v0.14.0...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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement inplace GriddedInterpolation (#496)

* Implement inplace GriddedInterpolation

* Fix io test

* Add inplace gridded example to doc

* Bump version to 0.14.0