Pangeo Pyinterp Versions Save

Python library for optimized interpolation.

2024.3.0

2 months ago
  • Enhance the performance of the spline/bicubic interpolation:
    • The bicubic interpolation is now 40% faster.
    • The cubic spline interpolation is now 30% faster.

2024.2.0

3 months ago
  • Fix equator point selection in orbit.py
  • Fix skewing of first pass in calculate_orbit() function
  • Add support for Grid2DUInt8 interpolation
  • Swap min_corner and max_corner in geodetic box constructor if necessary

2024.1.0

4 months ago
  • Fix issues in the test suite.
  • Fix linter warnings.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.11.0...2024.1.0

2023.11.0

5 months ago
  • Add intersection method to LineString class
  • RegularGridInterpolator does not handle interpolator keywords.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.10.2...2023.11.0

2023.10.2

6 months ago

Fix issues with Python 3.12

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.10.1...2023.10.2

2023.10.1

7 months ago
  • Fill time series by linear interpolation.
  • Fill unknown positions by linear interpolation.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.10.0...2023.10.1

2023.10.0

7 months ago
  • Period list management.
  • Documentation fixes.
  • Geohash box must be within [-180, 180[.
  • Fix a bug in the calculation of the orbit from the ephemeris.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.5.0...2023.10.0

2023.5.0

11 months ago
  • If MKL is not wanted, use the default BLAS implementation available. On MacOS this is Accelerate. On Linux this is OpenBLAS or a Generic BLAS implementation.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.2.1...2023.5.0

2023.2.1

1 year ago
  • Looking for multiple crossovers.
  • Calculate intersection between polygon and linestring.
  • Added few utility methods for polygons.
  • Calculate the closest point on a linestring.
  • Added Universal Krige interpolation for unstructured grids.
  • Cleanup module dependencies.
  • If MKL is not found, use the default BLAS implementation if available.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.2.0...2023.2.1

2023.2.0

1 year ago
  • Looking for multiple crossovers.
  • Calculate intersection between polygon and linestring.
  • Added few utility methods for polygons.
  • Calculate the closest point on a linestring.
  • Added Universal Krige interpolation for unstructured grids.

Full Changelog: https://github.com/CNES/pangeo-pyinterp/compare/2023.1.0...2023.2.0