-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
DOC: remove content related to setup.py
usage from the docs
#18245
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
Conversation
Most of this content has been superceded by better tools, e.g. an in-place install is `pip install -e .`.
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.
Thanks Ralf! I went through and LGTM. I just noticed a warning that could probably be updated:
Can be taken care of later too.
I left that in on purpose because the direct replacements are not ready (ILP64) or require a content restructure (other BLAS stuff) because it's not just "replace X by Y", so that's for a follow-up PR. |
Talked offline with Melissa, let's get this in now. Thanks again Ralf 😃 |
* main: (51 commits) ENH: stats.ttest_ind: add degrees of freedom and confidence interval (scipy#18210) DOC fix link in release notes v1.7 (scipy#18258) BLD: fix missing build dependency on cython signature .txt files DOC: Clarify executable tutorials and MyST/Jupytext ENH: stats: Add relativistic Breit-Wigner Distribution (scipy#17505) MAINT: setup.sh as executable file DOC: remove content related to `setup.py` usage from the docs (scipy#18245) DOC: orthogonal_procrustes fix date of reference paper and DOI (scipy#18251) BLD: implement version check for minimum Cython version ci: touch up wheel build action DOC: link to info about Gitpod. ENH: ndimage.gaussian_filter: add `axes` keyword-only argument (scipy#18016) BUG: sparse: Fix LIL full-matrix assignment (scipy#18211) STY: Remove unnecessary semicolon DOC: Pin docutils and filter additional sphinx warnings BUG: vq.kmeans() compares signed diff to a threshold. (scipy#8727) MAINT: stats: consistently return NumPy numbers (scipy#18217) TST: stats.dunnett: fix seed and filter warnings in test_shapes DOC: add info to use codespaces. MAINT: add devcontainer configuration ...
In addition, fixes or removes a bunch of outdated content on some of the less often visited developer-focused pages (Cython, Windows, etc.).
Since this is a fairly large diff already, I focused on pure maintenance first. I didn't reorganize anything or added new Meson-related content (e.g., making BLAS/LAPACK customizations more prominent, as discussed in gh-18239). That will happen in a follow-up PR.