Release 0.73
This release adds initial support for calculating lyapunov exponents and can be used like:
>>> load_example('brusselator')
>>> exponents, sums, divergence = run_lyapunov(num_exponents=2)
>>> print(exponents)
[-0.0007025645113957691, -2.6051942604518477]