changeset 825:9fcb4d879b36

maint: update NEWS. * NEWS: remove section about new option for rgbplot since the function has since been removed from the package and moved to Octave core. Rewrite text about swapped arguments to medfilt2.
author Carnë Draug <carandraug@octave.org>
date Thu, 07 Nov 2013 03:27:31 +0000
parents a043a7e1745d
children e94d00437f38
files NEWS
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -69,8 +69,9 @@
     according to different standards.
 
  ** The use of non logical matrices to specify the neighborhood for the medfilt2
-    function has been deprecated.  If using a vector to specify the size of the
-    neighborhood, the elements are no longer swapped.
+    function has been deprecated.  Also, when using a vector to specify the size
+    of the neighborhood, the elements were swapped (first element is now the
+    number of rows and the second the number of columns).
 
  ** For consistency with other functions that allow specification of padding
     values, the function padarray now accepts the string "zeros" as a valid
@@ -82,9 +83,6 @@
     longer display the markers at their top. The Y axis is also adjusted in case
     of peaks with high values that prevent a good overview of the histogram.
 
- ** The function `rgbplot' accepts a style option which alows for a composite
-    display of a colormap.
-
  ** The option to create poisson noise to an image has been added to `imnoise'.
 
  ** With the addition of the strel class, the following functions are now able