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.5.1] - 2024-04-25
10+
911### Fixed
1012- Allow EigenToPy/EigenFromPy specialization with CL compiler ([ #462 ] ( https://github.com/stack-of-tasks/eigenpy/pull/462 ) )
1113- Fix missing include for boost >= 1.85 ([ #464 ] ( https://github.com/stack-of-tasks/eigenpy/pull/464 ) )
@@ -628,7 +630,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
628630
629631## [ 1.0.0] - 2014-07-18
630632
631- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...HEAD
633+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...HEAD
634+ [ 3.5.1 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.5.0...v3.5.1
632635[ 3.5.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...v3.5.0
633636[ 3.4.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...v3.4.0
634637[ 3.3.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0
You can’t perform that action at this time.
0 commit comments