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.2.0] - 2023-12-12
10+
911### Added
1012- Support for C++11 ` std::array ` types ([ #412 ] ( https://github.com/stack-of-tasks/pull/412 ) )
1113- Support for ` std::pair ` types ([ #417 ] ( https://github.com/stack-of-tasks/pull/417 ) )
@@ -579,7 +581,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
579581
580582## [ 1.0.0] - 2014-07-18
581583
582- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...HEAD
584+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...HEAD
585+ [ 3.2.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
583586[ 3.1.4 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4
584587[ 3.1.3 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.2...v3.1.3
585588[ 3.1.2 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.1...v3.1.2
You can’t perform that action at this time.
0 commit comments