Skip to content

Release 0.73

Compare
Choose a tag to compare
@fbergmann fbergmann released this 28 Aug 13:11
· 24 commits to master since this release

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]