Skip to content

Releases: VForWaTer/tool_geostatistics

Version 1.3.3

18 Nov 09:25
535ceb5
Compare
Choose a tag to compare

This version migrated to json2args==0.4.0, which now uses parameter.json instead of ambiguous tool.json default file names

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

13 Nov 16:14
Compare
Choose a tag to compare

Patch release updated json2args==0.3.0 for using .dat files

Version 1.3.1

11 Nov 13:02
Compare
Choose a tag to compare

Bugfix version for output file formats. Since version v1.3 the geostatistics toolbox uses json2args to load parameter and needs to save arrays as .dat files.

Version 1.3

11 Nov 09:42
Compare
Choose a tag to compare

Introduced more tools for sampling and cross-validation.
Drpped the dependency to tool-runner, now uses json2args

Version 1.2

09 Nov 18:41
Compare
Choose a tag to compare

The Variogram output is unified and always build by the same function, to produce consistent results across all tools.
In addition, skgstat_uncertainty has been added as a dependency into the container and the 'sample' tool was added.

Full Changelog: v1.1.0...v1.2.0

Version 1.1

29 Oct 09:43
Compare
Choose a tag to compare

Version 1.1 added the geostatistical simulation tool, which is based on GSTools CondSRF.

Full Changelog: v1.0.0...v1.1.0

First release

28 Oct 04:32
Compare
Choose a tag to compare

First version of skgstat_container containing only two tools:

  • variogram for Variogram estimation
  • kriging for interpolation based on the output of variogram

Full Changelog: https://github.com/KIT-HYD/skgstat_container/commits/v1.0.0