Ilhan Polat
Ilhan Polat
> Too bad our scipy-dev nightly build was not affected to detect this problem earlier. Also how did this happen? In the past it caught almost instantly any discrepancies.
Also 3.8 too didn't fail for macos. Weird
LU is not releasing GIL anyways so if there was a memory issue then it would have been found on Linux too. Can you point me to where the exact...
For the interested, I have an alternative implementation in https://github.com/scipy/scipy/pull/18762 if someone can test it out that would be great.
1.11.1 released. Hope it solves the CI issue
Nevermind about the special and other lib errors. We can address them somewhere else. It would conflict with other PRs if we do it here, let's keep it specific to...
@rgommers This looks like we are done. Should we close it?
This is getting a bit annoying with system install of SciPy and I don't understand why this is becoming so difficult with Windows. After building SciPy with `python dev.py build`...