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.3.0] - 2024-01-23
10+
911### Fixed
1012- Fix potential memory leak when returning a list from an ` std::vector ` or an ` std::array ` ([ 423] ( https://github.com/stack-of-tasks/eigenpy/pull/423 ) )
1113
@@ -584,7 +586,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
584586
585587## [ 1.0.0] - 2014-07-18
586588
587- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...HEAD
589+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...HEAD
590+ [ 3.3.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0
588591[ 3.2.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
589592[ 3.1.4 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4
590593[ 3.1.3 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.1.2...v3.1.3
You can’t perform that action at this time.
0 commit comments