-
Hi team,
We extensively use Numba in our research and its excellent! Our teams also use Cython to expose C++ extensions, often writing C++ classes that are exposed into Python with Cython wrapper c…
-
Currently the Cython tests are segregated to test_cython and there are no instructions on how to build them.
Should we have a setup.py? Can we avoid it with a simply cythonize + command approach?
Nee…
-
Thanks for the great work, how do I solve the following problem :
(3DCLLM) kongfulu@Win202407091428:/mnt/e/project/LL3DA-main$ bash scripts/opt-1.3b/eval.generalist.sh
True
Could not import cythoni…
-
## 🐛 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 …
-
We'll break the Cython API with https://github.com/uber/h3-py/pull/378, but I think we should still merge it and fix it from there.
-
if you write a python function:
```python
# tests/cython/pyfunc.py
import threading
def sleep() -> None:
threading.Event().wait()
```
and call it from a cython task:
```pyx
# cy…
-
hello,
I'm trying to port the sources of eigency to support Numpy 2 and cython 3.
For the moment the package compiles but some (most of the) tests fails.
@BTOdell do you already started working…
-
on my 12.7 I hade three times mkdir error so I have created manually missing folders but at the end I have the script ending wiht cmake error:
myuser@myMacMini ~ % brew install ceph-client
==> Fetch…
-
We want to be able to build scipy with ILP64 BLAS and LAPACK support [1]. Discounting several technical issues (which are quite challenging in themselves, actually, but that's a separate discussion), …
-
I tried to using nvenc for video encoder following the doc below:
https://github.com/Xpra-org/xpra/blob/master/docs/Usage/NVENC.md
I am not sure about wheather it's running properly. client.connec…