-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: clarify min supported version wording #12504
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
DOC: clarify min supported version wording #12504
Conversation
tacaswell
commented
Oct 12, 2018
- Has Pytest style unit tests
- Code is Flake 8 compliant
- New features are documented, with examples if plot related
- Documentation is sphinx and numpydoc compliant
- Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
- Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way
doc/devel/min_dep_policy.rst
Outdated
- support minor versions of ``Python`` initially released | ||
36 months prior to our planned release date. | ||
- support minor versions of ``numpy`` initially released in the 36 | ||
months prior to our planned release dat or oldest that supports the |
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.
date (typo)
doc/devel/min_dep_policy.rst
Outdated
|
||
with compiled extensions | ||
minor versions released in the last 3 years | ||
minor versions initially released in the 36 months prior to our 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.
planned release
doc/devel/min_dep_policy.rst
Outdated
or the oldest that support our minimum python + numpy | ||
|
||
without complied extensions | ||
minor versions released in the last 2 years or the oldest that | ||
supports our minimum python. | ||
minor versions initially released in the 24 months prior to our 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.
planned release
d695c84
to
c816b09
Compare
force-pushed to fix typos / omissions. |
- support minor versions of ``numpy`` initially released in the | ||
previous 3 years or oldest that supports the minimum python version | ||
(which ever is higher) | ||
- support minor versions of ``Python`` initially released |
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.
This should have 'in the' like the NumPy line, no? Right now it reads as if only Python older than 3 years is supported and nothing newer.
LGTM 👍 |
…504-on-v3.0.0-doc Backport PR #12504 on branch v3.0.0-doc (DOC: clarify min supported version wording)