Skip to content

Commit b05a831

Browse files
jorisvManifoldFR
authored andcommitted
changelog: Add entry
1 parent bc03a48 commit b05a831

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)