Skip to content

Commit

Permalink
Merge pull request #436 from DataverseLabs/check-python-312-installation
Browse files Browse the repository at this point in the history
Bump the package version
  • Loading branch information
SimonMolinsky authored Jan 4, 2025
2 parents f3e4315 + 2df2ce6 commit 74daac3
Show file tree
Hide file tree
Showing 742 changed files with 153 additions and 185,874 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-install-linux-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package-install-macos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package-install-windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Pyinterpolate

**version 0.5.2** - *Mykolaiv*
**version 0.5.4** - *Mykolaiv*

---

Expand Down
12 changes: 10 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ Pyinterpolate is the Python library for **geostatistics** and **spatial statisti
Changes by date
===============

2024-07-
--------
2025-01-04
----------
**version 0.5.4**

* (python) removed Python 3.8 from the supported versions,
* (debug) fixed `DivisionByZeroWarning` when semivariogram range is equal to 0

2024-10-26
----------
**version 0.5.3**

* (logic) debugged variance error calculations for Area-to-Point Poisson Kriging
* (bug) https://github.com/DataverseLabs/pyinterpolate/issues/428
* (enhancement) added universal kriging functionality along with multivariate regression

Expand Down
Binary file removed docs/build/doctrees/api/api.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/api/datatypes/core.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/api/distance/distance.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/api/idw/idw.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/api/io/io.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/api/kriging/kriging.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/api/pipelines/pipelines.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/api/variogram/variogram.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/api/viz/viz.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/community/community.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/developer/dev.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/developer/doc_parts/bugs.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/developer/doc_parts/reqs.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
1,757 changes: 0 additions & 1,757 deletions docs/build/doctrees/nbsphinx/usage/tutorials/A11-Semivariogram-Estimation.ipynb

This file was deleted.

1,065 changes: 0 additions & 1,065 deletions docs/build/doctrees/nbsphinx/usage/tutorials/A12-Theoretical-Models.ipynb

This file was deleted.

This file was deleted.

Loading

0 comments on commit 74daac3

Please sign in to comment.