Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Releases: Simple-Robotics/proxsuite-nlp

proxsuite-nlp 0.4.0

31 Jan 09:00
v0.4.0
031766e
Compare
Choose a tag to compare

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

proxsuite-nlp 0.3.4

19 Jan 13:24
v0.3.4
bbd32cb
Compare
Choose a tag to compare

What's Changed

Fixed

  • Missing installation of template declaration header modelling/constraints.txx

Full Changelog: v0.3.3...v0.3.4

proxsuite-nlp 0.3.3

19 Jan 11:17
v0.3.3
3a22d9c
Compare
Choose a tag to compare

What's Changed

Fixed

  • Don't use virtual inheritance to implement finite_difference_wrapper
  • Build on Windows
  • Fix Armijo lineseach exit condition

Full Changelog: v0.3.2...v0.3.3

proxsuite-nlp 0.3.2

12 Jan 11:52
v0.3.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

proxsuite-nlp 0.3.1

21 Dec 10:38
v0.3.1
c2e0769
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed a missing #pragma once in linalg/bunchkaufman.hpp
  • Fix benchmarks build with MacOS
  • Fix pkg-config definitions

Full Changelog: v0.3.0...v0.3.1

proxsuite-nlp 0.3.0

19 Dec 12:00
v0.3.0
72a18c0
Compare
Choose a tag to compare

What's Changed

Added

  • This is the first release of proxsuite-nlp. This library is a joint effort between LAAS-CNRS and INRIA, and will be maintained and expanded in the future. Please provide constructive feedback and contribute!

Full Changelog: https://github.com/Simple-Robotics/proxsuite-nlp/releases/tag/v0.3.0