From fccc24d00beddd71aff2a2b4492c90210146d715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 3 Nov 2022 10:45:37 +0100 Subject: [PATCH 1/2] update changelog for v1.4.1 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91c3f70..61aa289f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to **GSTools** will be documented in this file. +## [1.4.1] - Sassy Sapphire - 2022-11 + +### Enhancements +- new (Exponential-) Integral model added [#243](https://github.com/GeoStat-Framework/GSTools/pull/243) +- added wheels for Python 3.11 [#272](https://github.com/GeoStat-Framework/GSTools/pull/272) + +### Changes +- API documentation is polished and fully auto-generated now [#271](https://github.com/GeoStat-Framework/GSTools/pull/271) + +### Bugfixes +- fixed approximation of `Matern.spectrum` for big `nu` [#243](https://github.com/GeoStat-Framework/GSTools/pull/243) +- GSTools had wrong version when installed from git archive [#272](https://github.com/GeoStat-Framework/GSTools/pull/272) +- Field.plot: solve long-standing mpl slider bug [#273](https://github.com/GeoStat-Framework/GSTools/pull/273) + + ## [1.4.0] - Sassy Sapphire - 2022-08 ### Enhancements @@ -357,7 +372,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197) First release of GSTools. -[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...v1.4.0 [1.3.5]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.3...v1.3.4 From ecdc5abbd698d9f0ae0e1f1413f24867e760cb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 3 Nov 2022 11:28:19 +0100 Subject: [PATCH 2/2] Doc: rtd-theme 1.1 introduced some strange table behavior - sticking to 1.0.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da36ba44..41090458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "pyvista>=0.29", "sphinx>=4", "sphinx-gallery>=0.8", - "sphinx-rtd-theme>=1", + "sphinx-rtd-theme>=1,<1.1", "sphinxcontrib-youtube>=1.1", ] plotting = [