Ilhan Polat
Ilhan Polat
@ss-is-master-chief Pick your favorite from the list above 😃 (except the linalg ones I'm about to submit a PR for them)
@RadZaeem yes it is open. The functions are listed in the description.
@nwjenkins Thanks for helping out. Yes, you can pick and choose any of them. We just have a mild requirement of having the example explanatory and not too specific. If...
You are right. That was the fftpack one. Sorry for the noise
This looks like a shortcoming of Cython for some reason doesn't like the memorybuffer to be read-only. We tried out previously to use const in the signature of `bandwidth` but...
The relevant issue https://github.com/cython/cython/issues/1605 and #12905 for future reference
What I don't understand is why vectorize marks things as read-only.
This is kind of a progress since before that gcc was crashing the whole system but kept updating through MSYS and now at least the compiler gets stuck but doesn't...
I spoke too soon. If I let the compilation in the failed state, the computer crashes and takes down everything with it by filling the memory up. I have no...
If I try with `clang` I also get strange error that if not stopped takes down the machine with itself ``` C:\Users\ilhan\Documents\GitHub\scipy [main ≡]> $env:PKG_CONFIG_PATH="C:\opt\64\lib\pkgconfig\" C:\Users\ilhan\Documents\GitHub\scipy [main ≡]> python dev.py...