petektools 0.2.13

Standalone numerics & geostatistics kernels for Rust: scattered-data gridding (minimum-curvature, IDW, nearest) and a curated numeric front-door. Pure leaf with PyO3 bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/target
/dist
*.so
.DS_Store
node_modules/
__pycache__/

# Docs-notebook build venv (local; created for executing example notebooks)
/.venv-docs-nb/
.ipynb_checkpoints/

# Local technical reference only; actionable state is owned by petekSuite.
/dev-docs/