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

interpolate: complete _fitpack_impl (1/2) #275

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 8, 2024

This completes the (univariate half) of the scipy.interpolate Python FITPACK modules (_fitpack_impl and _fitpack_py). This affects the following public scipy.interpolate functions:

  • splprep
  • splrep
  • splev
  • splint
  • sproot
  • spalde

The remaining half (bisplrep, bisplev, insert, splder, and splantider) will be addressed in a follow-up PR.

towards #101 (-29)

@jorenham jorenham added scipy.interpolate stubs: improvement Improve or refactor existing annotations labels Dec 8, 2024
@jorenham jorenham added this to the 1.14.1.6 milestone Dec 8, 2024
@jorenham jorenham merged commit 75236a0 into master Dec 8, 2024
6 checks passed
@jorenham jorenham deleted the interpolate._fitpack-univariate branch December 8, 2024 01:25
@jorenham jorenham changed the title interpolate: complete _fitpack* (1/2) interpolate: complete _fitpack_impl (1/2) Dec 8, 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.

1 participant