File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to ** GSTools** will be documented in this file.
4
4
5
5
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
+
6
21
## [ 1.4.0] - Sassy Sapphire - 2022-08
7
22
8
23
### Enhancements
@@ -357,7 +372,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
357
372
First release of GSTools.
358
373
359
374
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
361
377
[ 1.4.0 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...v1.4.0
362
378
[ 1.3.5 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5
363
379
[ 1.3.4 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.3...v1.3.4
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ doc = [
63
63
" pyvista>=0.29" ,
64
64
" sphinx>=4" ,
65
65
" sphinx-gallery>=0.8" ,
66
- " sphinx-rtd-theme>=1" ,
66
+ " sphinx-rtd-theme>=1,<1.1 " ,
67
67
" sphinxcontrib-youtube>=1.1" ,
68
68
]
69
69
plotting = [
You can’t perform that action at this time.
0 commit comments