view NEWS @ 18049:3fef9a2d2550

maint: Remove functions deprecated in 3.6 for 4.0 release. * NEWS: Add notice about removal of deprecated functions. * etc/NEWS.3: Correct deprecation list from 3.6 which incorrectly named is_duplicate_entry. * scripts/deprecated/module.mk: Remove deprecated scripts from build system. * scripts/deprecated/__error_text__.m, scripts/deprecated/cor.m, scripts/deprecated/corrcoef.m, scripts/deprecated/cut.m, scripts/deprecated/error_text.m, scripts/deprecated/polyderiv.m, scripts/deprecated/shell_cmd.m, scripts/deprecated/studentize.m, scripts/deprecated/sylvester_matrix.m: Remove files from source control.
author Rik <rik@octave.org>
date Mon, 02 Dec 2013 13:29:03 -0800
parents 46c131e5676e
children 5cc67f929d06
line wrap: on
line source

Summary of important user-visible changes for version 4.0:
---------------------------------------------------------

 ** Other new functions added in 4.0.0:

      validateattributes

 ** Deprecated functions.

    The following functions were deprecated in Octave 3.6 and have been
    removed from Octave 4.0.
                                           
      cut                polyderiv        
      cor                shell_cmd        
      corrcoef           studentize       
      __error_text__     sylvester_matrix 
      error_text         

    The following functions have been deprecated in Octave 4.0 and will
    be removed from Octave 4.4 (or whatever version is the second major
    release after 4.0):

    *none*

---------------------------------------------------------

See NEWS.3 for old news.