{"id":23828,"library":"gstools-cython","title":"GSTools Cython backend","description":"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.","status":"active","version":"1.2.0","language":"python","source_language":"en","source_url":"https://github.com/GeoStat-Framework/GSTools-Cython","tags":["geostatistics","cython","backend","gstools"],"install":[{"cmd":"pip install gstools","lang":"bash","label":"Recommended installation via gstools"},{"cmd":"pip install gstools-cython","lang":"bash","label":"Standalone installation (not recommended)"}],"dependencies":[],"imports":[{"wrong":"import gstools-cython","symbol":"SRF","correct":"from gstools import SRF"},{"wrong":"import gstools-cython","symbol":"Krige","correct":"from gstools import Krige"},{"wrong":"import gstools-cython","symbol":"CovModel","correct":"from gstools import CovModel"}],"quickstart":{"code":"import gstools as gs\n# example usage of GSTools which automatically uses gstools-cython backend\nmodel = gs.Gaussian(dim=2, var=1.0, len_scale=10.0)\nsrf = gs.SRF(model, seed=20170519)\nfield = srf((100, 100))\nprint(field.shape)","lang":"python","description":"GSTools-Cython is automatically used when importing gstools. No explicit import of gstools-cython is needed."},"warnings":[{"fix":"Install gstools: pip install gstools","message":"Do not install gstools-cython standalone. It is meant to be installed as a dependency of gstools. Standalone installation may cause version conflicts.","severity":"gotcha","affected_versions":"all"},{"fix":"Do not import gstools-cython directly; import gstools instead.","message":"Importing gstools_cython directly (with underscore) fails because the package name uses a hyphen and the module name inside is not exposed.","severity":"gotcha","affected_versions":"all"},{"fix":"Upgrade Python to 3.10 or later.","message":"Requires Python >=3.10. Older Python versions are not supported.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'1.2.0':16 'acceler':8 'align':47 'automat':33 'backend':3,9,53 'cadenc':41 'cython':2,7,52 'cython-acceler':6 'depend':37 'geostatist':13,51 'gstool':1,11,39,49,54 'includ':34 'instal':29 'intend':26 'latest':19 'low':43 'major':45 'packag':23 'provid':4 'releas':21,40,50 'stabl':20 'standalon':30 'toolbox':14 'version':15,46","created_at":"2026-05-01T08:09:51.005121+00:00","updated_at":"2026-05-01T08:09:51.005121+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.2.0","cli_name":"","cli_version":null,"type":"library","homepage":"https://geostat-framework.org/#gstools","github":"https://github.com/GeoStat-Framework/GSTools-Cython","docs":"https://gstools.readthedocs.io","changelog":"https://github.com/GeoStat-Framework/GSTools-Cython/blob/main/CHANGELOG.md","pypi":"https://pypi.org/project/gstools-cython/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}