Skip to content

Incompatible with SciPy 1.15.x #142

@sunghjung3

Description

@sunghjung3

This package seems to work only with Scipy versions 1.14.1 and lower.

If 1.15.0 or 1.15.1 is used, the following import error is raised when executing import ndsplines:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/ndsplines/__init__.py", line 1, in <module>
    from .ndsplines import *
  File "/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/ndsplines/ndsplines.py", line 4, in <module>
    from scipy.interpolate._bsplines import (prod, _as_float_array,
ImportError: cannot import name '_bspl' from 'scipy.interpolate._bsplines' (/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/scipy/interpolate/_bsplines.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions