Pangeo Pyinterp Versions Save

Python library for optimized interpolation.

2023.1.0

1 year ago
  • Add a method to simplify a line string.
  • Minor fixes.
  • Bug fixes with Python and the Global Interpreters Lock.
  • Update pybind11 to v2.10.3

2022.10.1

1 year ago
  • Add an option to calculate the 1D binning to limit the upper and lower range of bins used.
  • Add missing prerequisites for pip install.
  • Documentation fixes.

2022.10.0

1 year ago
  • issues #13: Extract coordinates of the K nearest neighbors of a point.
  • issues #12: Only the X-axis can be circular.
  • Pure geodetic RTree.
  • Bug fixes.
  • Documentation fixes.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2022.9.1...2022.10.0

2022.9.1

1 year ago
  • Orbit interpolation improvement.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2022.9.0...2022.9.1

2022.9.0

1 year ago
  • Improves the accuracy of swath calculation.
  • Improves TemporalAxis performance.
  • Fixes bugs in the documentation.
  • Python interface files are not installed properly.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.16.0...2022.9.0

0.16.0

1 year ago
  • Using Red-Black Gauss-Seidel.
  • Refactor loess functions for 3D/4D grids.
  • Bicubic interpolation failed on singleton axis (#11)
  • Fill Grid4D with Loess filter (#10)

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.15.2...0.16.0

0.15.2

1 year ago
  • Disable assembly code on OSX/ARM64.
  • Publish AxisInt64.
  • Crossover point calculation is not accessible.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.15.1...0.15.2

0.15.1

2 years ago
  • Calculate crossovers in a Cartesian plane.
  • Fix a bug in the documentation.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.15.0...0.15.1

0.15.0

2 years ago
  • Geodetic RTree
  • Added support for PyPy and Pyston.
  • Removal of NetCDF4 dependency.
  • Orbit interpolation.
  • Intersection search using WGS/Spherical coordinates.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.14.0...0.15.0

0.14.0

2 years ago
  • Add a Gaussian filter function to window functions.
  • Select GeoHash contained in a multi-polygon.
  • Construct Geodetic objects from GeoJSON.
  • Addition of geodetic algorithms.
  • Implement the shallow copy operation.
  • Fixes lint/compiler warnings.
  • Refactor RTree class.
  • Refactor Crossovers/Linestrings class.
  • Update the building system.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/0.13.0...0.14.0