We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6837ecb commit 788cbceCopy full SHA for 788cbce
CHANGELOG.md
@@ -7,9 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
## [Unreleased]
8
9
### Changed
10
-
11
- Remove `accelerate.hpp` header that clash with Accelerate.hpp in non case sensitive OS ([#593](https://github.com/stack-of-tasks/eigenpy/pull/593)
12
- We don't consider it an API break since this header was rarely used.
+ We don't consider it an API break since this header was rarely used.
+
13
+### Added
14
+- Support for Python slice, tuple and list indexing for `std::vector` bindings ([#592](https://github.com/stack-of-tasks/eigenpy/pull/592))
15
16
## [3.12.0] - 2025-08-12
17
0 commit comments