v1.1.8 pushed #75
petercorke
started this conversation in
Changes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Series of minor tweaks and a lot of documentation polishing, more examples and a few plots now.
New in 1.1.8
Instead of writing
you can now write
works for
SO2
,SO3
,SE2
,SE3
.There is now a
.eulervec
method forSO3
andSE3
classes, returns a 3-vector of exponential coordinates.The
.prod
method could produce a denormalised result given a long sequence of transforms, and extra options now control how to deal with that.New since 1.1.0
Bug fixes
transform interpolation, converting rotation matrix to unit quaternion,
New features
Some fixes to color/styling of plots.
A
.conjugation
methodPlot functions accept a boolean argument
new
which will render the graphics in a new plot, not the current plot.Animate function can return an HTML5 video, useful for rendering in notebooks.
Added function to
base
that converts a MATLAB like matrix as a string to an ndarrayThe
Ellipse
class is more complete.Type hinting support
Beta Was this translation helpful? Give feedback.
All reactions