Releases: JuliaEarth/GeoStats.jl
Releases · JuliaEarth/GeoStats.jl
v0.2.1
- Fix remaining issues with Float64 vs. Float32 precision as discussed in #9.
v0.2.0
In this release, all covariance models were replaced by the corresponding variogram models. This is a breaking change in preparation to future developments with Julia v0.6+.
The documentation was updated accordingly. We kindly ask users to update their code to the new API.
v0.1.3
- Pass vector of observations to
fit!
method
- Add documentation for Kriging estimators
v0.1.2
- Fix issue #6 by explicitly choosing a factorization (e.g. Cholesky or LU) for the different Kriging variants.
- Separate
fit!
and estimate
methods. The former builds the Kriging system once and saves the factorization. The latter is used to estimate at different locations without overhead.
v0.1.1
Fix issue #2 by exporting the types.