This version comes with support for Sparse Jacobians using `SpareAutoDiff`.
`SparseAutoDiff` can be used exactly like `AutoDiff`, except users must not use the `np.ndarray` constructor in their code or in libraries they call into. We recommend `np.empty` instead.
0.3.4
Fixes bugs in the inverse hyperbolic trigonometric functions and with `VecValDer.__set_item__`.
0.3.3
Adds all of the Hyperbolic Trigonometric Functions.
0.3.2
This release fixes a number of bugs with broadcasting in our ufunc implementations for