Mercurial > hg > octave-lyh
changeset 12723:6ed1e0be181e stable
doc: Update NEWS with new functions for release 3.4.1
* NEWS: Update new functions list for release 3.4.1
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 08 Jun 2011 21:02:40 -0700 |
parents | 65faec78a5b3 |
children | a2eb942dee33 |
files | NEWS |
diffstat | 1 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -33,7 +33,7 @@ ** The following functions are new in 3.4.1: - colstyle iscolumn isrow + colstyle gmres iscolumn isrow mgorth nproc rectangle ** The get_forge_pkg function is now private. @@ -366,15 +366,15 @@ exponent where the exponent is a multiple of 3. ** The following functions are new in Octave 3.4: - accumdim divergence merge ppjumps strread - bitpack erfcx nfields pqpnonneg textread - bitunpack fileread nth_element quadcc uigetdir - blkmm fminbnd onCleanup randi uigetfile - cbrt fskipl pbaspect rectangle uiputfile - curl ifelse pie3 repelems uimenu - chop ishermitian powerset reset whitebg - colstyle isindex ppder rsf2csf - daspect luupdate ppint saveas + accumdim erfcx nfields pqpnonneg uigetdir + bitpack fileread nth_element quadcc uigetfile + bitunpack fminbnd onCleanup randi uiputfile + blkmm fskipl pbaspect repelems uimenu + cbrt ifelse pie3 reset whitebg + curl ishermitian powerset rsf2csf + chop isindex ppder saveas + daspect luupdate ppint strread + divergence merge ppjumps textread ** Using the image function to view images with external programs such as display, xv, and xloadimage is no longer supported. The @@ -476,9 +476,9 @@ be removed from Octave 3.8 (or whatever version is the second major release after 3.4): - autocor cellidx fstat is_global replot values - autocov cquad gammai krylovb saveimage - betai dispatch glpkmex perror strerror + autocor cellidx gammai krylovb saveimage + autocov dispatch glpkmex perror strerror + betai fstat is_global replot values Summary of important user-visible changes for version 3.2: ---------------------------------------------------------