Registry / data / gstools-cython

gstools-cython

JSON →
library1.2.0pypypi✓ verified 79d ago

Provides the Cython-accelerated backend for GSTools, the geostatistical toolbox. Version 1.2.0 is the latest stable release. This package is not intended to be installed standalone; it is automatically included as a dependency of gstools. Release cadence is low, with major versions aligned to GSTools releases.

pip install gstools
INSTALL
IMPORT
SIG · GSTOOLS-CYTHON
G
gstools-cython
datapythonv1.2.0
Install
6.5s avg
Import
Disk
142MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.2.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.910 runs
installs and imports cleanly · install 0.0s · import 0.000s · 93MB
glibc
py 3.103.910 runs
installs and imports cleanly · install 6.5s · import 0.000s · 91MB
142MB installed
● package 142MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SRF
from gstools import SRF
import gstools-cython
Krige
from gstools import Krige
import gstools-cython
CovModel
from gstools import CovModel
import gstools-cython

GSTools-Cython is automatically used when importing gstools. No explicit import of gstools-cython is needed.

import gstools as gs # example usage of GSTools which automatically uses gstools-cython backend model = gs.Gaussian(dim=2, var=1.0, len_scale=10.0) srf = gs.SRF(model, seed=20170519) field = srf((100, 100)) print(field.shape)
Debug
Known issues
gotchaDo not install gstools-cython standalone. It is meant to be installed as a dependency of gstools. Standalone installation may cause version conflicts.
fix
Install gstools: pip install gstools
affects: all
gotchaImporting gstools_cython directly (with underscore) fails because the package name uses a hyphen and the module name inside is not exposed.
fix
Do not import gstools-cython directly; import gstools instead.
affects: all
breakingRequires Python >=3.10. Older Python versions are not supported.
fix
Upgrade Python to 3.10 or later.
affects: >=1.0.0
Upgrade
Version history
1.2.0latest on PyPI · released Dec 26, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gstools-cython — pip install gstools-cython · libregistry