Skip to content

Releases: JuliaEarth/GeoStats.jl

v0.4.1

08 Sep 15:20
Compare
Choose a tag to compare
  • Migrate problem and solution interface to GeoStatsBase.jl
  • Sequential Gaussian simulation on point collections

v0.4.0

04 Sep 20:18
Compare
Choose a tag to compare

This is an important release of the project with a whole new infrastructure for general estimation and stochastic simulation problems over general domains. It is also an informal call to researchers interested in contributing to the GeoStats.jl ecosystem.

New features

  • Abstraction of problems and solvers for geostatistical estimation/simulation
  • New base package GeoStatsBase.jl for solver writers
  • Kriging and Sequential Gaussian simulation solvers
  • Parallel stochastic simulation

v0.3.7

16 Jul 21:50
Compare
Choose a tag to compare
  • Solve covariance instead of variogram if the latter possesses the 2nd-order stationarity property
  • Add power, cubic, pentaspherical and sine hole theoretical variogram models
  • Add method isstationary for theoretical variogram models
  • Add Kriging with external drift
  • Add documentation for plotting

v0.3.6

13 Jul 18:13
Compare
Choose a tag to compare
  • Add function GeoStats.examples() for launching notebooks locally
  • Add visual regression tests for plot recipes

v0.3.5

07 Jul 16:25
Compare
Choose a tag to compare
  • Restructure documentation
  • Add examples in the form of Jupyter notebooks

v0.3.4

06 Jul 23:39
Compare
Choose a tag to compare
  • Add empirical omnidirectional semi-variogram
  • Add plot recipes for empirical and theoretical variograms

v0.3.3

05 Jul 23:55
Compare
Choose a tag to compare
  • Fix spherical variogram model
  • Add more tests

v0.3.2

01 Jul 05:11
Compare
Choose a tag to compare
  • Add ellipsoid distance in 2D and 3D as a way of modeling anisotropy.
  • Add haversine distance between two latitude/longitude pairs.
  • Replace immutable by struct and type by mutable struct in Julia v0.7.

v0.3.1

27 Jun 05:42
Compare
Choose a tag to compare
  • Use Parameters.jl until default field values become part of the language (see JuliaLang/julia#10146).
  • Add anisotropic variogram models by means of custom distance functions.
  • Add composite (additive) variogram model.

v0.3.0

25 Jun 22:25
Compare
Choose a tag to compare

This is the first release of the package with support to Julia v0.6. We kindly ask users to update to the current version of the language. Below is the list of changes:

  • Add Matérn family of variogram models
  • Require SpecialFunctions.jl on Julia v0.6 and later
  • Require Julia v0.6