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

optimize: Generic InverseJacobian and related types #429

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

jorenham
Copy link
Owner

This affects the following public scipy.optimize members:

  • InverseJacobian
  • KrylovJacobian
  • BroydenFirst

The scalar type of the dtype attribute of these types is now associated to their (optional) generic type-parameter.


closes #400

@jorenham jorenham added scipy.optimize stubs: improvement Improve or refactor existing annotations labels Jan 23, 2025
@jorenham jorenham added this to the 1.15.1.1 milestone Jan 23, 2025
@jorenham jorenham merged commit 846f790 into master Jan 23, 2025
24 checks passed
@jorenham jorenham deleted the optimize/generic-jacobian branch January 23, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.optimize stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ generic optimize._nonlin.[Inverse]Jacobian scalar-types
1 participant