Skip to content

🐛 fix incorrect function parameter defaults#725

Merged
jorenham merged 1 commit into
mainfrom
wrong-defaults
Oct 8, 2025
Merged

🐛 fix incorrect function parameter defaults#725
jorenham merged 1 commit into
mainfrom
wrong-defaults

Conversation

@jorenham
Copy link
Copy Markdown
Member

@jorenham jorenham commented Oct 8, 2025

This fixes incorrect arguments in the stubs of the following functions

  • numpy.partition - kind
  • numpy.sort - kind (2nd overload only)
  • numpy.einsum - optimize
  • numpy.convolve - mode

Caught by https://github.com/JelleZijlstra/stubdefaulter

@jorenham jorenham added this to the v2.3.x.x milestone Oct 8, 2025
@jorenham jorenham added the port: to numpy NumType PR's that should be ported to NumPy label Oct 8, 2025
@jorenham jorenham enabled auto-merge October 8, 2025 20:35
@jorenham jorenham merged commit 2511562 into main Oct 8, 2025
20 checks passed
@jorenham jorenham deleted the wrong-defaults branch October 8, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

port: to numpy NumType PR's that should be ported to NumPy stubs: Incorrect

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant