diff NEWS @ 19160:995df67fc912

Flip arrays - ND support for fliplr and flipud, and replace flipdim with flip. * fliplr.m, flipud.m: add support for N-dimensional arrays by making use of flip(). Added new tests for ND arrays and defaults. * flipdim.m: deprecate in favour of new function flip() which has exactly the same syntax and is part of Matlab since R2014a. * flip.m: new function copied from flipdim. Added tests for ND arrays and defaults. * matrix.txi: replace flipdim DOCSTRINg with flip. * rot90.m, rotdim.m, del2.m: replace flipdim() with flip() * NEWS: note deprecation of flip(), new function flipdim(), and ND support for flipud() and fliplr().
author Carnë Draug <carandraug+dev@gmail.com>
date Sun, 21 Sep 2014 18:49:08 +0100
parents c43223245085
children 8b2a919d24bc
line wrap: on
line diff
--- a/NEWS	Sun Sep 21 11:17:28 2014 -0400
+++ b/NEWS	Sun Sep 21 18:49:08 2014 +0100
@@ -68,6 +68,7 @@
 
       bandwidth
       dir_in_loadpath
+      flip
       hgload
       hgsave
       ichol
@@ -102,6 +103,7 @@
       bicubic            | interp2
       find_dir_in_path   | dir_in_loadpath
       finite             | isfinite
+      flipdim            | flip
       fmod               | rem
       fnmatch            | glob or regexp
       nfields            | numfields
@@ -134,6 +136,12 @@
     been removed from Octave 4.2.  Replacement classes are
     <octave_map> (struct array) or <octave_scalar_map> for a single structure.
 
+ ** The following functions have now support for N-dimensional arrays:
+
+      fliplr
+      flipud
+
+
 Summary of important user-visible changes for version 4.0:
 ---------------------------------------------------------