Skip to content

Releases: sun-data/regridding

v0.0.4

06 Mar 19:57
1a58915
Compare
Choose a tag to compare

What's Changed

  • Added regridding.fill() function to fill in missing data using interpolation by @byrdie in #3

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Jan 18:10
Compare
Choose a tag to compare

What's Changed

  • Added implementation for 1D linear interpolation to regridding.regrid() by @byrdie in #1
  • Fixed benchmarks for regridding.regrid(). by @byrdie in #2

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Oct 18:39
Compare
Choose a tag to compare
Updated codecov badge in the readme.

Initial version of regridding.regrid()

27 Jul 17:03
Compare
Choose a tag to compare
v0.0.1

Added example to documentation for `regridding.regrid()`.

Initial release

10 Jun 21:44
Compare
Choose a tag to compare

First release, with very basic implementation of scipy.ndimage.map_coordinates().