Skip to content

Commit 64cca9f

Browse files
committed
Fix CHANGELOG
1 parent 1bc3298 commit 64cca9f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- gar/blk-matrix : added `BlkMatrix::isApprox()` (https://github.com/Simple-Robotics/aligator/pull/366)
1414
- core : added [mimalloc](https://github.com/mimalloc/mimalloc)-based memory resource (https://github.com/Simple-Robotics/aligator/pull/366)
1515
- modelling/costs : add getter and setter for cost term weights (https://github.com/Simple-Robotics/aligator/pull/359)
16-
- support for Pinocchio 4 (https://github.com/Simple-Robotics/aligator/pull/361)
17-
- added a hash function `ExtendedStringHash` for string types (e.g. `std::string`) which supports transparent/heterogeneous lookup in compatible hash maps (e.g. `boost::unordered_map`) using types other than key type e.g. `std::string_view` (https://github.com/Simple-Robotics/aligator/pull/364)
18-
- added support in Python bindings for `std::string_view` (converting to and from Python's `str` built-in type) (https://github.com/Simple-Robotics/aligator/pull/364)
19-
- change several classes (including solvers and contact-related modelling) to take `std::string_view` where possible (https://github.com/Simple-Robotics/aligator/pull/364)
20-
- fixed missing `num_threads` passed to `problem.evaluate()` in `SolverProxDDP::tryLinearStep()` (https://github.com/Simple-Robotics/aligator/pull/373)
21-
- Fix pixi build and Tracy integration issues: add ninja dependency and update configs (https://github.com/Simple-Robotics/aligator/pull/375)
16+
- Support for Pinocchio 4 (https://github.com/Simple-Robotics/aligator/pull/361)
17+
- Added a hash function `ExtendedStringHash` for string types (e.g. `std::string`) which supports transparent/heterogeneous lookup in compatible hash maps (e.g. `boost::unordered_map`) using types other than key type e.g. `std::string_view` (https://github.com/Simple-Robotics/aligator/pull/364)
18+
- Added support in Python bindings for `std::string_view` (converting to and from Python's `str` built-in type) (https://github.com/Simple-Robotics/aligator/pull/364)
2219
- Added TwoFrameEquality residual to enforce relative pose equality between two Pinocchio frames (https://github.com/Simple-Robotics/aligator/pull/378)
2320

2421
### Changed
2522

23+
- Change several classes (including solvers and contact-related modelling) to take `std::string_view` where possible (https://github.com/Simple-Robotics/aligator/pull/364)
2624
- core : have `replaceStageCircular()` return ejected knot (https://github.com/Simple-Robotics/aligator/pull/376)
2725
- python : do not import utils.plotting automatically (https://github.com/Simple-Robotics/aligator/pull/369)
2826
- ci: display ccache statistics (https://github.com/Simple-Robotics/aligator/pull/369)
2927
- pixi: update environments (https://github.com/Simple-Robotics/aligator/pull/369)
30-
- move header `<aligator/gar/blk-matrix.hpp>` to `<aligator/core/blk-matrix>`
28+
- Move header `<aligator/gar/blk-matrix.hpp>` to `<aligator/core/blk-matrix>`
3129
- solver-proxddp : make new `mimalloc` memory resource the allocator resource for ProxDDP solver (https://github.com/Simple-Robotics/aligator/pull/367)
3230
- tests/gar/block-matrix.cpp : test against BunchKaufman factorization
3331
- move headers `allocator.hpp` and `arena-matrix.hpp` to `aligator/core` dir (https://github.com/Simple-Robotics/aligator/pull/362)
@@ -37,6 +35,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3735
- tests/python: more comprehensive test for `aligator.CostStack` (https://github.com/Simple-Robotics/aligator/pull/359)
3836
- modelling/multibody : merge header `context.hpp` into `fwd.hpp`
3937

38+
### Fixed
39+
40+
- Fixed pixi build and Tracy integration issues: add ninja dependency and update configs (https://github.com/Simple-Robotics/aligator/pull/375)
41+
- Fixed `num_threads` arg missing in call to `problem.evaluate()` in `SolverProxDDP::tryLinearStep()` (https://github.com/Simple-Robotics/aligator/pull/373)
42+
4043
### Removed
4144

4245
- modelling/multibody : remove txx files, remove `context.hpp`

0 commit comments

Comments
 (0)