-
I have tried installing scipy for python with the following command: python -m pip install scipy
But I got the following error:
Defaulting to user installation because normal site-packages is no…
-
Scipy 1.14 deprecated `integrate.simps` in favor of `integrate.simpson`. This means that Scipy >= 1.14 errors on the following:
https://github.com/Neuroinflab/kCSD-python/blob/21418c5e0c81829673ab…
-
it uses `Untyped*` ~489~ 465 times
-
it uses `Untyped*` ~662~ ~628~ ~623~ ~517~ 506 times
- [x] `_arraytools`
- [x] `_bsplines`
- [x] `_czt`
- [ ] `_filter_design` (187)
- [ ] `_fir_filter_design` (24)
- [x] `_lti_conversion`
- …
-
Motivation: allow a more lightweight base package for validation
Not sure if it's possible:
1. There are some methods that use scipy (like `SimulationData.to_mat`) so lazy import should be fine th…
-
scipy.integrate.cumtrapz is from an old version of scipy. I believe cumulative_trapezoid can be used instead.
-
## 🐛 Bug
It seems like scipy build is partially broken since Oct 19~21.
For some reason, `_unuran` module is built as a static library, breaking [scipy tests](https://app.circleci.com/pipelines/…
-
Hello pmx development team,
If I create a new pmx environment
```
conda create -n pmx
conda activate pmx
conda install -c conda-forge python=3.11 setuptools numpy scipy matplotlib rdkit
```
a…
-
## 🐛 Bug
Using scipy.linalg.cython_blas/lapack for some low level linear algebra I'm hit with the following error using pyodide :
```bash
TypeError: C function scipy.linalg.cython_lapack.dgesv …
-
interp1d is a [legacy class](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp1d.html#scipy.interpolate.interp1d) and will no longer be updated. Scipy [recommends](https://…