log scripts/ode/ode45.m @ 33619:4818ea4e33d9 default tip @

age author description
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 21 Nov 2022 09:25:29 -0800 Rik maint: Use more Octave coding conventions in cset c05ef94a2bbc. stable
Wed, 16 Nov 2022 23:07:58 -0500 Ken Marek Add BIST for OutputSel option in ode23, ode23s, ode45 (bug #63229) stable
Thu, 06 Oct 2022 18:29:01 -0400 Ken Marek Improve "Events" location in ode45, ode23, ode23s (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)
Thu, 06 Oct 2022 16:36:29 -0400 Ken Marek Clean up odeplot tests and demos (bug #63063)
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 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 14 Oct 2020 11:46:55 -0700 Rik maint: Use semicolon after assert statement inside %!test blocks.
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Sat, 10 Oct 2020 17:55:56 -0700 Rik maint: Use coding style with parentheses after function name to distinguish from a variable.
Thu, 10 Sep 2020 14:59:10 -0700 Rik maint: merge stable to default.
Thu, 10 Sep 2020 14:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Sat, 11 Jul 2020 10:15:57 -0400 John W. Eaton avoid function call input or output argument number mismatch
Wed, 05 Feb 2020 09:14:08 -0800 Rik Update input validation for odeXXX.m functions.
Mon, 03 Feb 2020 20:22:19 -0800 Rik Replace input validation relying on str2func with alternatives (bug #57351).
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
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 27 Mar 2018 00:52:29 -0700 Colin Macdonald doc: improve differential eqtn docs and mention ode15i/ode15s (bug #51965). 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
Mon, 26 Dec 2016 19:25:31 -0800 Rik ode23.m, ode45.m: Switch output creation order of struct fields to match Matlab.
Mon, 26 Dec 2016 08:49:42 -0800 Rik maint: Periodic merge of stable to default.
Mon, 26 Dec 2016 08:48:58 -0800 Rik doc: Document nargout=0 calling mode for ode23, ode45. stable
Mon, 26 Dec 2016 08:08:04 -0800 Rik Fix undefined return argument for more than 2 outputs from ode solver (bug #49890). stable
Fri, 23 Dec 2016 09:26:16 -0800 Rik Allow case-insensitive option argument 'on' to ode solvers (bug #49918).
Fri, 23 Dec 2016 10:08:51 +0100 Carlo de Falco Fix printing of solution stats in ode23/ode45 solvers (bug #49918).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 24 Oct 2016 12:17:30 +0200 Carlo de Falco Remove FIXME comment about missing tests for ignored ODE options. stable
Sun, 23 Oct 2016 22:03:20 -0700 Rik Disable Refine option of ode solvers for certain input/output combinations (partial fix bug #49408). stable
Sun, 23 Oct 2016 21:33:38 -0700 Rik Return intermediate integration times when single output argument used in ode solver (bug #49417). stable
Sat, 22 Oct 2016 22:11:42 +0200 Carlo de Falco ode solvers: use ordinary transpose instead of Hermitian conjugate (bug #49410). stable
Fri, 21 Oct 2016 14:36:38 -0700 Sebastian Schöps Change orientation of output fields in struct returned from ode solvers (bug #49402). stable
Wed, 19 Oct 2016 14:34:15 -0700 Rik Clean up demo and test blocks for ode functions. stable
Wed, 19 Oct 2016 12:21:27 -0700 Rik Cleanup variable names, obsolete ChangeLog info in ode23, ode45. stable
Wed, 19 Oct 2016 09:54:44 -0700 Rik Remove useless persistent declarations in ode23, ode45. 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
Sat, 15 Oct 2016 10:30:48 +0200 Carlo de Falco Clean up ode options implementation to follow Octave coding standards. stable
Thu, 06 Oct 2016 21:39:27 +0200 Carlo de Falco make sure the additional function arguments are always passed to odefun. 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
Wed, 07 Sep 2016 08:40:29 -0700 Mike Miller Fix %!demo blocks for ode23 and ode45
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, 16 Jun 2016 14:34:02 +0200 jcorno Fix statistics on solution solving for ode45, ode23 (bug #48243).
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b