Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 1.6.8

25 Nov 08:14
v1.6.8
1acbed4

Choose a tag to compare

This new release improves the compatibility version between numpy.array and Eigen::Matrix conversions. It also fixes some compilations issues on Win32 systems.

EigenPy 1.6.7

15 Nov 15:35
v1.6.7
ff4abaf

Choose a tag to compare

This new release fixes some compilations of EigenPy on the ROS build farm.
Thanks to @wxmerkt for the fix.

EigenPy 1.6.6

13 Nov 08:30
v1.6.6
1d2da9d

Choose a tag to compare

This new patched release improves the packaging of the project with respect to external forges.

EigenPy 1.6.5

08 Nov 15:01
v1.6.5
d337648

Choose a tag to compare

This new release fixes the export of the Eigen project for CMake targets relying on EigenPy.
It also provides some fixes aroung Geometry classes.

EigenPy 1.6.4

07 Nov 07:38
v1.6.4
d07cd61

Choose a tag to compare

This new release improves the packaging of the project with respect to ROS and also fixes some constructors issues with respect to the Quaternion class.

EigenPy 1.6.3

29 Oct 16:07
v1.6.3
34d6937

Choose a tag to compare

This release fix issues introduced recently in the packaging which was preventing the project to correctly export the main library.

EigenPy 1.6.2

24 Oct 15:31
v1.6.2
2f0a5a3

Choose a tag to compare

This is a maintenance release that improves the packaging for Windows and ROS. It also fixes some bugs in the bindings of Quaternion.

EigenPy 1.6.1

16 Oct 15:41
v1.6.1
72f57d8

Choose a tag to compare

This new release provides default exposition of Eigen vector and matrix which are common. On the packaging side, the project is now fully compatible with the new CMake rules for defining and calling the PROJECT master function.

EigenPy 1.6.0

19 Sep 15:40
v1.6.0
598f3c4

Choose a tag to compare

This new release makes a step towards removing the conversion of Eigen::Matrix objects into numpy.matrix objects. This new release now warms by default, saying that you need to make an explicit choice between numpy.matrix and numpy.array.

Future major releases will enforce the default case with numpy.array.

EigenPy 1.5.8

09 Sep 16:04
v1.5.8
eb62785

Choose a tag to compare

This new release mostly removes a useless print when loading a converter.