Skip to content

Commit a3224a2

Browse files
authored
Merge branch 'main' into changelog-release
2 parents 5578ece + b5841d6 commit a3224a2

File tree

1 file changed

+60
-29
lines changed

1 file changed

+60
-29
lines changed

README.rst

Lines changed: 60 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -215,32 +215,63 @@ Other Python wrappers for GMT:
215215
* `PyGMT <https://github.com/glimmer-cism/PyGMT>`__ by `Magnus Hagdorn <https://github.com/mhagdorn>`__
216216

217217

218-
Documentation for other versions
219-
--------------------------------
220-
221-
* `Development <https://www.pygmt.org/dev>`__ (reflects the *main* branch on
222-
GitHub)
223-
* `Latest release <https://www.pygmt.org/latest>`__
224-
* `v0.4.1 <https://www.pygmt.org/v0.4.1>`__
225-
* `v0.4.0 <https://www.pygmt.org/v0.4.0>`__
226-
* `v0.3.1 <https://www.pygmt.org/v0.3.1>`__
227-
* `v0.3.0 <https://www.pygmt.org/v0.3.0>`__
228-
* `v0.2.1 <https://www.pygmt.org/v0.2.1>`__
229-
* `v0.2.0 <https://www.pygmt.org/v0.2.0>`__
230-
* `v0.1.2 <https://www.pygmt.org/v0.1.2>`__
231-
* `v0.1.1 <https://www.pygmt.org/v0.1.1>`__
232-
* `v0.1.0 <https://www.pygmt.org/v0.1.0>`__
233-
* `v0.0.1a0 <https://www.pygmt.org/0.0.1a0>`__
234-
235-
Compatibility with GMT and Python/NumPy versions
236-
------------------------------------------------
237-
238-
======= ========== ========= =========
239-
PyGMT GMT Python NumPy
240-
======= ========== ========= =========
241-
0.4.x >=6.2.0 >=3.7 >=1.17.0
242-
0.3.x >=6.1.1 >=3.7
243-
0.2.1 >=6.1.1 >=3.6
244-
0.2.0 >=6.1.1 3.6 - 3.8
245-
0.1.x >=6.0.0 3.6 - 3.8
246-
======= ========== ========= =========
218+
Compatibility with GMT/Python/NumPy versions
219+
--------------------------------------------
220+
221+
.. list-table::
222+
:widths: 25 30 15 20 15
223+
:header-rows: 1
224+
225+
* - PyGMT Version
226+
- Documentation
227+
- GMT
228+
- Python
229+
- Numpy
230+
* - `v0.4.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.1>`_ (latest release)
231+
- `v0.4.1 Documentation <https://www.pygmt.org/v0.4.1>`_
232+
- >=6.2.0
233+
- >=3.7
234+
- >=1.17.0
235+
* - `v0.4.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.0>`_
236+
- `v0.4.0 Documentation <https://www.pygmt.org/v0.4.0>`_
237+
- >=6.2.0
238+
- >=3.7
239+
- >=1.17.0
240+
* - `v0.3.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.1>`_
241+
- `v0.3.1 Documentation <https://www.pygmt.org/v0.3.1>`_
242+
- >=6.1.1
243+
- >=3.7
244+
-
245+
* - `v0.3.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.0>`_
246+
- `v0.3.0 Documentation <https://www.pygmt.org/v0.3.0>`_
247+
- >=6.1.1
248+
- >=3.7
249+
-
250+
* - `v0.2.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.1>`_
251+
- `v0.2.1 Documentation <https://www.pygmt.org/v0.2.1>`_
252+
- >=6.1.1
253+
- >=3.6
254+
-
255+
* - `v0.2.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.2.0>`_
256+
- `v0.2.0 Documentation <https://www.pygmt.org/v0.2.0>`_
257+
- >=6.1.1
258+
- 3.6 - 3.8
259+
-
260+
* - `v0.1.2 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.2>`_
261+
- `v0.1.2 Documentation <https://www.pygmt.org/v0.1.2>`_
262+
- >=6.0.0
263+
- 3.6 - 3.8
264+
-
265+
* - `v0.1.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.1>`_
266+
- `v0.1.1 Documentation <https://www.pygmt.org/v0.1.1>`_
267+
- >=6.0.0
268+
- 3.6 - 3.8
269+
-
270+
* - `v0.1.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.1.0>`_
271+
- `v0.1.0 Documentation <https://www.pygmt.org/v0.1.0>`_
272+
- >=6.0.0
273+
- 3.6 - 3.8
274+
-
275+
276+
The unstable development documentation, which reflects the `main branch <https://github.com/GenericMappingTools/pygmt>`_
277+
on GitHub, can be found at https://www.pygmt.org/dev/.

0 commit comments

Comments
 (0)