Changes between Version 12 and Version 13 of MaskedArray

Show
Ignore:
Timestamp:
02/28/06 18:41:57 (7 years ago)
Author:
sasha
Comment:

ndim

Legend:

Unmodified
Added
Removed
Modified
  • MaskedArray

    v12 v13  
    126126=== Case 2 === 
    127127  The function can be applied only to the data part once missing values are adequately filled. If needed, the masked version is obtained easily by applying the initial mask to the result. An {{{use_missing}}} option could be introduced to allow the use of missing values (the output would be masked), or discard them (default option?). 
    128   * '''{{{ndim}}}''': The masked array could inherit {{{ndim}}} from its {{{data}}} part. 
     128  * '''{{{ndim}}}''': The masked array could inherit {{{ndim}}} from its {{{data}}} part. Implemented in changeset:2185. 
    129129  * '''{{{std, var}}}''': An example of implementation of the function (not the method) {{{std}}} is given [attachment:ma_examples.py there]. 
    130130  * '''{{{trace}}}''': Fill with 0 if {{{use_missing}}} is False.