File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3737 env :
3838 - {ROS_DISTRO: humble}
3939 - {ROS_DISTRO: jazzy}
40+ - {ROS_DISTRO: kilted}
4041 - {ROS_DISTRO: rolling}
4142 env :
4243 # PRERELEASE: true # Fails due to issues in the underlying Docker image
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212
1313### Added
1414- Support for Python slice, tuple and list indexing for ` std::vector ` bindings ([ #592 ] ( https://github.com/stack-of-tasks/eigenpy/pull/592 ) )
15+ - ROS: jrl_cmakmodules dependency + kilted CI ([ #602 ] ( https://github.com/stack-of-tasks/eigenpy/pull/602 ) )
1516
1617### Fixed
1718- Fix partly the support of the change of API of GeneralizedEigenSolver in Eigen 5+ ([ #594 ] ( https://github.com/stack-of-tasks/eigenpy/pull/594 ) )
Original file line number Diff line number Diff line change 88 <
maintainer email =
" [email protected] " >Guilhem Saurel</
maintainer >
99 <author >Justin Carpentier</author >
1010 <author >Nicolas Mansard</author >
11- <license >BSD</license >
11+ <license >BSD-2-Clause </license >
1212
1313 <url type =" website" >https://github.com/stack-of-tasks/eigenpy</url >
1414
1515 <build_depend >git</build_depend >
1616 <build_depend >doxygen</build_depend >
17+ <build_depend >jrl_cmakemodules</build_depend >
1718
1819 <depend >python3</depend >
1920 <depend >python3-numpy</depend >
You can’t perform that action at this time.
0 commit comments