====== - New kwarg for autonomous systems: autorestart=<int>, helps when h/t ~= machine epsilon - New kwarg for ``adaptive``: return_on_error, useful to take a fixed number of steps. - New non-public module: _config (stores choice of lapack for now) - adaptive in cvodes_cxx now return starting point when x0 >= xend (was CV_ILL_INPUT)
0.6.0
====== - Bug-fix in get_integrator, dx_min and dx_max were ignored. - Refactored to use AnyODE base class (share code with pyodeint & pygslodeiv2)
0.5.0
====== - C++ wrapper API: - banded_padded_jac_cmaj -> banded_jac_cmaj - allow callbacks to indicate recoverable errors.
0.4.4
====== - Better sdist
0.4.3
====== - Better const correctness and other improvements in C++ wrapper