File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99### Changed
1010- Remove ` accelerate.hpp ` header that clash with Accelerate.hpp in non case sensitive OS ([ #593 ] ( https://github.com/stack-of-tasks/eigenpy/pull/593 )
1111 We don't consider it an API break since this header was rarely used.
12+ - Python version update ([ #603 ] ( https://github.com/stack-of-tasks/eigenpy/pull/603 ) ):
13+ - Project is now tested with Python 3.10 and 3.14
14+ - Python 3.10 is the minimal supported Python version
1215
1316### Added
1417- Support for Python slice, tuple and list indexing for ` std::vector ` bindings ([ #592 ] ( https://github.com/stack-of-tasks/eigenpy/pull/592 ) )
1518- ROS: jrl_cmakmodules dependency + kilted CI ([ #602 ] ( https://github.com/stack-of-tasks/eigenpy/pull/602 ) )
19+ - ` pixi.toml ` update ([ #603 ] ( https://github.com/stack-of-tasks/eigenpy/pull/603 ) ):
20+ - Add pixi-build support
21+ - Remove pixi 0.57 warnings
1622
1723### Fixed
1824- Fix partly the support of the change of API of GeneralizedEigenSolver in Eigen 5+ ([ #594 ] ( https://github.com/stack-of-tasks/eigenpy/pull/594 ) )
You can’t perform that action at this time.
0 commit comments