Skip to content

v0.73.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 12:15
· 17 commits to master since this release

GeoStats v0.73.0

Diff since v0.72.1

New features

  • Multivariate CoKriging interpolation with Variogram, Covariance or Transiogram
  • New Variogram and Covariance constructors in terms of ranges and rotation

Breaking changes

  • Removed InterpolateMissing and InterpolateNaN in favor of more explicit pipelines with DropMissing and DropNaN
  • Interpolate and InterpolateNeighbors no longer accept variable selectors, and the model is passed via the model keyword

Merged pull requests:

Closed issues:

  • Revert of CLR assumes original data in [0, 1] range (#503)