File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 3.10.0] - 2024-09-26
10+
911### Added
1012
1113- ` GenericMapPythonVisitor ` /` StdMapPythonVisitor ` can now take an extra visitor argument in the ` expose() ` method, similar to ` StdVectorPythonVisitor `
@@ -696,7 +698,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
696698
697699## [ 1.0.0] - 2014-07-18
698700
699- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.1...HEAD
701+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.10.0...HEAD
702+ [ 3.10.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.1...v3.10.0
700703[ 3.9.1 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.9.0...v3.9.1
701704[ 3.9.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...v3.9.0
702705[ 3.8.2 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...v3.8.2
You can’t perform that action at this time.
0 commit comments