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.4.0] - 2024-02-26
10+
911### Added
1012- Support for ` Eigen::SparseMatrix ` types ([ #426 ] ( https://github.com/stack-of-tasks/eigenpy/pull/426 ) )
1113- Support for ` boost::variant ` types with ` VariantConverter ` ([ #430 ] ( https://github.com/stack-of-tasks/eigenpy/pull/430 ) )
@@ -600,7 +602,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
600602
601603## [ 1.0.0] - 2014-07-18
602604
603- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...HEAD
605+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...HEAD
606+ [ 3.4.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...v3.4.0
604607[ 3.3.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0
605608[ 3.2.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
606609[ 3.1.4 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4
You can’t perform that action at this time.
0 commit comments