ecos-python
ecos-python copied to clipboard
Python interface for ECOS
Ecos version 2.0.8 fails to install on Apple M1 on Mac OS 12.0.1, python 3.9.9 (homebrew installed). It fails to upgrade from ecos 2.0.7.post1. ``` pip3 install -U ecos DEPRECATION:...
Hello, New branching strategies were added in ECOS BB 2.0.8 in embotech/ecos#178, however those are not available through the python interface, which means the default "reliability" algorithm is always used....
The code below reproduces a non-deterministic bug which causes `ecos` to crash with the following message, on both Windows (python 3.10) and Gentoo Linux (python 3.8). Despite using the same...
ECOS does not seem to handle infinite values in inequality bounds, which happen for instance when disabling an inequality while working on a problem (e.g. in box inequalities ``lb
Hello, I've reported https://github.com/embotech/ecos/issues/194 earlier this year and at the time the issue seemed to be caused by running ECOS `2.0.8` in combination with ecos-python `2.0.7`, as updating the latter...
Hi, Could you help provide prebuilt wheels for python 3.8 and 3.9? We recently updated from 3.7 to 3.9 and noticed that we now have to compile on pip install....
Here https://pypi.org/project/ecos/ the version is still 2.0.7.post1 Please also update the Homepage on PyPI - it should point here, not to the C project.
The README briefly mentions how to call the ```ecos``` module but there is no complete example.
```print``` function is called wrong.
It's better to reuse the ecos package instead of rebuilding it from scratch. It seems like you only need to optionally remove sources from setup.py and add include/lib parths. Thank...