Skip to content

v0.7.0

Compare
Choose a tag to compare
@tkoolen tkoolen released this 03 Jul 11:52
· 356 commits to master since this release
611aaf0
  • Compatibility with Julia 0.7-beta (save for some notebooks due to additional test dependencies), with some deprecation warnings
  • Store motion subspaces and wrench subspaces column by column in MechanismState. This allows dropping two type parameters from MechanismState (MotionSubspaceCollection and WrenchSubspaceCollection). See #435 for more info. This is technically a breaking change, but probably won't affect downstream code.
  • Add point_jacobian!/point_jacobian (thanks, @rdeits!)
  • Implement Jacobians for q̇ <-> v (thanks, @rdeits!)