Skip to content

Releases: mmaelicke/scikit-gstat

Version 0.2.2

30 Oct 12:54
Compare
Choose a tag to compare

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

21 Aug 09:21
Compare
Choose a tag to compare

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

12 Aug 08:26
beb55e7
Compare
Choose a tag to compare

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

15 Aug 11:27
Compare
Choose a tag to compare

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

01 Feb 17:41
Compare
Choose a tag to compare

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

19 Dec 10:15
Compare
Choose a tag to compare

This release includes mostly bugfixes and some enhancements in the Variogram class. The estimators have been expanded.

Version 0.1.1

08 Aug 08:16
Compare
Choose a tag to compare

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.