about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ecos
AgeCommit message (Collapse)AuthorFilesLines
2023-05-14python310Packages.ecos: 2.0.10 -> 2.0.11Fabian Affolter1-14/+4
Diff: https://github.com/embotech/ecos-python.git/compare/refs/tags/v2.0.10...v2.0.11
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-1/+1
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-03python3Packages.ecos: fix test_interface_bb.py testsAlexandre Iooss1-0/+10
2022-05-09python310Packages.ecos: 2.0.8 -> 2.0.10Fabian Affolter1-17/+16
- fix license
2021-07-02python3Packages.ecos: 2.0.7.post1 -> 2.0.8Fabian Affolter1-2/+2
2020-02-18pythonPackages.ecos: init at 2.0.7.post1Drew Risinger1-0/+50
Embedded cone solver interface for optimization problems in Python. Dependency of qiskit-ignis.