Mercurial > hg > octave-nkf
diff NEWS @ 14354:55bb8c902a4d
maint: Remove deprecated functions from dev branch for next (3.8) release.
* NEWS: Update list of deprecated functions which had duplicates and missing functions
* deprecated/module.mk: Remove deprecated m-files from build system.
* autocor.m, autocov.m, betai.m, cellidx.m, clg.m, cquad.m, dispatch.m,
fstat.m, gammai.m, glpkmex.m, intwarning.m, is_duplicate_entry.m, is_global.m,
krylovb.m, perror.m, replot.m, saveimage.m, strerror.m, values.m, weibcdf.m,
weibinv.m, weibpdf.m, weibrnd.m: Remove deprecated functions from Mercurial.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 09 Feb 2012 13:16:39 -0800 |
parents | 9e3983c8963c |
children | d738c29a2528 e3dbcb75f557 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -12,11 +12,11 @@ The following functions were deprecated in Octave 3.4 and have been removed from Octave 3.8. - autocor dispatch is_global saveimage - autocov fstat krylovb strerror - betai gammai perror strerror - cellidx glpkmex perror values - cquad is_duplicate_entry replot + autocor dispatch is_global strerror + autocov fstat krylovb values + betai gammai perror + cellidx glpkmex replot + cquad is_duplicate_entry saveimage The following functions have been deprecated in Octave 3.8 and will be removed from Octave 3.12 (or whatever version is the second major @@ -738,9 +738,9 @@ be removed from Octave 3.8 (or whatever version is the second major release after 3.4): - autocor cellidx gammai krylovb saveimage - autocov dispatch glpkmex perror strerror - betai fstat is_global replot values + autocor cellidx gammai is_global replot values + autocov dispatch glpkmex krylovb saveimage + betai fstat intwarning perror strerror Summary of important user-visible changes for version 3.2: ---------------------------------------------------------