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

complete scipy.interpolate._cubic #182

Merged
merged 1 commit into from
Nov 18, 2024
Merged

complete scipy.interpolate._cubic #182

merged 1 commit into from
Nov 18, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Nov 18, 2024

this completes the annotations for the following scipy.interpolate members:

  • Akima1DInterpolator
  • CubicHermiteSpline
  • CubicSpline
  • PchipInterpolator
  • pchip_interpolate
  • _interpolate._PPolyBase
  • PPoly (except for tck of .from_spline())
  • BPoly
  • NdPPoly
  • lagrange

towards #107
fixes #177

@jorenham jorenham added this to the 1.14.1.4 milestone Nov 18, 2024
@jorenham jorenham merged commit ebb1788 into master Nov 18, 2024
4 checks passed
@jorenham jorenham deleted the fix-177 branch November 18, 2024 00:56
@jorenham jorenham mentioned this pull request Nov 18, 2024
22 tasks
@jorenham jorenham added the stubs: improvement Improve or refactor existing annotations label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.interpolate stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect interpolate.CubicSpline.__init__ for the bc_type parameter
1 participant