EigenPy 2.2.0
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::Ref
has been removed, as Eigen::Ref
is now fully supported.