EigenPy 2.7.4
This release fixes a major bug related to Eigen::Ref when using Row Major matrices.
What's Changed
- unit tests: fix super() for python 2 by @nim65s in #281
- test/eigen_ref: test using Eigen::Ref as data member by @ManifoldFR in #282
- Fix RowMajor case for Eigen::Ref by @jcarpent in #283
Full Changelog: v2.7.3...v2.7.4