Skip to content

Commit 510df78

Browse files
authored
Merge pull request #279 from GeoStat-Framework/v1.4.1_release
finalize v1.4.1
2 parents 39ca4d6 + ecdc5ab commit 510df78

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Diff for: CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to **GSTools** will be documented in this file.
44

55

6+
## [1.4.1] - Sassy Sapphire - 2022-11
7+
8+
### Enhancements
9+
- new (Exponential-) Integral model added [#243](https://github.com/GeoStat-Framework/GSTools/pull/243)
10+
- added wheels for Python 3.11 [#272](https://github.com/GeoStat-Framework/GSTools/pull/272)
11+
12+
### Changes
13+
- API documentation is polished and fully auto-generated now [#271](https://github.com/GeoStat-Framework/GSTools/pull/271)
14+
15+
### Bugfixes
16+
- fixed approximation of `Matern.spectrum` for big `nu` [#243](https://github.com/GeoStat-Framework/GSTools/pull/243)
17+
- GSTools had wrong version when installed from git archive [#272](https://github.com/GeoStat-Framework/GSTools/pull/272)
18+
- Field.plot: solve long-standing mpl slider bug [#273](https://github.com/GeoStat-Framework/GSTools/pull/273)
19+
20+
621
## [1.4.0] - Sassy Sapphire - 2022-08
722

823
### Enhancements
@@ -357,7 +372,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
357372
First release of GSTools.
358373

359374

360-
[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...HEAD
375+
[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.1...HEAD
376+
[1.4.1]: https://github.com/GeoStat-Framework/gstools/compare/v1.4.0...v1.4.1
361377
[1.4.0]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...v1.4.0
362378
[1.3.5]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5
363379
[1.3.4]: https://github.com/GeoStat-Framework/gstools/compare/v1.3.3...v1.3.4

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ doc = [
6363
"pyvista>=0.29",
6464
"sphinx>=4",
6565
"sphinx-gallery>=0.8",
66-
"sphinx-rtd-theme>=1",
66+
"sphinx-rtd-theme>=1,<1.1",
6767
"sphinxcontrib-youtube>=1.1",
6868
]
6969
plotting = [

0 commit comments

Comments
 (0)