This release removes the default QP solver when projecting a point to a polytope (the choice should now be explicit). It also raises a ValueError
when encountering an empty polyhedron upon projection.
Added
- Cover all submodules with unit tests
Changed
- Raise
ValueError
exception when polyhedron is empty - Remove default QP solver when projecting a point to a polytope
- Rename main branch from
master
tomain
Fixed
- CICD: Install missing Linux dependency
- CICD: Install missing macOS dependency
Removed
- CICD: Drop macOS runners as upstream dependencies don't support that platform