changeset 8818:8dee145c777d

fix "Deprecated in version" comments in deprecated fuctions
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 16:26:27 -0500
parents 03b7f618ab3d
children 96d87674b818
files scripts/deprecated/lchol.m scripts/deprecated/loadimage.m scripts/deprecated/spatan2.m scripts/deprecated/spchol.m scripts/deprecated/spchol2inv.m scripts/deprecated/spcholinv.m scripts/deprecated/spcumprod.m scripts/deprecated/spcumsum.m scripts/deprecated/spdet.m scripts/deprecated/spdiag.m scripts/deprecated/spfind.m scripts/deprecated/spinv.m scripts/deprecated/spkron.m scripts/deprecated/splchol.m scripts/deprecated/splu.m scripts/deprecated/spmax.m scripts/deprecated/spmin.m scripts/deprecated/spprod.m scripts/deprecated/spqr.m scripts/deprecated/spsum.m scripts/deprecated/spsumsq.m scripts/deprecated/str2mat.m
diffstat 22 files changed, 24 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/deprecated/lchol.m
+++ b/scripts/deprecated/lchol.m
@@ -23,7 +23,7 @@
 ## instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = lchol (varargin)
   persistent warned = false;
--- a/scripts/deprecated/loadimage.m
+++ b/scripts/deprecated/loadimage.m
@@ -28,6 +28,8 @@
 ## Created: July 1994
 ## Adapted-By: jwe
 
+## Deprecated in version 3.2
+
 function [img_retval, map_retval] = loadimage (varargin)
 
   persistent warned = false;
--- a/scripts/deprecated/spatan2.m
+++ b/scripts/deprecated/spatan2.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{atan2} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spatan2 (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spchol.m
+++ b/scripts/deprecated/spchol.m
@@ -23,7 +23,7 @@
 ## This function has been deprecated.  Use @code{chol} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spchol (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spchol2inv.m
+++ b/scripts/deprecated/spchol2inv.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{chol2inv} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spchol2inv (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spcholinv.m
+++ b/scripts/deprecated/spcholinv.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{cholinv} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spcholinv (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spcumprod.m
+++ b/scripts/deprecated/spcumprod.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{cumprod} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spcumprod (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spcumsum.m
+++ b/scripts/deprecated/spcumsum.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{cumsum} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spcumsum (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spdet.m
+++ b/scripts/deprecated/spdet.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{det} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spdet (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spdiag.m
+++ b/scripts/deprecated/spdiag.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{diag} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spdiag (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spfind.m
+++ b/scripts/deprecated/spfind.m
@@ -24,7 +24,7 @@
 ## This function has been deprecated.  Use @code{find} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spfind (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spinv.m
+++ b/scripts/deprecated/spinv.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{inv} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spinv (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spkron.m
+++ b/scripts/deprecated/spkron.m
@@ -23,7 +23,7 @@
 
 ## Author: jwe
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spkron (varargin)
   persistent warned = false;
--- a/scripts/deprecated/splchol.m
+++ b/scripts/deprecated/splchol.m
@@ -24,7 +24,7 @@
 ## instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = splchol (varargin)
   persistent warned = false;
--- a/scripts/deprecated/splu.m
+++ b/scripts/deprecated/splu.m
@@ -25,7 +25,7 @@
 ## This function has been deprecated.  Use @code{lu} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = splu (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spmax.m
+++ b/scripts/deprecated/spmax.m
@@ -22,7 +22,7 @@
 ## This function has been deprecated.  Use @code{max} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spmax (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spmin.m
+++ b/scripts/deprecated/spmin.m
@@ -22,7 +22,7 @@
 ## This function has been deprecated.  Use @code{min} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spmin (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spprod.m
+++ b/scripts/deprecated/spprod.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{prod} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spprod (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spqr.m
+++ b/scripts/deprecated/spqr.m
@@ -24,7 +24,7 @@
 ## This function has been deprecated.  Use @code{qr} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spqr (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spsum.m
+++ b/scripts/deprecated/spsum.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{sum} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spsum (varargin)
   persistent warned = false;
--- a/scripts/deprecated/spsumsq.m
+++ b/scripts/deprecated/spsumsq.m
@@ -21,7 +21,7 @@
 ## This function has been deprecated.  Use @code{sumsq} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function retval = spsumsq (varargin)
   persistent warned = false;
--- a/scripts/deprecated/str2mat.m
+++ b/scripts/deprecated/str2mat.m
@@ -31,6 +31,8 @@
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
 ## Adapted-By: jwe
 
+## Deprecated in version 3.2
+
 function retval = str2mat (varargin)
   persistent warned = false;
   if (! warned)