diff --git a/README.rst b/README.rst index e9fb51a37b0..f895df3e826 100644 --- a/README.rst +++ b/README.rst @@ -215,31 +215,58 @@ Other Python wrappers for GMT: * `PyGMT `__ by `Magnus Hagdorn `__ -Documentation for other versions --------------------------------- - -* `Development `__ (reflects the *main* branch on - GitHub) -* `Latest release `__ -* `v0.4.0 `__ -* `v0.3.1 `__ -* `v0.3.0 `__ -* `v0.2.1 `__ -* `v0.2.0 `__ -* `v0.1.2 `__ -* `v0.1.1 `__ -* `v0.1.0 `__ -* `v0.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 `_ (latest release) + - `v0.4.0 Documentation `_ + - >=6.2.0 + - >=3.7 + - >=1.17.0 + * - `v0.3.1 `_ + - `v0.3.1 Documentation `_ + - >=6.1.1 + - >=3.7 + - + * - `v0.3.0 `_ + - `v0.3.0 Documentation `_ + - >=6.1.1 + - >=3.7 + - + * - `v0.2.1 `_ + - `v0.2.1 Documentation `_ + - >=6.1.1 + - >=3.6 + - + * - `v0.2.0 `_ + - `v0.2.0 Documentation `_ + - >=6.1.1 + - 3.6 - 3.8 + - + * - `v0.1.2 `_ + - `v0.1.2 Documentation `_ + - >=6.0.0 + - 3.6 - 3.8 + - + * - `v0.1.1 `_ + - `v0.1.1 Documentation `_ + - >=6.0.0 + - 3.6 - 3.8 + - + * - `v0.1.0 `_ + - `v0.1.0 Documentation `_ + - >=6.0.0 + - 3.6 - 3.8 + - + +The unstable development documentation, which reflects the `main branch `_ +on GitHub, can be found at https://www.pygmt.org/dev/.