v0.73.0
GeoStats v0.73.0
New features
- Multivariate CoKriging interpolation with
Variogram
,Covariance
orTransiogram
- New
Variogram
andCovariance
constructors in terms ofranges
androtation
Breaking changes
- Removed
InterpolateMissing
andInterpolateNaN
in favor of more explicit pipelines withDropMissing
andDropNaN
Interpolate
andInterpolateNeighbors
no longer accept variable selectors, and the model is passed via themodel
keyword
Merged pull requests:
- docs: add ThatcherC as a contributor for code (#502) (@allcontributors[bot])
Closed issues:
- Revert of
CLR
assumes original data in[0, 1]
range (#503)