Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 2.4.2

Choose a tag to compare

@jcarpent jcarpent released this 17 Jul 12:34
v2.4.2
5df8432

This new release provides extended support to NumPy 1.19 and more.

EigenPy 2.4.1

Choose a tag to compare

@jcarpent jcarpent released this 09 Jun 07:18
v2.4.1
3afb7c0

This new release improves the packaging of the project by removing any dependency to pkg-config when searching for dependencies. In addition, the Windows compatibility is enhanced.

EigenPy 2.4.0

Choose a tag to compare

@jcarpent jcarpent released this 25 May 07:11
v2.4.0
a5af409

This new release enables:

  • the exposition of user types inside NumPy
  • a enhance compatibility with Windows

EigenPy 2.3.2

Choose a tag to compare

@jcarpent jcarpent released this 23 Apr 19:21
v2.3.2
34126cf

This new release enforces the compatibility with:

  • ROS and Python3
  • Ubuntu 20.04
  • Eigen >= 3.3.90

EigenPy 2.3.1

Choose a tag to compare

@jcarpent jcarpent released this 08 Apr 17:13
v2.3.1
d279a09

This new release fixes some packaging issues for OS X systems.

EigenPy 2.3.0

Choose a tag to compare

@jcarpent jcarpent released this 03 Apr 17:07
v2.3.0
af6347c

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

Choose a tag to compare

@jcarpent jcarpent released this 30 Mar 14:44
v2.2.2
fb5c65c

This release fixes a packaging with former versions of ROS.

EigenPy 2.2.1

Choose a tag to compare

@jcarpent jcarpent released this 27 Mar 17:00
v2.2.1
0427078

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

Choose a tag to compare

@jcarpent jcarpent released this 18 Mar 18:17
v2.2.0
2bd9964

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

Choose a tag to compare

@jcarpent jcarpent released this 28 Feb 11:06
v2.1.2
17e7f02

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