changeset 12473:28f6a7c5772d octave-forge

use lower-case package name
author abarth93
date Sun, 04 May 2014 19:49:45 +0000
parents e9286e7b70e4
children 01093720816e
files extra/ncArray/DESCRIPTION extra/ncArray/NEWS
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extra/ncArray/DESCRIPTION	Sun May 04 19:35:56 2014 +0000
+++ b/extra/ncArray/DESCRIPTION	Sun May 04 19:49:45 2014 +0000
@@ -1,11 +1,11 @@
-Name: ncArray
-Version: 1.0.2
-Date: 2014-02-17
+Name: ncarray
+Version: 1.0.3
+Date: 2014-05-04
 Author: Alexander Barth <barth.alexander@gmail.com>
 Maintainer: Alexander Barth <barth.alexander@gmail.com>
-Title: ncArray
+Title: ncarray
 Description: Access a single or a collection of NetCDF files as a multi-dimensional array
 Categories: IO
 Depends: octave (>= 3.4.0), netcdf (>= 1.0.2), statistics (>= 1.0.6)
 License: GPLv2+
-Url: http://octave.sf.net, http://modb.oce.ulg.ac.be/mediawiki/index.php/ncArray
+Url: http://modb.oce.ulg.ac.be/mediawiki/index.php/ncArray
--- a/extra/ncArray/NEWS	Sun May 04 19:35:56 2014 +0000
+++ b/extra/ncArray/NEWS	Sun May 04 19:49:45 2014 +0000
@@ -1,3 +1,10 @@
+Summary of important user-visible changes for ncarray 1.0.3:
+------------------------------------------------------------
+
+ ** use lower-case package name as upper-case latters in the package name can 
+    cause troubles wiht pkg.
+ ** new functions nctimeunits and ncreadtime for handling time variables.
+
 Summary of important user-visible changes for ncArray 1.0.2:
 ------------------------------------------------------------