File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
99### Added
1010- Support for ` Eigen::SparseMatrix ` types ([ #426 ] ( https://github.com/stack-of-tasks/eigenpy/pull/426 ) )
11- - Support for ` boost::variant ` types with ` BoostVariantConvertor ` ([ #430 ] ( https://github.com/stack-of-tasks/eigenpy/pull/430 ) )
11+ - Support for ` boost::variant ` types with ` VariantConverter ` ([ #430 ] ( https://github.com/stack-of-tasks/eigenpy/pull/430 ) )
12+ - Support for ` std::variant ` types with ` VariantConverter ` ([ #431 ] ( https://github.com/stack-of-tasks/eigenpy/pull/431 ) )
1213
1314### Fixed
1415- Fix the issue of missing exposition of Eigen types with __ int64 scalar type ([ #426 ] ( https://github.com/stack-of-tasks/eigenpy/pull/426 ) )
You can’t perform that action at this time.
0 commit comments