-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
deprecatedItems related to behavior that has been deprecatedItems related to behavior that has been deprecatedgood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionscipy.interpolate
Milestone
Description
Since 0131d72 from #3174, there's a warning that says
Calling splev() with BSpline objects with c.ndim > 1 is not recommended. Use BSpline.__call__(x) instead.
It does raise a DeprecationWarning
(and for over 5 years, at that), but the message text is a bit soft. Either we should sharpen the deprecation warning to schedule removal in 1.10 / 1.11, or simply remove it for 1.9.
CC @ev-br
Metadata
Metadata
Assignees
Labels
deprecatedItems related to behavior that has been deprecatedItems related to behavior that has been deprecatedgood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionscipy.interpolate