Skip to content

DEP: deal with deprecation of ndim >1 in bspline #15734

@h-vetinari

Description

@h-vetinari

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

No one assigned

    Labels

    deprecatedItems related to behavior that has been deprecatedgood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionscipy.interpolate

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions