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

fix and improve scipy.linalg._decomp #165

Merged
merged 1 commit into from
Nov 5, 2024
Merged

fix and improve scipy.linalg._decomp #165

merged 1 commit into from
Nov 5, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Nov 5, 2024

This fixes parameter types that were too narrow, and generally improves the type-hints of

  • eig
  • eigvals
  • eigh
  • eigvalsh
  • eig_banded
  • eigvals_banded
  • eigh_tridiagonal
  • eigvalsh_tridiagonal
  • hessenberg
  • cdf2rdf

in scipy.linalg.


Because the amount of overloads were getting out of hand, I did not add any extra dtype-specific overloads.


Resolves #154

@jorenham jorenham merged commit a6c2b3f into master Nov 5, 2024
4 checks passed
@jorenham jorenham deleted the fix-154 branch November 5, 2024 15:07
@jorenham jorenham added this to the 1.14.1.3 milestone Nov 8, 2024
@jorenham jorenham added stubs: improvement Improve or refactor existing annotations stubs: fix Pull requests that fix an issue labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.linalg stubs: fix Pull requests that fix an issue stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

select_range params in scipy.linalg._decomp can only be int{16,32,64} if select="i"
1 participant