Skip to content

proxsuite-nlp 0.4.0

Compare
Choose a tag to compare
@jorisv jorisv released this 31 Jan 09:00
· 341 commits to main since this release
v0.4.0
031766e

What's Changed

Fixed

  • Add missing dependencies in package.xml: pinocchio, eigen.
  • Fix ConstraintObjectTpl::operator== constness (mandatory for eigenpy 3.3)
  • Corner case in BunchKaufman<> decomposition class when number of lhs rows is 1

Added

  • Typedef for Scalar in the matrix decomposition classes
  • .solve(rhs) (allocating version of .solveInPlace()) to their C++ class and Python bindings

Full Changelog: v0.3.4...v0.4.0