v0.5.0.post1 - Mykolaiv
version 0.5
- (feature)
to_tiff()
function which writes kriging output from theinterpolate_raster()
function totiff
andtfw
files, - (debug)
safe
theoretical variogram models, - (enhancement)
model_types
parameter can be string only (in the future the name of this parameter will be changed), - (dependencies) fixed dependencies (
hdbscan
andscikit-learn
), - (enhancement) updated tutorials, we slightly changed their structure,
- (dependencies) End of support for Python 3.7,
- (invalid) Warning when user tries to use
.plot()
method of theExperimentalVariogram
class, - (invalid) Default
direction
andtolerance
areNone
instead of floats, - (invalid) Removed unnecessary warning from the
.autofit()
method.