-
The majority of the `scipy.special` functions are `numpy.ufunc` (230 / 356 ~= 64.6%).
But the `numpy.ufunc` isn't generic, making most of the type signatures in `scipy.special` maximally loose, i.e. …
-
Greetings,
SciPy 1.14.0 was released on June 24, 2024. ydata-profiling currently requires `scipy>=1.4.1,
-
When running the code in the following block:
https://github.com/spinal-cord-7t/coil-qc-code/blob/4e3a15c62fbe416de0eb0fcf34b45358b770a4c4/data_processing-human.ipynb#L671
The values interpolat…
-
**Describe the bug**
I'm getting an import error `cannot import name 'trapz' from 'scipy.integrate'`. It seems `trapz` was renamed to `trapezoid` in scipy v1.6 and has now been removed in v1.14.
-
This is related to #62.
We found out using `parallel=True` in `xarray.open_mfdataset` in [`fapar_lai.py`](https://github.com/EcoExtreML/zampy/blob/4f652d6ee4bdfdf91bfc0a9adffcc3b7e9229392/src/zampy/d…
-
We use `from scipy.interpolate import interp1d` in multiple parts of the code, namely
- [https://github.com/icecube/pisa/blob/cfeb9b45a38f981059197c293f1a53aa5ab81a39/pisa/core/prior.py#L14](https:…
-
Hi, I get an ImportError as follows:
```
$ phykit -h
Traceback (most recent call last):
File "/bin/phykit", line 6, in
from phykit.phykit import main
File "/bin/miniconda3/envs/phytop/l…
-
Update:
GET /api/v1/workspaces
GET /api/v1/workspaces/{namespace}
GET /api/v1/workspaces/{namespace}/{name}
For a payload similar to
```json
{
"data": [
{
"name"…
-
Dear author, when I run to python saga_gui.cpy, I get an error called ImportError: cannot import name 'coo_ array' from 'scipy. sparse'
Can you tell me where I didn't do it right? Thank you very much
-
Need to replace scipy method with numpy to fix this error on import:
"ImportError: cannot import name 'triu' from 'scipy.linalg'"