v1.7.0 'Morphic Mint' #384
MuellerSeb
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
This great release brings not only one but two impressive new features to GSTools: Plurigaussian Fields and Sum-Models.
Plurigaussian Fields provide a smart way to introduce structure to random fields and with Sum-Models you are finally able to add two or more covariance models to better capture spatial patterns. In addition, we outsourced the cython code of GSTools into a separate package GSTools-Cython, which makes GSTools itself a lightweight pure python package.
Installation
You can install GSTools with conda:
or with pip:
Documentation
The documentation can be found at: https://gstools.readthedocs.io/
What's new?
Enhancements
SumModelclass+operator:model = m1 + m2m1 = model[0]model[0].nu == model.nu_0len_scaleis fixed, none of thelen_scale_<i>can be fixed since len_scale is calculated from variance ratioszero_varandmodelattributes to Generator ABC to shortcut field generation for pure nugget modelsChanges
var_rawattribute from CovModel (was rarely used and only relevant for the truncated power law models)intensityattribute which calculates whatvar_rawwas beforevar_rawwas a bad idea in the first place)Bugfixes
pnt_cntwas not recalculated invario_estimatewhen a mask was applied, together with a given sample size this resulted in anIndexErrormost of the times (#378)This discussion was created from the release v1.7.0 'Morphic Mint'.
Beta Was this translation helpful? Give feedback.
All reactions