Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 12609:f3ba948328e9
Changelog fixes
author | Kai Habel <kai.habel@gmx.de> |
---|---|
date | Fri, 15 Apr 2011 11:38:35 +0200 |
parents | 59e2460acae1 |
children | 708186085e0d |
comparison
equal
deleted
inserted
replaced
12608:59e2460acae1 | 12609:f3ba948328e9 |
---|---|
4 polynomial/ppder.m, polynomial/ppint.m, polynomial/ppjumps.m, | 4 polynomial/ppder.m, polynomial/ppint.m, polynomial/ppjumps.m, |
5 polynomial/ppval.m, polynomial/spline.m, polynomial/unmkpp.m: | 5 polynomial/ppval.m, polynomial/spline.m, polynomial/unmkpp.m: |
6 Make functions more compatible with respect to handling of | 6 Make functions more compatible with respect to handling of |
7 picewise polynoms (pp). Rename pp-struct elements. | 7 picewise polynoms (pp). Rename pp-struct elements. |
8 Handle nD-arguments correctly. Tests added. | 8 Handle nD-arguments correctly. Tests added. |
9 (bugs #32040, #32045) | |
9 | 10 |
10 2011-04-13 Rik <octave@nomad.inbox5.com> | 11 2011-04-13 Rik <octave@nomad.inbox5.com> |
11 | 12 |
12 * help/__makeinfo__.m: Simplify function by using regular expressions. | 13 * help/__makeinfo__.m: Simplify function by using regular expressions. |
13 Eliminate third input argument see_also function. | 14 Eliminate third input argument see_also function. |
420 to Matlab compatible syntax. | 421 to Matlab compatible syntax. |
421 | 422 |
422 2011-02-10 John W. Eaton <jwe@octave.org> | 423 2011-02-10 John W. Eaton <jwe@octave.org> |
423 | 424 |
424 * statistics/base/mean.m: Also accept logical values. | 425 * statistics/base/mean.m: Also accept logical values. |
426 | |
427 2011-02-10 Carlo de Falco <kingcrimson@tiscali.it> | |
428 | |
429 * linear-algebra/gmres.m: New file implementing the GMRES | |
430 iterative method for solving linear systems. | |
425 | 431 |
426 2011-02-08 Ben Abbott <bpabbott@mac.com> | 432 2011-02-08 Ben Abbott <bpabbott@mac.com> |
427 | 433 |
428 * plot/__go_draw_axes__.m: Properly set fontspec for legends. | 434 * plot/__go_draw_axes__.m: Properly set fontspec for legends. |
429 | 435 |