Skip to content

EigenPy 2.2.0

Compare
Choose a tag to compare
@jcarpent jcarpent released this 18 Mar 18:17
· 1261 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.