Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 2.3.0

03 Apr 17:07
v2.3.0
af6347c
Compare
Choose a tag to compare

This new release comes with new features:

  • the Geometry module has now full shared memory with Python

and comes with additional bug fixes:

  • the project can still be used with former CMake style
  • the compilations issues with Boost 1.71 has been fixed
  • on OS X systems, the project can be relocated

EigenPy 2.2.2

30 Mar 14:44
v2.2.2
fb5c65c
Compare
Choose a tag to compare

This release fixes a packaging with former versions of ROS.

EigenPy 2.2.1

27 Mar 17:00
v2.2.1
0427078
Compare
Choose a tag to compare

This new release of EigenPy:

  • removes boring compilation warnings in C++11
  • fixes a bug in the Python documentation of the Geometry module
  • fixes the CMake export of the project with respect to ROS

EigenPy 2.2.0

18 Mar 18:17
v2.2.0
2bd9964
Compare
Choose a tag to compare

This new release fully introduces the support of sharing of memory from Eigen to Numpy. This feature can be disabled thanks to "eigenpy.sharedMemory(False)" to recover the previous behavior.

In addition, eigenpy::Refhas been removed, as Eigen::Ref is now fully supported.

EigenPy 2.1.2

28 Feb 11:06
v2.1.2
17e7f02
Compare
Choose a tag to compare

This release fixes a packaging bug with older version of CMake.

EigenPy 2.1.1

27 Feb 12:43
v2.1.1
475bb50
Compare
Choose a tag to compare

This new release fixes the support with Windows systems and fixes some bugs with the CMake packaging of the project.

EigenPy 2.1.0

25 Feb 18:17
v2.1.0
4743f15
Compare
Choose a tag to compare

This new release adds the full support for:

  • sharing the memory between Eigen and Numpy
  • provides a complete way of exposing Eigen::Ref (with allocation only when needed)
  • improves the whole efficiency of the code

EigenPy 2.0.3

20 Feb 13:21
v2.0.3
653f25d
Compare
Choose a tag to compare

This new release fixes:

  • improve the search of Python
  • fix a potential memory leak when using Eigen::MatrixBase objects

EigenPy 2.0.2

06 Feb 08:34
v2.0.2
97be042
Compare
Choose a tag to compare

This new release provides some additional supports on Eigen::Matrix to np.array conversion. It also reduces the memory overload when compiling 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.