330 |
bounds method on Drillholes is computed on midpoints coordinates |
bounds on Drillholes was computed on mid coordinates, which caused offset of half a composite length. |
[No Ref] |
Simplify aggregation use |
Aggregation functions no longer need aggregation method by default. When specified, property and aggregation method may now be either a value or a list of values. |
337 |
Improve drillholes compositing performance |
Added a new backend implemented with rust which performs numerical compositing faster. Used by default. |
341 |
Solve API - Rework kriging in order to enable call of simple kriging using solve_api method |
Implement solve_api in Kriging class to improve compatibility with c++ binding. |