stonebig
stonebig
Nogil apparently won't happen, you keep the GIL next 3 years. But now you can have multiple interpreters running and exchanging messages.
any hope ? scs is now on pypi for Python-3.12.
Having cvxpy-1.4.2 wheels on pypi for Python-3.12 would have been nice.
> @wshanks , Even on `conda-forge` the install won't work (Though tried at the beginning of April). if you are in a hurry, you can grab the .whl from here...
as ecos wheel is not available for Python-3.12 on Windows, making it optional unless "pip install cxvpy[ecos]" is asked, would be helpfull. same for osqp, there shall be if possible...
hi, At the moment I can build even a free-threading binary wheel with pip-24.1b1 msvc_runtime-14.38.33135-cp313-cp313t-win_amd64.whl But then [mypyc fails on me.](https://github.com/python/cpython/issues/119203) if try to accelerate a pure python file. With...
will 0.13.0 happen ?
we can't get cvxpy either currently on Python-3.12 for Windows, due to osqp and qdldl wheels not existing for Python-3.12
Is there a rough idea for 0.3.0 ETA, now that jupyterlab-4.1rc1 is out ? April 2024 ?
It's for building a "pure-wheel" python distribution. If all packages I used are "wheel" , then I can build winpython by pointing all dependancies resolution to a local directory. Today...