Skip to content

Tags: sun-data/regridding

Tags

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added `regridding.fill()` function to fill in missing data using inte…

…rpolation (#3)

Added `regridding.fill()` function to fill in missing data using interpolation.

v0.0.3

Toggle v0.0.3's commit message
Fixed bug in `regridding.regrid_from_weights()` where zeros were bein…

…g returned if the input arrays were not contiguous.

v0.0.2

Toggle v0.0.2's commit message
Updated codecov badge in the readme.

v0.0.1

Toggle v0.0.1's commit message
Added example to documentation for `regridding.regrid()`.

v0.0.0

Toggle v0.0.0's commit message
Renamed project from `interp` to `regridding` since `interp` wasn't a…

…vailable on PyPI.

Signed-off-by: Roy Smart <[email protected]>