Skip to content

Releases: CNES/pangeo-pyinterp

Added RBF interpolation

07 Dec 15:39
6a52388

Choose a tag to compare

  • Added interpolation by RBF in RTree
  • Improvement of RTree class performance

Binned statistics and bicubic interpolation in 3D space

13 Nov 20:05
f4335d1

Choose a tag to compare

  • Addition of binned bivariate statistics.
  • Addition of bicubic interpolation in 3D space.
  • Improved generation of the C++ extension.
  • Analysis of test coverage.
  • Minor bug fixes.

Performance optimization

04 Oct 12:36

Choose a tag to compare

  • Improvement of axis performance.
  • Fixed a performance problem with bilinear, bicubic and trivariate interpolations.
  • Handling of time axes in the xarray backend
  • Access to main objects from the main module.

Use of the conda-forge channel

19 Sep 17:18

Choose a tag to compare

Using the conda-forge channel to install the software from anconda instead of the personal account.

Simplification of the Xarray backend

16 Sep 10:04

Choose a tag to compare

* Simplification of the Xarray backend

* Merging of the conda-forge recipe
* Fix documentation issues

Optimization of memory management

28 Aug 14:09

Choose a tag to compare

* Optimization of memory management

* Improving bicubic interpolation performance
* Fill NaN values.
* Major redesign to separate grid management from
  interpolation routines.