Skip to content

Releases: CNES/pangeo-pyinterp

2023.10.2

21 Oct 14:14

Choose a tag to compare

Fix issues with Python 3.12

Full Changelog: 2023.10.1...2023.10.2

2023.10.1

10 Oct 09:28

Choose a tag to compare

  • Fill time series by linear interpolation.
  • Fill unknown positions by linear interpolation.

Full Changelog: 2023.10.0...2023.10.1

2023.10.0

01 Oct 08:55

Choose a tag to compare

  • 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: 2023.5.0...2023.10.0

Fixed the use of BLAS.

24 May 06:36

Choose a tag to compare

  • 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: 2023.2.1...2023.5.0

Universal Krige interpolation for unstructured grids.

08 Feb 17:32

Choose a tag to compare

  • 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: 2023.2.0...2023.2.1

Universal Krige interpolation for unstructured grids.

07 Feb 12:44

Choose a tag to compare

  • 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: 2023.1.0...2023.2.0

Simplify line string.

13 Jan 14:27

Choose a tag to compare

  • 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

Binning 1D: limit the upper and lower range of bins

19 Oct 13:34

Choose a tag to compare

  • 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.

Geodetic RTree

08 Oct 14:21

Choose a tag to compare

  • 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: 2022.9.1...2022.10.0

2022.9.1

06 Sep 08:14

Choose a tag to compare

  • Orbit interpolation improvement.

Full Changelog: 2022.9.0...2022.9.1