Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 2.0.1

31 Jan 17:58
v2.0.1
17f3752
Compare
Choose a tag to compare

This new release improves the compatibility of EigenPy with Win32 systems.

EigenPy 2.0.0

30 Jan 19:07
v2.0.0
a6af570
Compare
Choose a tag to compare

This is the new release of EigenPy, which some new features:

  • full support of np.array which becomes the default conversion format. The end-user is still able to switch to numpy.matrix by calling eigenpy.switchToNumpyMatrix()
  • we provide a full exposition of the Eigen decompositions (LLT, LDLT, EigenSolvers, etc.)
  • fixes have been done that were appearing in some very particular cases

EigenPy 1.6.13

10 Jan 12:18
v1.6.13
58f253a
Compare
Choose a tag to compare

This new release uniformizes the build of unitary tests and also provides a new function to set the random seed of the std random generator.

EigenPy 1.6.12

10 Dec 14:43
v1.6.12
1740030
Compare
Choose a tag to compare

This release fixes the compatibility on Win32 systems and provides a fix for a bug introduced in 1.6.10.

EigenPy 1.6.11

09 Dec 22:20
v1.6.11
ac25cd4
Compare
Choose a tag to compare

This new release fixes an important bug introduced in 1.6.10.

EigenPy 1.6.10

09 Dec 19:56
v1.6.10
7233fad
Compare
Choose a tag to compare

This new release:

  • makes the project fully compatible with CMake package policy
  • improves the documentation of the Python bindings
  • fixes the convertibility of Eigen base classes

EigenPy 1.6.9

25 Nov 15:52
v1.6.9
7c58249
Compare
Choose a tag to compare

Missing update of the package.xml file.

EigenPy 1.6.8

25 Nov 08:14
v1.6.8
1acbed4
Compare
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
Compare
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
Compare
Choose a tag to compare

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