log scripts/ode/private/integrate_adaptive.m @ 31548:c8ad083a5802 stable

age author description
Fri, 25 Nov 2022 21:23:54 -0800 Rik maint: Clean up m-files before Octave 8.1 release. stable
Thu, 06 Oct 2022 18:29:01 -0400 Ken Marek Improve "Events" location in ode45, ode23, ode23s (bug #63162)
Thu, 06 Oct 2022 16:17:50 -0400 Ken Marek Clean up unused portions of runge_kutta_interpolate (bug #63162)
Fri, 11 Nov 2022 08:31:11 -0500 John W. Eaton Backed out changeset 88fff8521d76
Thu, 10 Nov 2022 19:17:35 -0500 Nicholas R. Jankowski Improve "Events" location accuracy in ode45, ode23, ode23s (bug #63162)
Wed, 05 Oct 2022 16:53:01 -0400 Ken Marek ode45/23/23s: Implement Events, OutputFcn, & Refine options (bug #49408 and #63063)
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sat, 21 Jan 2017 16:19:38 -0800 Rik Ignore ODE event function at t==0 for Matlab compatibility (bug #49919).
Fri, 16 Dec 2016 12:04:27 -0500 John W. Eaton maint: Periodic merge of stable to default.
Thu, 15 Dec 2016 15:23:43 -0800 Rik Initialize ODE Event function with start time (bug #49846). stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 26 Oct 2016 10:19:22 -0700 Rik integrate_adaptive.m: Further refinement to orientation of approxvals (cset 7458bacc631a). stable
Thu, 20 Oct 2016 21:14:17 -0700 Rik integrate_adaptive.m: Fix orientation of approxvals when y is a vector. stable
Wed, 19 Oct 2016 14:04:47 -0700 Rik integrate_adaptive.m: Take strcmp call out of for loop for performance. stable
Tue, 18 Oct 2016 11:31:13 -0700 Rik More Matlab-compatible implementation of OutputFcn. Clean up odeplot.m. stable
Sat, 15 Oct 2016 22:39:29 -0700 Rik Further clean-up of ode functions. stable
Thu, 06 Oct 2016 21:39:27 +0200 Carlo de Falco make sure the additional function arguments are always passed to odefun. stable
Wed, 05 Oct 2016 17:35:24 +0200 jcorno fix missing function arguments in call to starting_stepsize stable
Thu, 06 Oct 2016 07:13:24 +0200 Carlo de Falco cleanup ode solvers stable
Thu, 06 Oct 2016 06:54:32 +0200 Carlo de Falco simplify options management in ode solvers stable
Tue, 27 Sep 2016 10:34:46 +0200 Carlo de Falco Stop adaptive ODE integration if timestep gets too small.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Thu, 21 Apr 2016 21:13:24 +0200 Juan Pablo Carbajal Fix bug when tspan is a column vector (bug #47756).
Thu, 16 Jun 2016 14:34:02 +0200 jcorno Fix statistics on solution solving for ode45, ode23 (bug #48243).
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Fri, 20 Nov 2015 15:38:10 +0100 jcorno codesprint: ode: first and second order interpolator for dense_output
Wed, 18 Nov 2015 17:24:47 -0800 Rik doc: Peridodic grammar check of documentation.
Mon, 19 Oct 2015 08:22:23 -0700 Rik Performance improvements for ODE functions.
Sun, 18 Oct 2015 09:55:41 -0700 Rik maint: Remove unnecessary 'v' prefix before variables in ODE m-files.
Wed, 14 Oct 2015 10:35:53 -0700 Rik maint: Continued clean-up of functions in ode/private dir.
Sun, 11 Oct 2015 23:09:01 +0200 Carlo de Falco fix test failures introduced by a22d8a2eb0e5
Sun, 11 Oct 2015 20:39:11 +0200 Carlo de Falco avoid stepping beyond end of thspan in ode solvers
Sun, 11 Oct 2015 19:20:27 +0200 Carlo de Falco fix indexing bug introduced with a22d8a2eb0e5
Sun, 11 Oct 2015 18:44:58 +0200 Carlo de Falco fix adaptive strategy in ode solvers.
Tue, 06 Oct 2015 19:28:59 +0200 Carlo de Falco clean up and vectorize code for dense output in ode45
Mon, 05 Oct 2015 12:03:16 -0700 Rik maint: Further clean up of functions in ode/private dir.
Sun, 04 Oct 2015 22:18:54 -0700 Rik maint: Use Octave coding conventions in scripts/ode/private dir.
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
Fri, 02 Oct 2015 05:50:43 +0200 Carlo de Falco Fix copyright text in private ode functions
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.