Skip to content

EigenPy 2.2.0

Choose a tag to compare

@jcarpent jcarpent released this 18 Mar 18:17
· 1470 commits to master since this release
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.