Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 08 May 17:17
· 17 commits to main since this release
67732f5

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 to main

Fixed

  • CICD: Install missing Linux dependency
  • CICD: Install missing macOS dependency

Removed

  • CICD: Drop macOS runners as upstream dependencies don't support that platform