Skip to content

v 0.5.1

Compare
Choose a tag to compare
@SimonMolinsky SimonMolinsky released this 19 Feb 09:56
· 15 commits to main since this release
4773c76

2024-02-19

version 0.5.1 (pre production development)

  • (enhancement) interpolate_raster() function takes allow_approx_solutions parameter, and it protects from LinAlgError that might occur if interpolation points are duplicated (due to the floating point number representation).
  • (refactoring) calc_point_to_point_distance function refactored to point_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 to float