log scripts/ode/ode15i.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
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).
Thu, 05 Nov 2020 07:46:50 -0800 Rik ode15i.m, ode15s.m: transpose struct output for Matlab compatibility (bug #59416)
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:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Fri, 28 Aug 2020 09:32:35 -0700 Rik maint: Strip trailing spaces from files. stable
Wed, 05 Feb 2020 11:52:24 -0800 Rik ode15i.m: Adapt another BIST test to new input validation in cset 13dba3c069f8.
Wed, 05 Feb 2020 11:05:38 -0800 Rik ode15i.m: Adapt BIST tests to new input validation in cset 13dba3c069f8.
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).
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) 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
Thu, 14 Mar 2019 06:25:42 +0000 John W. Eaton * ode15i.m: Comment out failing test
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
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Wed, 01 Aug 2018 12:24:21 -0400 John W. Eaton * ode15i.m: In tests, use unlikely symbol name instead of "foo". stable
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.
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.
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
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 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 19:36:12 -0500 John W. Eaton * ode15i.m: Make error tests conditional on HAVE_SUNDIALS.
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