Skip to content

Commit 489f54a

Browse files
committed
Bump version
1 parent a43e89a commit 489f54a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeoStatsProcesses"
22
uuid = "aa102bde-5a27-4b0c-b2c1-e7a7dcc4c3e7"
33
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
4-
version = "0.8.6"
4+
version = "0.8.7"
55

66
[deps]
77
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
@@ -39,7 +39,7 @@ Distributed = "1.9"
3939
Distributions = "0.25"
4040
FFTW = "1.7"
4141
GeoStatsFunctions = "0.9"
42-
GeoStatsModels = "0.7"
42+
GeoStatsModels = "0.8"
4343
GeoTables = "1.21"
4444
ImageQuilting = "1.0"
4545
LinearAlgebra = "1.9"

src/processes/field/gaussian/fft.jl

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ phase of the spectrum, and a realization is produced by an
1212
inverse Fourier transform.
1313
1414
## Parameters
15+
1516
* `minneighbors` - Minimum number of neighbors (default to `1`)
1617
* `maxneighbors` - Maximum number of neighbors (default to `10`)
1718
* `neighborhood` - Search neighborhood (default to `nothing`)

src/processes/field/gaussian/seq.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function randprep(::AbstractRNG, process::GaussianProcess, method::SEQMethod, se
7070
end
7171

7272
# determine probability model
73-
probmodel = GeoStatsModels.SimpleKriging(gamma, mean)
73+
probmodel = Kriging(gamma, mean)
7474
marginal = Normal(mean, sill(gamma))
7575

7676
# adjust min/max neighbors

0 commit comments

Comments
 (0)