Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 1.6.4

07 Nov 07:38
v1.6.4
d07cd61
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

EigenPy 1.5.7

19 Jul 07:10
v1.5.7
42ea7b3
Compare
Choose a tag to compare

This new release adds the support of Windows OS (thanks to @seanyen).
It also provides some fixes with respect to recent versions of Boost.Python (>= 1.70.0).

EigenPy 1.5.6

16 Jul 14:59
v1.5.6
c7b30f6
Compare
Choose a tag to compare

This release fixes some compatibility issues with anaconda.

EigenPy 1.5.5

15 Jul 17:30
v1.5.5
0c1bc8d
Compare
Choose a tag to compare

This new release improves the packaging with respect to Boost >= 1.70.0.
This is needed for complete integration inside Anaconda.

EigenPy 1.5.4

13 Jul 07:12
v1.5.4
fe4ca43
Compare
Choose a tag to compare

This new release mostly improves the packaging of the project, also with ROS.