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