What's Changed
Changed
- Remove
accelerate.hppheader that clash with Accelerate.hpp in non case sensitive OS (#593
We don't consider it an API break since this header was rarely used. - Python version update (#603):
- Project is now tested with Python 3.10 and 3.14
- Python 3.10 is the minimal supported Python version
- Nix: switch to flakoboros
Added
- Support for Python slice, tuple and list indexing for
std::vectorbindings (#592) - ROS: jrl_cmakmodules dependency + kilted CI (#602)
- Add pixi-build support (#603):
Fixed
- Fix partly the support of the change of API of GeneralizedEigenSolver in Eigen 5+ (#594)
- Fix Eigen decompositions and solvers for Eigen 5 (#596)
- Remove pixi 0.57 warnings (#603):
Full Changelog: v3.12.0...v3.13.0