Uriel Sandoval

Results 4 comments of Uriel Sandoval

Hey @rwl and @cuihantao , I saw this interesting, and I'm always trying to improve KVXOPT. I will follow this if you need modifications in KVXOPT for better integration with...

> I had other issues with every mermaid 10.x release. Some failed to render completely, some had syntax errors. Mermaid v10 had a number of breaking changes, so maybe that...

Hey @hiohiohio this is to add polars support, we currently use polars but the pandas to polars conversion is CPU intensive for large data.

I took a look at the builds error, and seems it is a Cython problem as reported in https://github.com/cython/cython/issues/6249 ` talib/_ta_lib.c:10268:41: error: no member named 'subarray' in 'struct _PyArray_Descr' __Pyx_INCREF(((PyObject*)__pyx_v_d->subarray->shape));...