-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Replace interp1d #2394 #2741
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
Merged
Merged
Replace interp1d #2394 #2741
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
71f7934
Replace interp1d #2394
jason-rpkt cc6e509
Replace CubicSpline by make_interp_spline k=3
jason-rpkt 0dccc70
clean up/ simplify/move import to top
jason-rpkt 894efc6
remove list input
jason-rpkt feda4f0
Remove ifinstance check/Use np.interp
jason-rpkt bf2c97c
linting
jason-rpkt 43cd880
Remove test to check for lists
jason-rpkt d142a59
Update pvlib/iam.py
jason-rpkt 6debdca
Update pvlib/iam.py with warn_deprecated
jason-rpkt 7e30aa9
add imports for interp1d and warn_deprecate
jason-rpkt c1d24f6
Add tests for invalid/deprecated interp methods
jason-rpkt f2a1682
Linting
jason-rpkt 2c0880a
Update pvlib/iam.py
jason-rpkt 413a206
Add whatsnew for Deprecate scipy.interpolate
jason-rpkt b1bd03a
Merge branch 'main' into replace_interp1d
cwhanse 7df1467
Apply suggestion from @cwhanse
cwhanse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.