Skip to content

Commit 5d3e641

Browse files
Merge pull request #457 from DataverseLabs/dev
Version bump (1.0.0 -> 1.0.1)
2 parents 1e66fe1 + 41205bf commit 5d3e641

File tree

97 files changed

+2576
-2060
lines changed

Some content is hidden

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

97 files changed

+2576
-2060
lines changed

CHANGELOG.rst

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

4+
2025-07-11
5+
----------
6+
7+
**version 1.0.1**
8+
9+
* [feature] `ordinary_kriging()` and `simple_kriging()` functions allow user to pass array-like object of coordinates as the `unknown_locations` parameter.
10+
* [enhacement] added `__repr__()` method to `TheoreticalVariogram` class.
11+
412

513
Changes in transition between 0.x to 1.x
614
========================================

README.md

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

33
# Pyinterpolate
44

5-
**version 1.0**
5+
**version 1.0.1**
66

77
![Logo](pyinterpolate-banner.png)
88

28.7 KB
Binary file not shown.
6.05 KB
Binary file not shown.

docs/build/doctrees/index.doctree

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

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 73270219914299f5dceafbc1c21fe6b5
3+
config: 2ff97c746ca68b7b4855fc4658df7dd0
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/.buildinfo.bak

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 73270219914299f5dceafbc1c21fe6b5
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>Overview: module code &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>Overview: module code &#8212; pyinterpolate 1.0.1 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../_static/documentation_options.js?v=292eb321"></script>
4242
<script src="../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.1 documentation</p>
115115

116116
</a></div>
117117

docs/build/html/_modules/pyinterpolate/core/pipelines/interpolate.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.core.pipelines.interpolate &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.core.pipelines.interpolate &#8212; pyinterpolate 1.0.1 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../_static/documentation_options.js?v=292eb321"></script>
4242
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.1 documentation</p>
115115

116116
</a></div>
117117

@@ -429,7 +429,7 @@ <h1>Source code for pyinterpolate.core.pipelines.interpolate</h1><div class="hig
429429
<span class="kn">from</span> <span class="nn">tqdm</span> <span class="kn">import</span> <span class="n">tqdm</span>
430430
<span class="kn">from</span> <span class="nn">dask.diagnostics</span> <span class="kn">import</span> <span class="n">ProgressBar</span>
431431

432-
<span class="kn">from</span> <span class="nn">pyinterpolate.kriging.point.ordinary</span> <span class="kn">import</span> <span class="n">ordinary_kriging</span>
432+
<span class="kn">from</span> <span class="nn">pyinterpolate.kriging.point.ordinary</span> <span class="kn">import</span> <span class="n">ok_calc</span>
433433
<span class="kn">from</span> <span class="nn">pyinterpolate.semivariogram.theoretical.classes.theoretical_variogram</span> <span class="kn">import</span> <span class="n">TheoreticalVariogram</span>
434434

435435

@@ -500,7 +500,7 @@ <h1>Source code for pyinterpolate.core.pipelines.interpolate</h1><div class="hig
500500
<span class="n">_disable_progress_bar</span> <span class="o">=</span> <span class="ow">not</span> <span class="n">progress_bar</span>
501501

502502
<span class="k">for</span> <span class="n">upoints</span> <span class="ow">in</span> <span class="n">tqdm</span><span class="p">(</span><span class="n">unknown_locations</span><span class="p">,</span> <span class="n">disable</span><span class="o">=</span><span class="n">_disable_progress_bar</span><span class="p">):</span>
503-
<span class="n">res</span> <span class="o">=</span> <span class="n">ordinary_kriging</span><span class="p">(</span>
503+
<span class="n">res</span> <span class="o">=</span> <span class="n">ok_calc</span><span class="p">(</span>
504504
<span class="n">theoretical_model</span><span class="o">=</span><span class="n">theoretical_model</span><span class="p">,</span>
505505
<span class="n">known_locations</span><span class="o">=</span><span class="n">known_locations</span><span class="p">,</span>
506506
<span class="n">unknown_location</span><span class="o">=</span><span class="n">upoints</span><span class="p">,</span>
@@ -614,7 +614,7 @@ <h1>Source code for pyinterpolate.core.pipelines.interpolate</h1><div class="hig
614614

615615
<span class="n">results</span> <span class="o">=</span> <span class="p">[]</span>
616616
<span class="k">for</span> <span class="n">upoints</span> <span class="ow">in</span> <span class="n">unknown_locations</span><span class="p">:</span>
617-
<span class="n">prediction</span> <span class="o">=</span> <span class="n">dask</span><span class="o">.</span><span class="n">delayed</span><span class="p">(</span><span class="n">ordinary_kriging</span><span class="p">)(</span>
617+
<span class="n">prediction</span> <span class="o">=</span> <span class="n">dask</span><span class="o">.</span><span class="n">delayed</span><span class="p">(</span><span class="n">ok_calc</span><span class="p">)(</span>
618618
<span class="n">theoretical_model</span><span class="o">=</span><span class="n">theoretical_model</span><span class="p">,</span>
619619
<span class="n">known_locations</span><span class="o">=</span><span class="n">known_locations</span><span class="p">,</span>
620620
<span class="n">unknown_location</span><span class="o">=</span><span class="n">upoints</span><span class="p">,</span>

0 commit comments

Comments
 (0)