-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert minversions from ReST to Markdown (#3056)
- Loading branch information
Showing
6 changed files
with
74 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
|
||
api/index.rst | ||
changes.md | ||
minversions.rst | ||
minversions.md | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Minimum Supported Versions | ||
|
||
PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) alongside the | ||
rest of the Scientific Python ecosystem, and therefore: | ||
|
||
- Support for Python versions be dropped 3 years after their initial release. | ||
- Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after | ||
their initial release. | ||
|
||
| PyGMT Version | GMT | Python | NumPy | Pandas | Xarray | | ||
|---|---|---|---|---|---| | ||
| [Dev][]* [[Docs][Docs Dev]] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.03 | | ||
| [v0.11.0][] [[Docs][Docs v0.11.0]] | >=6.3.0 | >=3.9 | >=1.23 | | | | ||
| [v0.10.0][] [[Docs][Docs v0.10.0]] | >=6.3.0 | >=3.9 | >=1.22 | | | | ||
| [v0.9.0][] [[Docs][Docs v0.9.0]] | >=6.3.0 | >=3.8 | >=1.21 | | | | ||
| [v0.8.0][] [[Docs][Docs v0.8.0]] | >=6.3.0 | >=3.8 | >=1.20 | | | | ||
| [v0.7.0][] [[Docs][Docs v0.7.0]] | >=6.3.0 | >=3.8 | >=1.20 | | | | ||
| [v0.6.1][] [[Docs][Docs v0.6.1]] | >=6.3.0 | >=3.8 | >=1.19 | | | | ||
| [v0.6.0][] [[Docs][Docs v0.6.0]] | >=6.3.0 | >=3.8 | >=1.19 | | | | ||
| [v0.5.0][] [[Docs][Docs v0.5.0]] | >=6.2.0 | >=3.7 | >=1.18 | | | | ||
| [v0.4.1][] [[Docs][Docs v0.4.1]] | >=6.2.0 | >=3.7 | >=1.17 | | | | ||
| [v0.4.0][] [[Docs][Docs v0.4.0]] | >=6.2.0 | >=3.7 | >=1.17 | | | | ||
| [v0.3.1][] [[Docs][Docs v0.3.1]] | >=6.1.1 | >=3.7 | | | | | ||
| [v0.3.0][] [[Docs][Docs v0.3.0]] | >=6.1.1 | >=3.7 | | | | | ||
| [v0.2.1][] [[Docs][Docs v0.2.1]] | >=6.1.1 | >=3.6 | | | | | ||
| [v0.2.0][] [[Docs][Docs v0.2.0]] | >=6.1.1 | 3.6 - 3.8 | | | | | ||
| [v0.1.2][] [[Docs][Docs v0.1.2]] | >=6.0.0 | 3.6 - 3.8 | | | | | ||
| [v0.1.1][] [[Docs][Docs v0.1.1]] | >=6.0.0 | 3.6 - 3.8 | | | | | ||
| [v0.1.0][] [[Docs][Docs v0.1.0]] | >=6.0.0 | 3.6 - 3.8 | | | | | ||
|
||
*Dev reflects the main branch and is for the upcoming release. | ||
|
||
[Dev]: https://github.com/GenericMappingTools/pygmt/milestones | ||
[v0.11.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.11.0 | ||
[v0.10.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.10.0 | ||
[v0.9.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.9.0 | ||
[v0.8.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.8.0 | ||
[v0.7.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.7.0 | ||
[v0.6.1]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.1 | ||
[v0.6.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.0 | ||
[v0.5.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.5.0 | ||
[v0.4.1]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.1 | ||
[v0.4.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.0 | ||
[v0.3.1]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.1 | ||
[v0.3.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.0 | ||
[v0.2.1]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.1 | ||
[v0.2.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.0 | ||
[v0.1.2]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.2 | ||
[v0.1.1]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.1 | ||
[v0.1.0]: https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.0 | ||
|
||
[Docs Dev]: https://www.pygmt.org/dev | ||
[Docs v0.11.0]: https://www.pygmt.org/v0.11.0 | ||
[Docs v0.10.0]: https://www.pygmt.org/v0.10.0 | ||
[Docs v0.9.0]: https://www.pygmt.org/v0.9.0 | ||
[Docs v0.8.0]: https://www.pygmt.org/v0.8.0 | ||
[Docs v0.7.0]: https://www.pygmt.org/v0.7.0 | ||
[Docs v0.6.1]: https://www.pygmt.org/v0.6.1 | ||
[Docs v0.6.0]: https://www.pygmt.org/v0.6.0 | ||
[Docs v0.5.0]: https://www.pygmt.org/v0.5.0 | ||
[Docs v0.4.1]: https://www.pygmt.org/v0.4.1 | ||
[Docs v0.4.0]: https://www.pygmt.org/v0.4.0 | ||
[Docs v0.3.1]: https://www.pygmt.org/v0.3.1 | ||
[Docs v0.3.0]: https://www.pygmt.org/v0.3.0 | ||
[Docs v0.2.1]: https://www.pygmt.org/v0.2.1 | ||
[Docs v0.2.0]: https://www.pygmt.org/v0.2.0 | ||
[Docs v0.1.2]: https://www.pygmt.org/v0.1.2 | ||
[Docs v0.1.1]: https://www.pygmt.org/v0.1.1 | ||
[Docs v0.1.0]: https://www.pygmt.org/v0.1.0 |
This file was deleted.
Oops, something went wrong.