What's Changed
Added
- Recursive stub generation for Python bindings (#419)
Changed
- Redefine the
load_qpfunction in the Maros-Meszaros unit tests (#433) - Change the default branch to
devel(#395) - Change
dual_feasibilitytest threshold insparse_maros_meszarosunit test (#403) - replace
std::numeric_limits<T>::infinity()bystd::numeric_limits<T>::max()(#413) - Upgraded nanobind dependency version (submodule) to v2.9.2 (#418)
- Better dynamic module handling (#419)
- Fix
SyntaxErroron importingproxsuite.torch.qplayercaused by invalid escape sequences in theQPFunctiondocstring (#458)
Fixed
- Correction of the status update for
PROXQP_SOLVED_CLOSEST_PRIMAL_FEASIBLE(#432) - Use the right table to store
configure-argscmeel argument (#403) - Allow project to be used as an external CMake project (FetchContent) (#408)
- Fix -Wdeprecated-literal-operator warning (#420)
- Fix compilation error with Apple Clang compiler (#431)
- Fix
settings.primal_infeasibility_solvingdocumentation (#438) - Various fixes for equality comparisons for
ResultsandSettingsobjects (#450 - Fix doc generation with latex (#453)
Removed
- Don't release PyPy package on GNU/Linux anymore (#403)
Full Changelog: stack-of-tasks/pinocchio@v0.7.2...v0.7.3