You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
## [3.9.0] - 2024-08-31
10
10
11
11
### Changed
12
+
- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter ([#500](https://github.com/stack-of-tasks/eigenpy/pull/500))
12
13
13
-
- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter.
14
+
### Added
15
+
- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499))
14
16
15
17
## [3.8.2] - 2024-08-26
16
18
17
19
### Fixed
18
20
- Fix function signature on Windows ([#494](https://github.com/stack-of-tasks/eigenpy/pull/494))
19
21
20
-
### Added
21
-
- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499))
0 commit comments