Releases: mmaelicke/scikit-gstat
Version 0.2.2
With Version 0.2.2 a new class is introduced: DirectionalVariograms. This class inherits from the base Variogram class but changes the selection and grouping of point pairs, when lag classes are derived. It has several pre-defined models for specifying a directional dependency between observation point pairs. The variogram will only rely on point pairs that fulfill such a directional relationship.
Version 0.2.1
Version 0.2.1 enhances in major parts the docstrings and the code coverage. Minor fixes are included in the code and a new pairwise distance - difference plot was added. Version 0.2.1 is also uploaded to PyPI
Version 0.2
Version 0.2 is not compatible with any older version anymore. The whole code basis has been rewritten. A detailed documentation will follow.
Version 0.1.8
Version 0.1.8 is discontinued and will not be further developed anymore. Version 0.2 implements major code improvements, which are not downward compatible. This version, is however preserved, as it has already been used in (at least one) publication.
Version 0.1.7
The 1.7 Version holds some major improvements on the skgstat.estimator classes. While the genton is still not working, the others should be good now.
Note: The output of some estimators was changed. Therefore I recommend to switch to this version now.
Obviosly, you'll have to check your code and re-run analyses.
Version 0.1.5
This release includes mostly bugfixes and some enhancements in the Variogram class. The estimators have been expanded.
Version 0.1.1
initial release with only Variogram form the KIT-GIT project hydrobox and hydras3. The Kriging class is not yet implemented. unittests were added and numba dependency removed.