Minor Release v0.7.0
Stable release.
Main improvement is moving from a 2D joint motion space representation S[i][j] to a flat 1D memory structure S[i].
This improves BDynamics::forward() performance quite a bit.
Fixed some typos and added some constexpr.