You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
18
18
-`SolverProxDDP`: add temporary vectors for linesearch
19
19
-`SolverProxDDP`: remove exceptions from `computeMultipliers()`, return a bool flag
20
+
-`gar`: rework and move sparse matrix utilities to `gar/utils.hpp`
20
21
-`SolverProxDDP`: Rename `maxRefinementSteps_` and `refinementThreshold_` to snake-case
21
22
-`SolverProxDDP`: make `linesearch_` public
22
23
- Change uses of `ConstraintSetBase` template class to `ConstraintSetTpl` (following changes in proxsuite-nlp 0.9.0) ([#223](https://github.com/Simple-Robotics/aligator/pull/233))
23
24
-[gar] Throw an exception if trying to instantiate `ParallelRiccatiSolver` with num_threads smaller than 2.
24
25
-[API BREAKING] Rename friction cone for centroidal into CentroidalFrictionCone ([#234](https://github.com/Simple-Robotics/aligator/pull/234))
25
26
- Change the linear multibody friction cone to the true "ice cream" cone ([#238](https://github.com/Simple-Robotics/aligator/pull/238))
27
+
-[gar] Rework `RiccatiSolverDense` to not use inner struct `FactorData`
28
+
- Various changes to `gar` tests and `test_util`, add `LQRKnot::isApprox()`
29
+
30
+
### Removed
31
+
32
+
- Default constructor for `LQRProblemTpl`
33
+
- Removed header `gar/fwd.hpp` with forward-declarations
0 commit comments