v0.1.1¶
Bug fixes¶
Issue Ref |
Summary |
Description |
---|---|---|
[No Ref] |
Wrong Desurveying Results |
Correct desurveying formula + unit tests added |
[No Ref] |
Experimental variogram handle NaN |
NaN were previously not handled leading to global NaN results |
[No Ref] |
Error check in GeometricalObject |
Fix checking for missing mapping values when constructing GeometricalObject |
[No Ref] |
Wrong std calculation in kriging |
Correct calculation of std in specific case |
[No Ref] |
Wrong 2D Grid from bound creation |
Correct 2D Grid parameters calculations for supporting grid geometry |
[No Ref] |
Wrong experimental variogram directional vector calculation |
Correct calculations of directional vector from azimuth, dip, pitch when dip > 0 and pitch != (-90, 0, 90) |
[No Ref] |
Error in radius distance neighborhood function |
Fix which_in_ball() called by Neighborhood |
Enhancements¶
Issue Ref |
Summary |
Description |
---|---|---|
[No Ref] |
Improving experimental variogram plot display |
Discretized points displayed on top of curve |
[No Ref] |
Improve Anamorphosis functions API |
Organized in logical classes following good OOP practices |
New Features¶
No New Features