Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 2.57 KB

File metadata and controls

55 lines (48 loc) · 2.57 KB
myst
url_schemes

Minimum Supported Versions

PyGMT has adopted SPEC 0 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.

Similarly, the PyGMT team has decided to discontinue support for GMT versions 3 years after their initial release.

PyGMT Version GMT Python NumPy Pandas Xarray
Dev* [doc:dev] {{ requires.gmt }} {{ requires.python }} {{ requires.numpy }} {{ requires.pandas }} {{ requires.xarray }}
tag:v0.13.0 [doc:v0.13.0] >=6.3.0 >=3.10 >=1.24 >=1.5 >=2022.09
tag:v0.12.0 [doc:v0.12.0] >=6.3.0 >=3.10 >=1.23 >=1.5 >=2022.06
tag:v0.11.0 [doc:v0.11.0] >=6.3.0 >=3.9 >=1.23
tag:v0.10.0 [doc:v0.10.0] >=6.3.0 >=3.9 >=1.22
tag:v0.9.0 [doc:v0.9.0] >=6.3.0 >=3.8 >=1.21
tag:v0.8.0 [doc:v0.8.0] >=6.3.0 >=3.8 >=1.20
tag:v0.7.0 [doc:v0.7.0] >=6.3.0 >=3.8 >=1.20
tag:v0.6.1 [doc:v0.6.1] >=6.3.0 >=3.8 >=1.19
tag:v0.6.0 [doc:v0.6.0] >=6.3.0 >=3.8 >=1.19
tag:v0.5.0 [doc:v0.5.0] >=6.2.0 >=3.7 >=1.18
tag:v0.4.1 [doc:v0.4.1] >=6.2.0 >=3.7 >=1.17
tag:v0.4.0 [doc:v0.4.0] >=6.2.0 >=3.7 >=1.17
tag:v0.3.1 [doc:v0.3.1] >=6.1.1 >=3.7
tag:v0.3.0 [doc:v0.3.0] >=6.1.1 >=3.7
tag:v0.2.1 [doc:v0.2.1] >=6.1.1 >=3.6
tag:v0.2.0 [doc:v0.2.0] >=6.1.1 3.6 - 3.8
tag:v0.1.2 [doc:v0.1.2] >=6.0.0 3.6 - 3.8
tag:v0.1.1 [doc:v0.1.1] >=6.0.0 3.6 - 3.8
tag:v0.1.0 [doc:v0.1.0] >=6.0.0 3.6 - 3.8

*Dev reflects the main branch and is for the upcoming release.