ProxSuite 0.2.0
This release introduces a notable change in the order of bounds constraints.
As the API is not yet totally fixed, we have only increased the minor release version.
More to come in a forthcoming release.
What's Changed
- CI/release: fix uploading proxsuite wheels only by @fabinsch in #30
- TEST-AUTOMERGE by @fabinsch in #31
- Fix c++ documentation by @fabinsch in #32
- Compilation MSVC by @aescande in #33
- Add specific compile option for MSVC by @jcarpent in #35
- Sync submodule CMake by @jcarpent in #37
- Remove sparse sparse overload for dense backend by @Bambade in #36
- change qp.init(H,g,A,b,C,u,l) into qp.init(H,g,A,b,C,l,u) by @Bambade in #39
- Fix packaging issues and remove useless test files by @jcarpent in #40
New Contributors
Full Changelog: v0.1.2...v0.2.0