Skip to content

EigenPy 1.6.0

Choose a tag to compare

@jcarpent jcarpent released this 19 Sep 15:40
· 1820 commits to master since this release
v1.6.0
598f3c4

This new release makes a step towards removing the conversion of Eigen::Matrix objects into numpy.matrix objects. This new release now warms by default, saying that you need to make an explicit choice between numpy.matrix and numpy.array.

Future major releases will enforce the default case with numpy.array.