Re: [Numpy-discussion] Proposing Ubiquity

2007-11-14 Thread dieter h.
On Nov 13, 2007 12:52 PM, Robert Kern [EMAIL PROTECTED] wrote: dieter h. wrote: Hi all, Would it make sense for all functionality in Numpy/Scipy to have ubiquitous returns? In that I'm proposing that every func/method (where appropriate) have a flag in its arg list establishing a

[Numpy-discussion] Proposing Ubiquity

2007-11-13 Thread dieter h.
Hi all, Would it make sense for all functionality in Numpy/Scipy to have ubiquitous returns? In that I'm proposing that every func/method (where appropriate) have a flag in its arg list establishing a return for either [INDEX, BOOLEAN, VALUE=default]. this could be by a singular Enum flag, I

Re: [Numpy-discussion] Proposing Ubiquity

2007-11-13 Thread Robert Kern
dieter h. wrote: Hi all, Would it make sense for all functionality in Numpy/Scipy to have ubiquitous returns? In that I'm proposing that every func/method (where appropriate) have a flag in its arg list establishing a return for either [INDEX, BOOLEAN, VALUE=default]. this could be by a