Releases: JuliaEarth/GeoStats.jl
Releases · JuliaEarth/GeoStats.jl
v0.5.2
- Fix color option in solution plots
- Fix color option in empirical variogram plots
- Check worker processes with
nworkers()
instead ofnprocs()
- Fix type inconsistencies in theoretical variograms
- Fix type inconsistencies in Kriging estimators
- Major rewrite of Kriging estimators internals
ImageQuilting.ipynb
example notebook- h-scatter plots
- Update documentation
v0.5.1
- Fix #17: Add Ellipsoidal distance back meanwhile JuliaStats/Distances.jl#81 is not merged
- Add EmpiricalDistribution meanwhile JuliaStats/Distributions.jl#661 is not merged
- Parallelize visual comparison and k-fold cross-validation
v0.5.0
This is a breaking release. We kindly ask users to update their code accordingly.
New features
- Support to any metric defined in Distances.jl
- Empirical cross-variogram implementation
- Visual comparison and k-fold cross-validation (see SolverComparison.ipynb)
- LocallyWeightedRegression.jl estimation solver
Breaking changes
-
EuclideanDistance
,HaversineDistance
andEllipsoidDistance
were revised for performance and are now part of Distances.jl under the namesEuclidean
,Haversine
andEllipsoidal
-
DataFrames v0.11.0 was released with breaking changes and GeoStats.jl was updated accordingly
Other improvements
- Updated examples and documentation
- Review of README with links to solver build status
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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
- 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