|
1 | 1 | Changes - from version >= 1.x |
2 | 2 | ============================= |
3 | 3 |
|
| 4 | +2025-11-0 |
| 5 | +---------- |
| 6 | + |
| 7 | +**version 1.2.0** |
| 8 | + |
| 9 | +* [enhancement] `Blocks` has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 10 | +* [enhancement] `calculate_semivariance()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 11 | +* [enhancement] `interpolate_points()` function has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 12 | +* [enhancement] `validate_kriging()` function has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 13 | +* [enhancement] `validate_kriging()` has new parameter: `progress_bar` that controls `tqdm` progress bar |
| 14 | +* [enhancement] `inverse_distance_weighting()` function has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 15 | +* [enhancement] `IndicatorKriging` class has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 16 | +* [enhancement] `ordinary_kriging()` function has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 17 | +* [enhancement] `simple_kriging()` function has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 18 | +* [enhancement] `UniversalKriging` class has the new parameters `known_values` and `known_geometries`, that might be provided instead of the `known_locations` parameter |
| 19 | +* [api change] `inblock_semivariance()` function is now private: `_inblock_semivariance()` |
| 20 | +* [enhancement] `DirectionalVariogram()` class has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 21 | +* [tests] Added basic tests for `DirectionalVariogram()` class |
| 22 | +* [enhancement] `ExperimentalVariogram()` class has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 23 | +* [tests] Added basic tests for `ExperimentalVariogram()` class |
| 24 | +* [enhancement] `build_experimental_variogram()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 25 | +* [tests] Added basic tests for `build_experimental_variogram()` function |
| 26 | +* [enhancement] `VariogramCloud()` class has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 27 | +* [api change] `directional_weighted_semivariance()` function is now private: `_directional_weighted_semivariance()` |
| 28 | +* [api change] `omnidirectional_variogram()` function is now private: `_omnidirectional_variogram()` |
| 29 | +* [api change] `omnidirectional_semivariogram_cloud()` function is now private: `_omnidirectional_semivariogram_cloud()` |
| 30 | +* [enhancement] `calculate_covariance()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 31 | +* [api change] `directional_covariance()` function is now private: `_directional_covariance()` |
| 32 | +* [api change] `omnidirectional_covariance()` function is now private: `_omnidirectional_covariance()` |
| 33 | +* [api change] `directional_semivariance()` function is now private: `_directional_semivariance()` |
| 34 | +* [api change] `directional_semivariance_cloud()` function is now private: `_directional_semivariance_cloud()` |
| 35 | +* [api change] `omnidirectional_semivariance()` function is now private: `_omnidirectional_semivariance()` |
| 36 | +* [enhancement] `point_cloud_semivariance()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 37 | +* [enhancement] `code_indicator()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 38 | +* [enhancement] `ExperimentalIndicatorVariogram` and `IndicatorVariogramData` classes have the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 39 | +* [enhancement] `PointSupport` has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter |
| 40 | +* [docs] updated tutorials - new parameters are used in kriging operations, and when experimental variogram is computed |
| 41 | +* # todo [docs] docstring examples - all user-facing API endpoints has examples in docstrings, using new input types (values | geometries) |
| 42 | + |
4 | 43 | 2025-10-11 |
5 | 44 | ---------- |
6 | 45 |
|
|
0 commit comments