changeset 589:31736083c9a5

image: now dependent on >=3.6.0 due to nthargout on regionprops
author carandraug
date Fri, 07 Sep 2012 15:44:24 +0000
parents 32415069ede0
children bb0e1c085831
files DESCRIPTION NEWS
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -9,7 +9,7 @@
  The package also provides functions for feature extraction, image
  statistics, spatial and geometric transformations, morphological
  operations, linear filtering, and much more.
-Depends: octave (>= 3.4.0), signal
+Depends: octave (>= 3.6.0), signal
 Autoload: no
 License: GPLv3+, simplified BSD
 Url: http://octave.sf.net
--- a/NEWS
+++ b/NEWS
@@ -76,4 +76,6 @@
     and return a matrix of the values found. Its documentation has been
     expanded (as well as an explanation of TIFF structure on the source)
 
+ ** Package is now dependent on GNU Octave version 3.6.0 or later.
+
  ** Package is no longer automatically loaded.