Skip to content

Commit 6a18f86

Browse files
committed
Merge remote-tracking branch 'origin/dev'
# Conflicts: # docs/build/doctrees/environment.pickle # docs/build/doctrees/index.doctree # docs/build/doctrees/usage/tutorials/functional/2-1-directional-semivariogram.doctree # docs/build/html/_modules/pyinterpolate/core/data_models/blocks.html # docs/build/html/_modules/pyinterpolate/semivariogram/experimental/classes/directional_variogram.html # docs/build/html/_modules/pyinterpolate/semivariogram/experimental/classes/variogram_cloud.html # docs/build/html/_modules/pyinterpolate/semivariogram/experimental/experimental_covariogram.html # docs/build/html/_modules/pyinterpolate/semivariogram/experimental/experimental_semivariogram.html # docs/build/html/_modules/pyinterpolate/semivariogram/indicator/indicator.html # docs/build/html/_modules/pyinterpolate/viz/raster.html # docs/build/html/searchindex.js # docs/source/index.rst
2 parents afc0d76 + 79109c4 commit 6a18f86

File tree

135 files changed

+6982
-4867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+6982
-4867
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changes - from version >= 1.x
22
=============================
33

4+
2025-10-11
5+
----------
6+
7+
**version 1.1.0**
8+
9+
* [tests] removed `create_model_validation_sets()` function from `tests.test_kriging.point_kriging_ds.dataprep.py` because it is not used anywhere
10+
* [enhancement] new parameter - `buffer` - has been added to `interpolate_raster` when `dimension` is set, it is float, by default equal to 0, must be equal or greater than 1. It creates buffer of size (buffer * step_size) around the interpolated grid.
11+
* [enhancement] from now on it is not possible to select neighbors using `triangle` method (in directional variogram cases)
12+
* [docs] updated missing DOI in Indicator Variogram
13+
* [enhancement] representative point in `Blocks` is sampled from the largest `Polygon` when `MultiPolygon` is passed
14+
* [enhancement] `Blocks` object might be altered during CRS transformation or new object might be created (`inplace` parameter and copying mechanism)
15+
* [bug] incosistent documenation - `sill` represents *partial sill*, not *total sill*, and documentation might be misleading
16+
417
2025-07-17
518
----------
619

@@ -21,7 +34,7 @@ Changes - from version >= 1.x
2134
**version 1.0.1**
2235

2336
* [feature] `ordinary_kriging()` and `simple_kriging()` functions allow user to pass array-like object of coordinates as the `unknown_locations` parameter.
24-
* [enhacement] added `__repr__()` method to `TheoreticalVariogram` class.
37+
* [enhancement] added `__repr__()` method to `TheoreticalVariogram` class.
2538

2639

2740
Changes in transition between 0.x to 1.x

README.md

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

99
# Pyinterpolate
1010

11-
**version 1.0.3**
11+
**version 1.1.0**
1212

1313
![Logo](pyinterpolate-banner.png)
1414

3.55 KB
Binary file not shown.
-21 KB
Binary file not shown.
-5.22 KB
Binary file not shown.
1.37 KB
Binary file not shown.
1.45 KB
Binary file not shown.
-3.01 KB
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)