-
Hi,
various pieces of code are incompatible with the latest libraries such as Tensorflow 2 and SciPy.
Thanks
-
Thanks for great work!
when I try to install the environment by
`pip install -r requirements.txt`
It will tell me that package versions have conflicting dependencies. For example,
> The confli…
-
I just noticed that `cupyx.scipy.sparse.linalg.lsqr` uses cusolverSpXcsrlsvqr ([link](https://docs.nvidia.com/cuda/cusolver/index.html#cusolver-lt-t-gt-csrlsvqr)) that is linear solver, not least-squa…
-
Hi all,
I recently noticed that there might be an issue for the latest version of `joblib` to serialize `scipy` object. For example running the following code:
```python
from joblib import Para…
-
The Python module versions in requirements.txt are a bit outdated.
I installed all the dependencies using my system's package manager, and while those packages aren't all at the latest version, som…
-
### Issue Report Checklist
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
* [x] Read the relevant sections of the [Spyder Troublesho…
-
Hey,
thank you for this great package. I have a problem using the scipy LSODA solver together with odeint_adjoint for a nonlinear stiff ODE. The problem is the following:
1. The forward solve w…
-
The current scipy wavio module doesn't support 24-bit wav files, which is the default bit-depth for some of the recording software we use. It looks like this functionality was requested for scipy, but…
-
This issue reviews some of the performance gaps of the distance functions in `scipy.spatial.distance`, and proposes a “plug-in” mechanism aimed at making it easier to address these gaps by delegating…
-
When a test fails, I'm seeing this additional information in the output:
sirepo/auth_db/__init__.py:35: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with …