-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a table for compatibility of PyGMT with Python and GMT #763
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,6 +207,7 @@ Other Python wrappers for GMT: | |
|
||
Documentation for other versions | ||
-------------------------------- | ||
|
||
* `Development <https://www.pygmt.org/dev>`__ (reflects the *master* branch on | ||
GitHub) | ||
* `Latest release <https://www.pygmt.org/latest>`__ | ||
|
@@ -216,3 +217,16 @@ Documentation for other versions | |
* `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 Python and GMT versions | ||
------------------------------------------ | ||
|
||
======= ========== ========= | ||
PyGMT GMT Python | ||
======= ========== ========= | ||
0.2.1 >=6.1.1 3.6 - 3.9 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since we went no-arch in v0.2.1 (see #690), should the Python compatibility be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do Python 3.6 codes always work with future Python versions? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should? I think async/await became reserved names in 3.7 but PyGMT doesn't use those, or any advanced stuff really. Things should be safe until Python 4 at least. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, changed to ">=3.6". |
||
0.2.0 >=6.1.1 3.6 - 3.8 | ||
0.1.2 >=6.0.0 3.6 - 3.8 | ||
0.1.1 >=6.0.0 3.6 - 3.8 | ||
0.1.0 >=6.0.0 3.6 - 3.8 | ||
seisman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
======= ========== ========= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add the 0.3.0 entry now or later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add it later, not too sure yet when we want to cut a 0.3.0 release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can release v0.3.0 two weeks before GMT v6.2.0 (late Jan or early Feb).