Mon, 04 May 2015 21:50:57 -0700 |
Rik |
doc: Update more docstrings to have one sentence summary as first line.
stable
|
Mon, 23 Feb 2015 14:54:39 -0800 |
Rik |
maint: Clean up m-files to follow Octave coding conventions.
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Tue, 20 Jan 2015 10:29:54 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
|
Tue, 20 Jan 2015 10:24:46 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Tue, 20 Jan 2015 08:26:57 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
stable
|
Thu, 19 Dec 2013 19:10:32 -0500 |
Arun Giridhar |
sqp.m: Fix return values in sqp (bug #32008).
|
Wed, 23 Oct 2013 22:09:27 -0400 |
John W. Eaton |
maint: Update copyright notices for release.
|
Wed, 28 Aug 2013 08:33:02 -0700 |
Rik |
maint: End m-files with 1 blank line.
|
Wed, 28 Aug 2013 08:27:38 -0700 |
Rik |
Use '##' for comments which stand alone on a line.
|
Mon, 12 Aug 2013 17:36:54 +0200 |
Stefan Mahr |
Use ... instead of \ for line continuation marker.
|
Sun, 04 Aug 2013 15:11:34 -0700 |
Rik |
maint: Use common indentation for switch statement.
|
Tue, 09 Jul 2013 14:04:05 -0700 |
Rik |
maint: Use parentheses around condition for switch(),while(),if() statements.
|
Mon, 11 Feb 2013 16:26:08 -0500 |
John W. Eaton |
maint: periodic merge of stable to default
|
Mon, 11 Feb 2013 16:22:19 -0500 |
John W. Eaton |
* sqp.m: Relax tolerance in test.
stable
|
Sat, 08 Dec 2012 18:00:54 -0500 |
Mike Miller |
Increase test tolerance on sqp (bug #37742)
|
Tue, 17 Jul 2012 07:08:39 -0700 |
Rik |
maint: Use Octave coding conventions for cuddling parentheses in scripts directory
|
Thu, 03 May 2012 12:15:21 -0400 |
Olaf Till |
Get rid of global variables in sqp.
|
Wed, 11 Apr 2012 22:07:00 -0400 |
John W. Eaton |
maint: miscellaneous style fixes for .m files
|
Mon, 13 Feb 2012 07:29:44 -0800 |
Rik |
Use Octave coding conventions in all m-file %!test blocks
|
Sat, 04 Feb 2012 22:12:50 -0800 |
Rik |
doc: Use Octave coding conventions in @example blocks of docstrings.
stable
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Wed, 23 Nov 2011 09:42:50 -0800 |
Rik |
doc: Spellcheck documentation before 3.6.0 release
|
Wed, 23 Nov 2011 08:38:19 -0800 |
Rik |
Grammarcheck of documentation before 3.6.0 release.
|
Sun, 09 Oct 2011 07:25:07 -0700 |
Rik |
Add %!endfunction block keyword to test.m
|
Mon, 03 Oct 2011 11:01:10 -0700 |
Rik |
maint: periodic merge of stable to default.
|
Sat, 24 Sep 2011 11:04:24 -0500 |
Jordi GutiƩrrez Hermoso |
Reword sqp's docstring
stable
|
Sat, 24 Sep 2011 10:38:19 -0400 |
John W. Eaton |
sqp: provide warnings for QP subproblem failures
|
Fri, 10 Oct 2008 11:10:44 +0200 |
Ivan Sutoris |
describe additional arguments in sqp() documentation string
release-3-0-x
|
Thu, 20 Jan 2011 17:35:29 -0500 |
John W. Eaton |
all script files: untabify and strip trailing whitespace
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Sun, 09 Jan 2011 21:33:04 -0800 |
Rik |
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
|
Thu, 16 Dec 2010 07:39:04 -0800 |
Olaf Till |
sqp.m: Fix indexing error in sqp bounds selection
|
Mon, 13 Dec 2010 10:50:20 -0800 |
Rik |
sqp.m: Change docstring to refer to x0 as the initial seed vector
|
Mon, 13 Dec 2010 10:06:17 -0800 |
Rik |
sqp.m: Remove never violated Inf bounds from computation (bug #31742)
|
Mon, 22 Nov 2010 19:07:48 -0800 |
Rik |
sqp.m: Use correct stopping tolerance in documentation.
|
Wed, 20 Oct 2010 20:49:17 -0400 |
John W. Eaton |
style fixes for some .m files
|
Mon, 26 Jul 2010 21:25:36 -0700 |
Rik |
Grammarcheck documentation of m-files
|
Wed, 02 Jun 2010 11:56:26 -0700 |
Rik |
Guarantee equivalent results if sqp called with or wihout bounds
|
Fri, 23 Apr 2010 11:28:50 -0700 |
Rik |
Untabify .m scripts
|
Thu, 22 Apr 2010 20:01:15 -0700 |
Rik |
Return correct value (101) from sqp on succes. Fixes bug #29577.
|
Thu, 22 Apr 2010 14:03:47 -0700 |
Rik |
Eliminate NaN*ones and Inf*ones constructs and just use Nan() and Inf()
|
Fri, 22 May 2009 10:46:00 -0400 |
John W. Eaton |
update copyright notices
|
Sun, 17 May 2009 14:39:39 -0700 |
Rik |
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
|
Sun, 17 May 2009 12:18:06 -0700 |
Rik |
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
|
Fri, 27 Mar 2009 22:31:03 -0700 |
Rik |
Grammar check TexInfo in all .m files
|
Sat, 07 Mar 2009 10:41:27 -0500 |
John W. Eaton |
update copyright notices
|
Sat, 27 Sep 2008 16:53:40 +0200 |
Ivan Sutoris |
describe additional arguments in sqp() documentation string
|
Thu, 21 Aug 2008 14:04:04 -0400 |
Thomas Treichl |
Increase test script tolerances.
|
Mon, 12 May 2008 22:57:11 +0200 |
David Bateman |
Handle single precision eps values
|
Sat, 19 Jan 2008 06:24:47 +0000 |
jwe |
[project @ 2008-01-19 06:24:47 by jwe]
|
Fri, 18 Jan 2008 07:37:35 +0000 |
jwe |
[project @ 2008-01-18 07:37:35 by jwe]
|
Tue, 15 Jan 2008 19:12:14 +0000 |
jwe |
[project @ 2008-01-15 19:12:14 by jwe]
|
Mon, 14 Jan 2008 19:34:22 +0000 |
jwe |
[project @ 2008-01-14 19:34:22 by jwe]
|
Sat, 12 Jan 2008 07:50:55 +0000 |
jwe |
[project @ 2008-01-12 07:50:54 by jwe]
|
Mon, 15 Oct 2007 15:31:21 +0000 |
jwe |
[project @ 2007-10-15 15:30:03 by jwe]
|
Fri, 12 Oct 2007 21:27:37 +0000 |
jwe |
[project @ 2007-10-12 21:27:11 by jwe]
|
Fri, 12 Oct 2007 06:41:26 +0000 |
jwe |
[project @ 2007-10-12 06:40:56 by jwe]
|
Wed, 10 Oct 2007 18:03:02 +0000 |
jwe |
[project @ 2007-10-10 18:02:59 by jwe]
|
Fri, 21 Sep 2007 16:53:47 +0000 |
jwe |
[project @ 2007-09-21 16:53:47 by jwe]
|