changeset 8888:0c7b0049c023

mark create_set as deprecated in 3.2, not 3.0
author John W. Eaton <jwe@octave.org>
date Fri, 27 Feb 2009 15:43:43 -0500
parents 6e4a811e58f8
children 665b264b6a50
files NEWS scripts/ChangeLog scripts/deprecated/create_set.m
diffstat 3 files changed, 54 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Feb 27 14:49:28 2009 -0500
+++ b/NEWS	Fri Feb 27 15:43:43 2009 -0500
@@ -300,4 +300,56 @@
     to generate cache files for external packages when they are
     installed.
 
+ ** Deprecated functions.
+
+    The following functions were deprecated in Octave 3.0 and will be
+    removed in Octave 3.4 (or whatever version is the second major
+    release after 3.0):
+                                           
+      beta_cdf         geometric_pdf        pascal_pdf      
+      beta_inv         geometric_rnd        pascal_rnd      
+      beta_pdf         hypergeometric_cdf   poisson_cdf     
+      beta_rnd         hypergeometric_inv   poisson_inv     
+      binomial_cdf     hypergeometric_pdf   poisson_pdf     
+      binomial_inv     hypergeometric_rnd   poisson_rnd     
+      binomial_pdf     intersection         polyinteg       
+      binomial_rnd     is_bool              setstr          
+      chisquare_cdf    is_complex           struct_contains 
+      chisquare_inv    is_list              struct_elements 
+      chisquare_pdf    is_matrix            t_cdf           
+      chisquare_rnd    is_scalar            t_inv           
+      clearplot        is_square            t_pdf           
+      clg              is_stream            t_rnd           
+      com2str          is_struct            uniform_cdf     
+      exponential_cdf  is_symmetric         uniform_inv     
+      exponential_inv  is_vector            uniform_pdf     
+      exponential_pdf  isstr                uniform_rnd     
+      exponential_rnd  lognormal_cdf        weibcdf         
+      f_cdf            lognormal_inv        weibinv         
+      f_inv            lognormal_pdf        weibpdf         
+      f_pdf            lognormal_rnd        weibrnd         
+      f_rnd            meshdom              weibull_cdf     
+      gamma_cdf        normal_cdf           weibull_inv     
+      gamma_inv        normal_inv           weibull_pdf     
+      gamma_pdf        normal_pdf           weibull_rnd     
+      gamma_rnd        normal_rnd           wiener_rnd      
+      geometric_cdf    pascal_cdf
+      geometric_inv    pascal_inv
+
+    The following functions are now deprecated in Octave 3.2 and will
+    be removed in Octave 3.6 (or whatever version is the second major
+    release after 3.2):
+
+      create_set          spcholinv  spmax
+      dmult               spcumprod  spmin
+      iscommand           spcumsum   spprod
+      israwcommand        spdet      spqr
+      lchol               spdiag     spsum
+      loadimage           spfind     spsumsq
+      mark_as_command     spinv      str2mat
+      mark_as_rawcommand  spkron     unmark_command
+      spatan2             splchol    unmark_rawcommand
+      spchol              split
+      spchol2inv          splu
+
 See NEWS.3 for old news.
--- a/scripts/ChangeLog	Fri Feb 27 14:49:28 2009 -0500
+++ b/scripts/ChangeLog	Fri Feb 27 15:43:43 2009 -0500
@@ -4,6 +4,7 @@
 	* set/unique.m: Style fix for docstring.
 	* deprecated/create_set.m: Move here from set/create_set.m.
 	Always return a row vector, as documented.
+
 	* set/Makefile.in (SOURCES): Remove create_set.m from the list.
 	* deprecated/Makefile.in (SOURCES): Add create_set.m to the list.
 
--- a/scripts/deprecated/create_set.m	Fri Feb 27 14:49:28 2009 -0500
+++ b/scripts/deprecated/create_set.m	Fri Feb 27 15:43:43 2009 -0500
@@ -47,7 +47,7 @@
 
 ## Author: jwe
 
-## Deprecated in version 3.0
+## Deprecated in version 3.2
 
 function y = create_set (x, rows_opt)