Releases: CNES/pangeo-pyinterp
Releases · CNES/pangeo-pyinterp
2023.10.2
Fix issues with Python 3.12
Full Changelog: 2023.10.1...2023.10.2
2023.10.1
- Fill time series by linear interpolation.
- Fill unknown positions by linear interpolation.
Full Changelog: 2023.10.0...2023.10.1
2023.10.0
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- 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
- Orbit interpolation improvement.
Full Changelog: 2022.9.0...2022.9.1