Re: [Numpy-discussion] Compiling for free on Windows32

2009-04-15 Thread Thomas Heller
Fadhley Salim schrieb: > So what is the official way to compile Numpy 1.3.0 for Python 2.4.x? > If Visual Studio 2003 will not compile it and nothing else is > intended to work, then surely nothing will work? That cannot be > right. > > PS. Perhaps there is another way to do it... compiling for me

Re: [Numpy-discussion] numpy.ctypeslib.ndpointer and the restype attribute [patch]

2009-04-03 Thread Thomas Heller
Thomas Heller schrieb: >> Sturla Molden schrieb: >>> On 3/26/2009 12:41 PM, Jens Rantil wrote: >>> >>>> Wouldn't my code, or a tweak of it, be a nice feature in >>>> numpy.ctypeslib? Is this the wrong channel for proposing things like

Re: [Numpy-discussion] numpy.ctypeslib.ndpointer and the restype attribute [patch]

2009-03-27 Thread Thomas Heller
ok at >> >> http://svn.scipy.org/svn/numpy/trunk/numpy/ctypeslib.py >> >> you will see that it does almost the same. I think it would be better to >> work out why ndpointer fails as restype and patch that. > Thomas Heller schrieb: > ndpointer(...), which ret

Re: [Numpy-discussion] numpy.ctypeslib.ndpointer and the restype attribute [patch]

2009-03-26 Thread Thomas Heller
Sturla Molden schrieb: > On 3/26/2009 12:41 PM, Jens Rantil wrote: > >> Wouldn't my code, or a tweak of it, be a nice feature in >> numpy.ctypeslib? Is this the wrong channel for proposing things like >> this? > > If you look at > > http://svn.scipy.org/svn/numpy/trunk/numpy/ctypeslib.py >

Re: [Numpy-discussion] ANN: NumPy 1.2.0

2008-09-27 Thread Thomas Heller
David Cournapeau schrieb: > Thomas Heller wrote: >> >> Well, the first question is: What does happen when I install the SSE3 >> version >> (or how it's called) on my machine, use py2exe to build an app, and this >> app runs on a SSE2 machine - degraded p

Re: [Numpy-discussion] ANN: NumPy 1.2.0

2008-09-26 Thread Thomas Heller
[Thomas] >> If I now build applications using numpy with py2exe for distribution, >> what will happen on the target computers if the components are not 'right' >> for the actual machine type? [David] > Note that the superpack is actually quite primitive: it is a nsis > installer which encompasses

Re: [Numpy-discussion] ANN: NumPy 1.2.0

2008-09-26 Thread Thomas Heller
Jarrod Millman schrieb: > I'm pleased to announce the release of NumPy 1.2.0. > I see that the windows installer is now a superkac installer, which AFAIU selects the 'right' components for the target computer at install time. If I now build applications using numpy with py2exe for distribution,

[Numpy-discussion] inserting indexes into an array

2008-09-24 Thread Thomas Heller
I have a numpy array comtaining numbers (a, b, ...), like this: array([a, b, c, d, e, f]) What is the fastest way to create another array that has the index of the element before each element of the original array? The result should look like this: array([0, a, 1, b, 2, c, 3, d, 4, e, 5, f]) -

Re: [Numpy-discussion] Windows_XP_x86_64_MSVC buildbot needs clean install directory

2008-09-01 Thread Thomas Heller
Pauli Virtanen schrieb: > Hi, > > The buildbot slave Windows_XP_x86_64_MSVC seems to have some bogus files > left over in its installation directory (in numpy\doc\) which cause the > tests to fail. > > Removing the installation directory probably helps. > It did. -- Thanks, Thomas

Re: [Numpy-discussion] Please volunteer a Mac OS X buildbot slave

2008-08-11 Thread Thomas Heller
Stéfan van der Walt schrieb: > Hi all, > > Due to hardware failure, we recently lost another of our build slaves. > OSX is one of our primary deployment platforms, so I'd like to > replace this one. If you have a mac available with good network > connectivity, please consider volunteering it as

[Numpy-discussion] Windows_XP_x86_64_MSVC buildbot

2008-06-27 Thread Thomas Heller
I'm going to have a 2 or 3-weeks vacation, and will shut down the Windows_XP_x86_64_MSVC during this time. I will restart it when I come back, sorry for the inconvenience. Thanks, Thomas ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http

Re: [Numpy-discussion] __array_interface__ / __array_struct__

2008-01-23 Thread Thomas Heller
Travis E. Oliphant schrieb: > Thomas Heller wrote: >> Travis E. Oliphant schrieb: >> >>> Thomas Heller wrote: >>> >>>> I am experimenting with implementing __array_interface__ and/or >>>> __array_struct__ >>>> prop

Re: [Numpy-discussion] __array_interface__ / __array_struct__

2008-01-22 Thread Thomas Heller
Travis E. Oliphant schrieb: > Thomas Heller wrote: >> I am experimenting with implementing __array_interface__ and/or >> __array_struct__ >> properties for ctypes instances, and have problems to create numpy arrays >> from them that share the memory. Probably I'

[Numpy-discussion] __array_interface__ / __array_struct__

2008-01-22 Thread Thomas Heller
I am experimenting with implementing __array_interface__ and/or __array_struct__ properties for ctypes instances, and have problems to create numpy arrays from them that share the memory. Probably I'm doing something wrong; what is the correct function in numpy to create these shared objects? I a

Re: [Numpy-discussion] Buildbot for numpy

2007-06-19 Thread Thomas Heller
Stefan van der Walt schrieb: > http://buildbot.scipy.org > > If your platform is not currently on the list, please consider > volunteering a machine as a build slave. This machine will be > required to run the buildbot client, and to build a new version of > numpy whenever changes are made to the