scs-python
scs-python copied to clipboard
Python interface for SCS
When I use pip to install scs and test with solve_random_cone_prob_gpu.py ```bash ~/scs-python$ python test/solve_random_cone_prob_gpu.py Traceback (most recent call last): File "test/solve_random_cone_prob_gpu.py", line 75, in main() File "test/solve_random_cone_prob_gpu.py", line 14,...
Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.21.0 to 2.21.1. Release notes Sourced from joerick/cibuildwheel's releases. Version 2.21.1 🐛 Fix a bug in the Linux build, where files copied to the container would have...
I have noticed that when I try to install scs-python on a Linux ARM (aarch64) machine, there are no wheels for it on PyPI. I looked into it briefly, and...
A question not an issue. If you'd like @bodono I can have a look at fixing `legacy_setup.py` to work with Python >= 3.12. Meson seemed like a good idea last...
Closes #130. Local tests via: ```bash uv venv --python 3.13t .ftci source .ftci/bin/activate uv pip install numpy scipy pytest-timeout pytest-durations pytest-run-parallel uv pip install -v . uv run --no-project python...
As I see it (from a first look), the primary issue from a design perspective is to have all the Python threads synchronously access only one running `scs` instance. It...