robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
156 stars 65 forks source link

Fix MatrixView constructor when MatrixView<const T> is built from MatrixView<T> #1044

Closed GiulioRomualdi closed 1 year ago

GiulioRomualdi commented 1 year ago

This fixes #1043

traversaro commented 1 year ago

@GiulioRomualdi I moved the changelog line out of 8.0.0 that was already released. I also added the 8.0.1 release in the CHANGELOG so that we can do a release quickly after this fix.

traversaro commented 1 year ago

There are some failures in CI, but they are unrelated and related to https://github.com/actions/runner-images/issues/675 instead.