[Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-13 Thread Jarrod Millman
Hello, The 1.2.0rc2 is now available: http://svn.scipy.org/svn/numpy/tags/1.2.0rc2 The source tarball is here: https://cirl.berkeley.edu/numpy/numpy-1.2.0rc2.tar.gz Here is the universal Mac binary: https://cirl.berkeley.edu/numpy/numpy-1.2.0rc2-py2.5-macosx10.5.dmg Here are the Window's binari

Re: [Numpy-discussion] patch for new mgrid / ogrid functionality

2008-09-13 Thread Travis E. Oliphant
Stéfan van der Walt wrote: > 2008/9/13 Travis E. Oliphant <[EMAIL PROTECTED]>: > >> Generally, it is O.K. except that he changes the output from a numpy >> array to a list of numpy arrays. This is a small change, but it is an >> API change. I'm not sure why he found it necessary to do that, b

Re: [Numpy-discussion] patch for new mgrid / ogrid functionality

2008-09-13 Thread Stéfan van der Walt
2008/9/13 Travis E. Oliphant <[EMAIL PROTECTED]>: > Generally, it is O.K. except that he changes the output from a numpy > array to a list of numpy arrays. This is a small change, but it is an > API change. I'm not sure why he found it necessary to do that, but it > would be easier to apply the

Re: [Numpy-discussion] Dealing with types in extension modules

2008-09-13 Thread Nathan Bell
On Wed, Sep 10, 2008 at 11:59 PM, Lane Brooks <[EMAIL PROTECTED]> wrote: > > When writing an numpy extension module, what is the preferred way to > deal with the all the possible types an ndarray can have? > > I have some data processing functions I need to implement and they need > to be generic a

Re: [Numpy-discussion] patch for new mgrid / ogrid functionality

2008-09-13 Thread Travis E. Oliphant
Stéfan van der Walt wrote: > Hey all, > > David Kaplan implemented a generalised ogrid/mgrid, and would like to > have some feedback. See > > http://projects.scipy.org/pipermail/numpy-discussion/2008-August/036691.html > > for his original email and attachment. > > If no one objects to such functi