log scripts/ode/ode45.m @ 21546:f7f97d7e9294

age author description
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Fri, 11 Mar 2016 17:12:17 -0800 Rik Alter BIST tests stop emitting warnings during runtests invocation.
Wed, 16 Dec 2015 10:25:05 +0100 Carlo de Falco remove verbose warnings from ode solvers
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Wed, 18 Nov 2015 22:07:12 -0800 Rik doc: Periodic spellcheck of documentation.
Sun, 18 Oct 2015 09:55:41 -0700 Rik maint: Remove unnecessary 'v' prefix before variables in ODE m-files.
Fri, 16 Oct 2015 10:31:02 -0700 Rik maint: Remove obsolete ODE options from odeset/odeget/ode45.
Wed, 14 Oct 2015 09:25:04 -0700 Rik ode45.m: Fix two failing BIST tests.
Mon, 12 Oct 2015 23:28:29 +0200 Carlo de Falco allow first argument in ode45 to be a string
Mon, 12 Oct 2015 22:57:17 +0200 Carlo de Falco fix typo in changeset 01586012300e
Mon, 12 Oct 2015 22:50:59 +0200 Carlo de Falco compute number of fevals correctly in ode45 (bug #46189)
Sun, 11 Oct 2015 18:44:58 +0200 Carlo de Falco fix adaptive strategy in ode solvers.
Mon, 05 Oct 2015 11:59:18 -0700 Rik maint: Clean up implementations of ode45.m, odeget.m, odeset.m.
Sat, 03 Oct 2015 22:10:45 -0700 Rik maint: Use Octave coding conventions for ode* functions.
Sat, 03 Oct 2015 21:03:16 -0700 Rik doc: Rewrite docstrings for ode* family of functions.
Sat, 03 Oct 2015 07:32:50 +0200 Carlo de Falco Activate FSAL property in dorpri timestepper
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.