view extra/ncArray/NEWS @ 12671:20e8aca47b2c octave-forge

prepare for release
author cdf
date Mon, 17 Aug 2015 10:19:39 +0000
parents 1d0ab462926e
children
line wrap: on
line source

Summary of important user-visible changes for ncarray 1.0.4:
------------------------------------------------------------

 ** Avoid obsolete strmatch function

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:
------------------------------------------------------------

 ** new function: nansum, nanvar, nanstd: mean, variance, standard deviation
    ignoring NaNs
 ** ncarray nows depends on package netcdf (instead of octcdf)
 ** Add missing dependency to statistics
 ** Avoid obsolete isequalwithequalnans functions

Summary of important user-visible changes for ncArray 1.0.1:
------------------------------------------------------------

 ** new function: nanmean: mean ignoring NaNs
 ** new function: load: load data based on a coordinate range or a single 
    value (only 1-dimensional coordinates are currently supported)
 ** CACHED_DECOMPRESS_DIR defaults now to a directory inside the system temporary 
    directory (/tmp on Linux)
 ** add support for xz compression
 ** optimization of assignement operator
 ** add units and standard_name in nccoord

Summary of important user-visible changes for ncArray 1.0.0:
------------------------------------------------------------

 ** Initial release