v 0.5.1
2024-02-19
version 0.5.1 (pre production development)
- (enhancement)
interpolate_raster()
function takesallow_approx_solutions
parameter, and it protects fromLinAlgError
that might occur if interpolation points are duplicated (due to the floating point number representation). - (refactoring)
calc_point_to_point_distance
function refactored topoint_distance
, changed input parameters' schema, - (refactoring) new selection method for unequally spaced bins:
select_values_between_lags
- (debug)
np.float
type casting has been changed tofloat