**Rotations**
* Introduces *compact axis-angle* as a new concept to represent orientations and adds conversions from and to axis-angle, quaternion, and rotation matrix
* Uses compact axis-angle to represent angular velocities
* Adds function to compute time derivatives of a quaternion sequence
* Adds function to integrate angular velocities to a sequence of quaternions
* Adds additional functions to convert Tait-Bryan or Euler angles to rotation matrices
**Transformations**
* Adds vector_to_direction, vectors_to_directions, and vectors_to_points
**Documentation**
* Less confusing documentation of active, passive, extrinsic, and intrinsic rotation conventions
* Documents how multiple transformations should be modeled
**Plotting**
* Adds plotting functions for geometric objects
* Extends plotting function for cylinders to include cylindrical shells
* Plots convex hull of meshes by default when plotting URDFs to speed up visualization
* Passes option 'prog' to pydot
* Adds function plot_vector