Skip to content

Commit

Permalink
Merge pull request #279 from GeoStat-Framework/v1.4.1_release
Browse files Browse the repository at this point in the history
finalize v1.4.1
  • Loading branch information
MuellerSeb authored Nov 3, 2022
2 parents 39ca4d6 + ecdc5ab commit 510df78
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 510df78

Please sign in to comment.