Re: [Numpy-discussion] MoinMoin <-> docstrings gateway

2008-05-05 Thread dieter h
On Mon, May 5, 2008 at 1:48 AM, Gael Varoquaux <[EMAIL PROTECTED]> wrote: > On Mon, May 05, 2008 at 03:17:20AM +0300, Pauli Virtanen wrote: > > Some time ago there was discussion about MoinMoin <-> docstrings > > gateway. Did it produce some results? > > My girlfriend, Emmanuelle, (Cced, I am no

Re: [Numpy-discussion] Import numeric error

2008-03-21 Thread dieter h
On Fri, Mar 21, 2008 at 2:32 PM, Aswad Gurjar <[EMAIL PROTECTED]> wrote: > Hello, > > I have installed numpy-1.0.4.win32-py2.5 on windows machine for python > 2.5.1.But when I enter command > >>import Numeric > I get following error: > Traceback (most recent call last): > File "", line 1, in >

Re: [Numpy-discussion] Improving Docs on Wiki

2008-03-21 Thread dieter h
On Fri, Mar 21, 2008 at 8:54 AM, Sebastian Haase <[EMAIL PROTECTED]> wrote: > read relow... > > NumpyDocstrings category on the wiki, and suggest that we organise the > > functions underneath it according to their numpy subpackage, e.g. > > > > scipy.org/NumpyDocstrings/core/sort > > > > If y

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

[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 belie