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.8.1] - 2024-08-25
10+
911### Fixed
1012- Fix compatibility issue with NumPy 2.x on Windows ([ #492 ] ( https://github.com/stack-of-tasks/eigenpy/pull/492 ) )
1113
@@ -657,7 +659,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
657659
658660## [ 1.0.0] - 2014-07-18
659661
660- [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...HEAD
662+ [ Unreleased ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...HEAD
663+ [ 3.8.1 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
661664[ 3.8.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0
662665[ 3.7.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.6.0...v3.7.0
663666[ 3.6.0 ] : https://github.com/stack-of-tasks/eigenpy/compare/v3.5.1...v3.6.0
You can’t perform that action at this time.
0 commit comments