Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 55 additions & 28 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,31 +215,58 @@ Other Python wrappers for GMT:
* `PyGMT <https://github.com/glimmer-cism/PyGMT>`__ by `Magnus Hagdorn <https://github.com/mhagdorn>`__


Documentation for other versions
--------------------------------

* `Development <https://www.pygmt.org/dev>`__ (reflects the *main* branch on
GitHub)
* `Latest release <https://www.pygmt.org/latest>`__
* `v0.4.0 <https://www.pygmt.org/v0.4.0>`__
* `v0.3.1 <https://www.pygmt.org/v0.3.1>`__
* `v0.3.0 <https://www.pygmt.org/v0.3.0>`__
* `v0.2.1 <https://www.pygmt.org/v0.2.1>`__
* `v0.2.0 <https://www.pygmt.org/v0.2.0>`__
* `v0.1.2 <https://www.pygmt.org/v0.1.2>`__
* `v0.1.1 <https://www.pygmt.org/v0.1.1>`__
* `v0.1.0 <https://www.pygmt.org/v0.1.0>`__
* `v0.0.1a0 <https://www.pygmt.org/0.0.1a0>`__

Compatibility with GMT and Python/NumPy versions
------------------------------------------------

======= ========== ========= =========
PyGMT GMT Python NumPy
======= ========== ========= =========
0.4.x >=6.2.0 >=3.7 >=1.17.0
0.3.x >=6.1.1 >=3.7
0.2.1 >=6.1.1 >=3.6
0.2.0 >=6.1.1 3.6 - 3.8
0.1.x >=6.0.0 3.6 - 3.8
======= ========== ========= =========
Compatibility with GMT/Python/NumPy versions
--------------------------------------------

.. list-table::
:widths: 25 30 15 20 15
:header-rows: 1

* - PyGMT Version
- Documentation
- GMT
- Python
- Numpy
* - `v0.4.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.0>`_ (latest release)
- `v0.4.0 Documentation <https://www.pygmt.org/v0.4.0>`_
- >=6.2.0
- >=3.7
- >=1.17.0
* - `v0.3.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.1>`_
- `v0.3.1 Documentation <https://www.pygmt.org/v0.3.1>`_
- >=6.1.1
- >=3.7
-
* - `v0.3.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.0>`_
- `v0.3.0 Documentation <https://www.pygmt.org/v0.3.0>`_
- >=6.1.1
- >=3.7
-
* - `v0.2.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.1>`_
- `v0.2.1 Documentation <https://www.pygmt.org/v0.2.1>`_
- >=6.1.1
- >=3.6
-
* - `v0.2.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.0>`_
- `v0.2.0 Documentation <https://www.pygmt.org/v0.2.0>`_
- >=6.1.1
- 3.6 - 3.8
-
* - `v0.1.2 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.2>`_
- `v0.1.2 Documentation <https://www.pygmt.org/v0.1.2>`_
- >=6.0.0
- 3.6 - 3.8
-
* - `v0.1.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.1>`_
- `v0.1.1 Documentation <https://www.pygmt.org/v0.1.1>`_
- >=6.0.0
- 3.6 - 3.8
-
* - `v0.1.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.0>`_
- `v0.1.0 Documentation <https://www.pygmt.org/v0.1.0>`_
- >=6.0.0
- 3.6 - 3.8
-

The unstable development documentation, which reflects the `main branch <https://github.com/GenericMappingTools/pygmt>`_
on GitHub, can be found at https://www.pygmt.org/dev/.