File tree Expand file tree Collapse file tree 5 files changed +39
-32
lines changed Expand file tree Collapse file tree 5 files changed +39
-32
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ gstools/_version.py
118
118
docs /source /examples /
119
119
docs /source /generated /
120
120
121
-
121
+ # other settings
122
+ .vscode /
122
123
* .DS_Store
123
124
124
125
* .zip
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.3.5] - Pure Pink - ?
6
+ ## [ 1.3.5] - Pure Pink - 2022-01
7
+
8
+ ### Changes
9
+ - remove caps for dependencies [ #229 ] ( https://github.com/GeoStat-Framework/GSTools/pull/229 )
10
+ - build linux wheels with manylinux2014 for all versions ([ CIBW v2.3.1] ( https://github.com/pypa/cibuildwheel/releases/tag/v2.3.1 ) ) [ #227 ] ( https://github.com/GeoStat-Framework/GSTools/pull/227 )
7
11
8
12
### Bugfixes
9
13
- ` Field.mesh ` was not compatible with [ meshio] ( https://github.com/nschloe/meshio ) v5.1+ [ #227 ] ( https://github.com/GeoStat-Framework/GSTools/pull/227 )
@@ -327,7 +331,8 @@ See: [#197](https://github.com/GeoStat-Framework/GSTools/issues/197)
327
331
First release of GSTools.
328
332
329
333
330
- [ 1.3.5 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...HEAD
334
+ [ Unreleased ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.5...HEAD
335
+ [ 1.3.5 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.4...v1.3.5
331
336
[ 1.3.4 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.3...v1.3.4
332
337
[ 1.3.3 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.2...v1.3.3
333
338
[ 1.3.2 ] : https://github.com/GeoStat-Framework/gstools/compare/v1.3.1...v1.3.2
Original file line number Diff line number Diff line change 4
4
{{ super() }}
5
5
< br />
6
6
< p class ="link caption "> < span class ="link caption-text "> GSTools Links</ span > </ p >
7
- < a href ="https://github.com/GeoStat-Framework/GSTools "> GSTools GitHub</ a >
8
- < a href ="https://zenodo.org/badge/latestdoi/117534635 "> GSTools Zenodo DOI</ a >
9
- < a href ="https://pypi.org/project/gstools/ "> GSTools PyPI</ a >
7
+ < ul >
8
+ < Li > < a href ="https://github.com/GeoStat-Framework/GSTools "> GSTools GitHub</ a > </ Li >
9
+ < Li > < a href ="https://zenodo.org/badge/latestdoi/117534635 "> GSTools Zenodo DOI</ a > </ Li >
10
+ < Li > < a href ="https://pypi.org/project/gstools/ "> GSTools PyPI</ a > </ Li >
11
+ </ ul >
10
12
< br />
11
13
< p class ="link caption "> < span class ="link caption-text "> GeoStat Framework</ span > </ p >
12
- < a href ="https://geostat-framework.org "> GeoStat Website</ a >
13
- < a href ="https://github.com/GeoStat-Framework "> GeoStat Github</ a >
14
- < a href ="https://github.com/GeoStat-Examples "> GeoStat Examples</ a >
15
- < a href ="https://geostat-framework.readthedocs.io "> GeoStat ReadTheDocs</ a >
16
- < a href ="https://pypi.org/user/geostatframework/ "> GeoStat PyPI</ a >
14
+ < ul >
15
+ < Li > < a href ="https://geostat-framework.org "> GeoStat Website</ a > </ Li >
16
+ < Li > < a href ="https://github.com/GeoStat-Framework "> GeoStat Github</ a > </ Li >
17
+ < Li > < a href ="https://github.com/GeoStat-Examples "> GeoStat Examples</ a > </ Li >
18
+ < Li > < a href ="https://geostat-framework.readthedocs.io "> GeoStat ReadTheDocs</ a > </ Li >
19
+ < Li > < a href ="https://pypi.org/user/geostatframework/ "> GeoStat PyPI</ a > </ Li >
20
+ </ ul >
17
21
< br />
18
22
< br />
19
- < a href ="genindex.html "> Index</ a >
20
- < a href ="contents.html "> Sitemap</ a >
21
- {% endblock %}
23
+ < ul >
24
+ < Li > < a href ="genindex.html "> Index</ a > </ Li >
25
+ < Li > < a href ="contents.html "> Sitemap</ a > </ Li >
26
+ </ ul >
27
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -79,8 +79,5 @@ test-extras = "test"
79
79
test-command = " pytest -v {package}/tests"
80
80
# Skip trying to test arm64 builds on Intel Macs
81
81
test-skip = " *-macosx_arm64 *-macosx_universal2:arm64"
82
-
83
- [[tool .cibuildwheel .overrides ]]
84
- select = " *manylinux_i686"
85
- # no wheels for 32 bit anymore
86
- before-test = " pip install 'numpy<1.22'"
82
+ # no wheels for linux-32bit anymore for numpy>=1.22
83
+ environment = " PIP_PREFER_BINARY=1"
Original file line number Diff line number Diff line change @@ -63,21 +63,19 @@ exclude =
63
63
64
64
[options.extras_require]
65
65
doc =
66
- m2r2>=0.2.8,<1
67
- matplotlib>=3,<4
68
- meshzoo>=0.7,<1
69
- numpydoc>=1.1,<2
66
+ m2r2>=0.2.8
67
+ matplotlib>=3
68
+ meshzoo>=0.7
69
+ numpydoc>=1.1
70
70
pykrige>=1.5,<2
71
- pyvista>=0.31,<1
72
- sphinx>=3,< 4
73
- sphinx-gallery>=0.8,<1
74
- sphinx-rtd-theme>=0.5,< 1
71
+ pyvista>=0.29
72
+ sphinx>=4
73
+ sphinx-gallery>=0.8
74
+ sphinx-rtd-theme>=1
75
75
plotting =
76
- matplotlib>=3,<4
77
- pyvista>=0.29,<1
76
+ matplotlib>=3
77
+ pyvista>=0.29
78
78
rust =
79
79
gstools_core>=0.2.0,<1
80
80
test =
81
- coverage[toml]>=5.2.1,<6
82
- pytest>=6.0,<7
83
- pytest-cov>=2.11.0,<3
81
+ pytest-cov>=3
You can’t perform that action at this time.
0 commit comments