log scripts/ode/ode15s.m @ 30895:360d330cc30e

age author description
Tue, 05 Apr 2022 01:06:00 -0400 John W. Eaton don't change ode options.havejacfun (reverts part of e1788b1a315f)
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
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
Sun, 21 Mar 2021 10:53:11 +0100 Markus Meisinger ode15s.m: Fix error if Jacobian in options is a constant matrix (bug #60240).
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
Mon, 11 Jan 2021 20:11:45 +0100 Markus Meisinger __ode15__(): Consider the correct number of input arguments in the event callback (bug #59477).
Tue, 10 Nov 2020 08:49:21 +0100 Markus Mützel ode15i.m, ode15s.m: Transpose event outputs in BISTs (bug #59416).
Mon, 09 Nov 2020 16:09:04 -0800 Rik ode15i.m, ode15s.m: Transpose event outputs when single struct output requested (bug #59416).
Mon, 07 Sep 2020 20:06:35 -0700 Rik Use 1-based indexing for "ie" variable in ode15i/s (bug #59063).
Fri, 06 Nov 2020 14:38:21 +0100 Markus Mützel ode15s.m: Adjust BISTs for transposed fields "x" and "y" (bug #59416).
Thu, 05 Nov 2020 07:46:50 -0800 Rik ode15i.m, ode15s.m: transpose struct output for Matlab compatibility (bug #59416)
Thu, 15 Oct 2020 19:56:54 -0700 Rik maint: Use only one '#' character for comments that trail code.
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.
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
Fri, 28 Aug 2020 09:38:28 -0700 Rik maint: merge stable to default.
Fri, 28 Aug 2020 09:32:35 -0700 Rik maint: Strip trailing spaces from files. 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.
Tue, 04 Feb 2020 16:29:37 -0800 Rik ode15i.m, ode15s.m: Fix handling of Mass & Jacobian options in cset 5e44268dca6f.
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
Fri, 15 Feb 2019 12:35:15 +0100 Carlo de Falco Update detection of sundials in the build system (bug #52475).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Oct 2018 12:28:29 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:28:06 -0400 John W. Eaton style fixes stable
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Wed, 04 Apr 2018 06:54:11 -0400 John W. Eaton doc: Shorten very long first sentences of docstrings (bug #53388). stable
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, 06 Sep 2017 09:08:36 -0700 Rik ode15s.m: Fix message in BIST test (bug #50192).
Tue, 05 Sep 2017 11:45:43 -0700 Marco Caliari Allow ode15s and ode15i to work with row initial vectors (bug #50192).
Tue, 05 Sep 2017 11:36:08 -0700 Rik maint: Use same format for Copyright statement throught code base.
Sat, 07 Jan 2017 20:12:16 -0500 John W. Eaton avoid sparse jacobian tests for ode15i and ode15s if IDAKLU is missing
Mon, 26 Dec 2016 15:20:44 -0800 Rik Make ode15i,ode15s doc consistent with other ode functions.
Mon, 26 Dec 2016 08:10:37 -0800 Rik Fix undefined return argument for more than 2 outputs from ode15i,ode15s.
Fri, 23 Dec 2016 20:39:40 -0500 John W. Eaton * ode15s.m: More minor style fixes in tests.
Fri, 23 Dec 2016 09:26:16 -0800 Rik Allow case-insensitive option argument 'on' to ode solvers (bug #49918).
Thu, 22 Dec 2016 21:22:50 -0800 Rik ode15i.m, ode15s.m: Follow Octave coding conventions.
Thu, 22 Dec 2016 15:18:02 -0500 John W. Eaton use testif HAVE_SUNDIALS for ode15 tests
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 01 Nov 2016 06:41:29 +0100 Carlo de Falco Update odei5{i,s} code for Octave 4.3.0+ and Sundials 2.7.0.
Tue, 23 Aug 2016 03:19:11 +0200 Francesco Faccio Add functions ode15i and ode15s