Skip to content

Commit ffa3dca

Browse files
committed
Updated imports, 4-1, changelog
1 parent 71a2058 commit ffa3dca

File tree

5 files changed

+163
-163
lines changed

5 files changed

+163
-163
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Changes - from version >= 1.x
3737
* [enhancement] `code_indicator()` function has the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter
3838
* [enhancement] `ExperimentalIndicatorVariogram` and `IndicatorVariogramData` classes have the new parameters `values` and `geometries`, that might be provided instead of `ds` parameter
3939
* [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)
4042

4143
2025-10-11
4244
----------

src/pyinterpolate/idw/idw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyinterpolate.core.data_models.points import VariogramPoints
1616
from pyinterpolate.distance.point import point_distance
17-
from transform.geo import geometry_and_values_array
17+
from pyinterpolate.transform.geo import geometry_and_values_array
1818

1919

2020
def inverse_distance_weighting(unknown_location: ArrayLike,

src/pyinterpolate/kriging/point/indicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from pyinterpolate.kriging.point.ordinary import ordinary_kriging
3333
from pyinterpolate.kriging.point.simple import simple_kriging
3434
from pyinterpolate.semivariogram.indicator.indicator import TheoreticalIndicatorVariogram
35-
from transform.geo import geometry_and_values_array
35+
from pyinterpolate.transform.geo import geometry_and_values_array
3636

3737

3838
class IndicatorKriging:

tutorials/functional/4-1-semivariogram-regularization.ipynb

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,8 @@
565565
},
566566
{
567567
"metadata": {
568-
"jupyter": {
569-
"is_executing": true
570-
},
571568
"ExecuteTime": {
569+
"end_time": "2025-11-07T19:33:32.325108Z",
572570
"start_time": "2025-11-07T19:28:22.646770Z"
573571
}
574572
},
@@ -591,17 +589,17 @@
591589
"name": "stderr",
592590
"output_type": "stream",
593591
"text": [
594-
" 0%| | 0/5 [00:00<?, ?it/s]"
592+
"100%|██████████| 5/5 [05:09<00:00, 61.93s/it]\n"
595593
]
596594
}
597595
],
598-
"execution_count": null
596+
"execution_count": 16
599597
},
600598
{
601599
"metadata": {
602600
"ExecuteTime": {
603-
"end_time": "2025-09-23T15:24:23.490817Z",
604-
"start_time": "2025-09-23T15:24:23.289745Z"
601+
"end_time": "2025-11-07T19:33:32.613291Z",
602+
"start_time": "2025-11-07T19:33:32.385559Z"
605603
}
606604
},
607605
"cell_type": "code",
@@ -619,7 +617,7 @@
619617
"output_type": "display_data"
620618
}
621619
],
622-
"execution_count": 13
620+
"execution_count": 17
623621
},
624622
{
625623
"metadata": {},
@@ -634,8 +632,8 @@
634632
{
635633
"metadata": {
636634
"ExecuteTime": {
637-
"end_time": "2025-09-23T15:24:23.704059Z",
638-
"start_time": "2025-09-23T15:24:23.577389Z"
635+
"end_time": "2025-11-07T19:33:32.776494Z",
636+
"start_time": "2025-11-07T19:33:32.647360Z"
639637
}
640638
},
641639
"cell_type": "code",
@@ -653,7 +651,7 @@
653651
"output_type": "display_data"
654652
}
655653
],
656-
"execution_count": 14
654+
"execution_count": 18
657655
},
658656
{
659657
"metadata": {},
@@ -664,8 +662,8 @@
664662
{
665663
"metadata": {
666664
"ExecuteTime": {
667-
"end_time": "2025-09-23T15:24:23.858975Z",
668-
"start_time": "2025-09-23T15:24:23.729886Z"
665+
"end_time": "2025-11-07T19:33:32.984235Z",
666+
"start_time": "2025-11-07T19:33:32.814545Z"
669667
}
670668
},
671669
"cell_type": "code",
@@ -683,7 +681,7 @@
683681
"output_type": "display_data"
684682
}
685683
],
686-
"execution_count": 15
684+
"execution_count": 19
687685
},
688686
{
689687
"metadata": {},
@@ -702,8 +700,8 @@
702700
{
703701
"metadata": {
704702
"ExecuteTime": {
705-
"end_time": "2025-09-23T15:24:24.031051Z",
706-
"start_time": "2025-09-23T15:24:23.887714Z"
703+
"end_time": "2025-11-07T19:33:33.171799Z",
704+
"start_time": "2025-11-07T19:33:33.021459Z"
707705
}
708706
},
709707
"cell_type": "code",
@@ -721,7 +719,7 @@
721719
"output_type": "display_data"
722720
}
723721
],
724-
"execution_count": 16
722+
"execution_count": 20
725723
},
726724
{
727725
"metadata": {},
@@ -742,15 +740,15 @@
742740
{
743741
"metadata": {
744742
"ExecuteTime": {
745-
"end_time": "2025-09-23T15:24:24.065600Z",
746-
"start_time": "2025-09-23T15:24:24.060650Z"
743+
"end_time": "2025-11-07T19:33:33.200963Z",
744+
"start_time": "2025-11-07T19:33:33.197997Z"
747745
}
748746
},
749747
"cell_type": "code",
750748
"source": "reg_mod.export_model_to_json(OUTPUT)",
751749
"id": "d296cbc143ebd686",
752750
"outputs": [],
753-
"execution_count": 17
751+
"execution_count": 21
754752
},
755753
{
756754
"metadata": {},

tutorials/functional/4-2-poisson-kriging-centroid-based.ipynb

Lines changed: 141 additions & 141 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)