Changes between Version 8 and Version 9 of MaskedArray

Show
Ignore:
Timestamp:
01/13/06 22:38:51 (7 years ago)
Author:
sasha
Comment:

Extended __array_wrap__ is implemented.

Legend:

Unmodified
Added
Removed
Modified
  • MaskedArray

    v8 v9  
    3434and make ufuncs pass a tuple context=(func, args, i), where func is the ufunc itself, args is the tuple of ufunc arguments and 
    3535i is the index of self in the args tuple.  Strictly speaking, i is not necessary, but it is available in ufunc and may prove to be helpful 
    36 in the future. 
     36in the future. Extended {{{__array_wrap__}}}  is implemented in changeset:1898. 
    3737 
    3838Once ufuncs can handle the case of mixed arguments to binary operations, it is tempting to get rid of ma wrapers to ufuncs alltogether