-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add version support information table to docs. #7833
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 version support information table to docs. #7833
Conversation
This adds a table to the docs that shows which versions of Numba's dependencies were tested and known to work against which version of Numba. It also updates the `first_rc_checklist.md` issue template to ensure that this information is provided along side future releases.
@@ -0,0 +1,37 @@ | |||
.. _support_info: |
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 this page should be referenced in the installation doc: https://numba--7833.org.readthedocs.build/en/7833/user/installing.html
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 would actual raise the argument, that the version support information table, should go alongside our canonical reference for the other dependencies, here:
https://numba.readthedocs.io/en/stable/user/installing.html#dependency-list
This would mean, all dependency information is in a single place and can percolate into the various places (setup.py
et.c..) from there. How does that sound?
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.
867223f makes this move, I'm happy either way, am just glad this reference now exists!
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.
LGTM now
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.
thank you!
This adds a table to the docs that shows which versions of Numba's
dependencies were tested and known to work against which version of
Numba. It also updates the
first_rc_checklist.md
issue templateto ensure that this information is provided along side future
releases.