Skip to content
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: sparse.linalg: sparray updates in doc_strings and Sakurai and MikotaK methods #22376

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dschult
Copy link
Contributor

@dschult dschult commented Jan 21, 2025

This PR updates from spmatrix to sparray for some missed doctests and two methods (Sakurai and MikotaK) in scipy.sparse.linalg. I'm not sure why I missed them in the docs PR for updates. But hopefully this completes the changes for sparse.linalg to migrate to sparray internally.

I included a bunch of white space changes too. I can remove them if that helps.

@dschult dschult added scipy.linalg Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org maintenance Items related to regular maintenance tasks labels Jan 21, 2025
@j-bowhay j-bowhay added this to the 1.16.0 milestone Jan 21, 2025
@j-bowhay j-bowhay merged commit 5010a4c into scipy:main Jan 21, 2025
40 checks passed
@dschult dschult deleted the doctest_sparrays branch January 21, 2025 20:55
larsoner added a commit to DietBru/scipy that referenced this pull request Jan 22, 2025
…ndows

* upstream/main: (605 commits)
  DOC: Fix documentation for ``predecessors`` matrix in ``shortest_path``, ``bellman_ford``, ``johnson`` and ``dijkstra`` (scipy#22388)
  STY: fix lint rule UP031 (scipy#21987)
  MAINT: special: A bit of clean up in stirling2.h (scipy#22381)
  DOC: sparse.linalg: fix doctest in scipy.sparse.linalg._norm.py (scipy#22375)
  DOC: Replace link to X in header with link to scientific python forum (scipy#22380)
  DOC: integrate: fix quad documentation to correctly describe QAGS algorithm (scipy#22366)
  BUG: special: Fix unchecked malloc in stirling2.h (scipy#22339)
  DOC: interpolate.AAA: add may vary to example
  DOC: sparse.linalg: sparray updates in doc_strings and Sakurai and MikotaK methods (scipy#22376)
  BUG: sparse.linalg.norm: fix return type (scipy#22372)
  TST: bump tolerance on TestHyp2f1.test_region3[hyp2f1_test_case23] (scipy#22364)
  BUG: signal.bilinear handles complex input, and strips leading zeros (scipy#22313)
  Small code formatting improvement in scipy/signal/_fir_filter_design.py
  MAINT: remove temporary `# type: ignore`'s from scipy#22162
  MAINT: Stop installing libhighs
  MAINT: signal/windows: f64 degenerate windows, for consistency
  TST: interpolate: small tolerance bump to TestAAA.test_basic_functions
  TST: signal: update to dpss updates
  TST: signal/windows: fix tests
  TST: signal/windows: add explicit dtypes to asarrays
  ...
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 maintenance Items related to regular maintenance tasks scipy.linalg scipy.sparse.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants