Skip to content

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Apr 5, 2023

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.

@rgommers rgommers added the Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org label Apr 5, 2023
@rgommers rgommers added this to the 1.11.0 milestone Apr 5, 2023
Copy link
Member

@tupui tupui left a 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:

https://output.circle-artifacts.com/output/job/f8803633-880c-4d3f-83d5-11e66fae0044/artifacts/0/html/dev/contributor/building.html#reference-for-build-options

Can be taken care of later too.

@tupui tupui requested a review from melissawm April 5, 2023 14:59
@rgommers
Copy link
Member Author

rgommers commented Apr 5, 2023

I just noticed a warning that could probably be updated:

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.

@tupui
Copy link
Member

tupui commented Apr 6, 2023

Talked offline with Melissa, let's get this in now. Thanks again Ralf 😃

@tupui tupui merged commit 378e614 into scipy:main Apr 6, 2023
@rgommers rgommers deleted the remove-setuppy-docs branch April 6, 2023 12:35
doronbehar added a commit to doronbehar/scipy that referenced this pull request Apr 8, 2023
* 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
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants