Releases: JuliaEarth/GeoStats.jl
Releases · JuliaEarth/GeoStats.jl
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
This release of the project comes with performance improvements and a few new features.
New features
- Local Kriging with efficient neighborhood and path calculations based on search trees
- Efficient variogram plane plots for arbitrary spatial data (e.g. point sets, regular grid)
Improvements
- Major rewrite of Kriging estimators for type stability and hence better performance
- Small fixes in variogram models for more efficient machine code
- Add developer guide to documentation as well as an index page
- Small fixes in
SeqGaussSim
solver
Breaking changes
- Deprecate the
estimate
function in favor ofpredict
in KrigingEstimators.jl - Deprecate the
fit!
function in favor offit
in KrigingEstimators.jl
v0.7.2
v0.7.1
v0.7.0
Add support for Julia v0.7 and Julia v1.0
Improvements
- Noticeable speedup with the new release of the language
- Solvers revisited and refactored to allocate less memory
Breaking changes
- Option
nbins
forEmpiricalVariogram
renamed tonlags
- New
RegularGrid
constructors using real coordinates as tuples bounding_grid
renamed toboundgrid
readtable
renamed toreadgeotable