Re: [Numpy-discussion] CROSS-COMPILING NUMPY

2009-02-14 Thread David Cournapeau
Yepez, Esteban wrote: > Hello, > > I have having a hard time finding more information to help me, so I > thought I'd ping you both. > > I need to x-compile numpy for a new processor. I have a toolchain, and > have x-compiled python2.5.4, boost1.37,swig1.38. I just can't figure > out how to x-co

Re: [Numpy-discussion] astype

2009-02-14 Thread Brennan Williams
Nils Wagner wrote: > On Sat, 14 Feb 2009 17:22:43 +0100 > "Nils Wagner" wrote: > >> Hi all, >> >> How can I convert an array with string elements to >> an array with float entries ? >> >> >> >> > coord_info[:,1] > >> array(['0,0', '100,0', '200,0', '300,0', '400,0',

[Numpy-discussion] CROSS-COMPILING NUMPY

2009-02-14 Thread Yepez, Esteban
Hello, I have having a hard time finding more information to help me, so I thought I'd ping you both. I need to x-compile numpy for a new processor. I have a toolchain, and have x-compiled python2.5.4, boost1.37,swig1.38. I just can't figure out how to x-compile numpy. Now I had to play many t

Re: [Numpy-discussion] Buildbot not building?

2009-02-14 Thread Pauli Virtanen
Sat, 14 Feb 2009 23:39:32 +0200, Stéfan van der Walt wrote: > 2009/2/14 Pauli Virtanen : >> It seems that the buildbot.scipy.org is not picking up the changes in >> Numpy trunk. > > Thanks for the report. I've let the system administrater know. > > Once the server is able to poll from SVN, would

Re: [Numpy-discussion] Buildbot not building?

2009-02-14 Thread Stéfan van der Walt
Hi Pauli 2009/2/14 Pauli Virtanen : > It seems that the buildbot.scipy.org is not picking up the changes in > Numpy trunk. Thanks for the report. I've let the system administrater know. Once the server is able to poll from SVN, would you still recommend using the persistent poller? Regards Sté

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread Charles R Harris
On Sat, Feb 14, 2009 at 10:34 AM, David Cournapeau wrote: > On Sun, Feb 15, 2009 at 1:28 AM, David Cournapeau > wrote: > > > > > Note that this is windows x64, whose support has never been on part > > with 32 bits ones. I will look at those. > > I looked at the problem, and I have no clue about w

Re: [Numpy-discussion] Bilateral filter: bug corrected

2009-02-14 Thread Stéfan van der Walt
Hi Nadav 2009/2/13 Nadav Horesh : > I tried the installer and it did not copy bilateral.py. I tried to improve > it and the result is in the attached file. I hope it would pass the mail > filter, if not contact me directly to the email address below. Thanks! I applied your changes and modifi

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread David Cournapeau
On Sun, Feb 15, 2009 at 1:28 AM, David Cournapeau wrote: > > Note that this is windows x64, whose support has never been on part > with 32 bits ones. I will look at those. I looked at the problem, and I have no clue about what's going on. To make things interesting, the free 64 bits compilers ar

[Numpy-discussion] Buildbot not building?

2009-02-14 Thread Pauli Virtanen
Hi, It seems that the buildbot.scipy.org is not picking up the changes in Numpy trunk. I'd guess this could be some issue with SVNPoller. At least it doesn't preserve states across buildmaster restarts, so replacing it with the following might help: {{{ import os from buildbot.changes.svnpoll

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread David Cournapeau
On Sun, Feb 15, 2009 at 1:04 AM, Pauli Virtanen wrote: > Sun, 15 Feb 2009 00:57:12 +0900, David Cournapeau wrote: > >> On Sun, Feb 15, 2009 at 12:41 AM, Pauli Virtanen wrote: >>> Hi, >>> >>> Sat, 14 Feb 2009 23:38:11 +0900, David Cournapeau wrote: I've just merged the branch Pauli and me

Re: [Numpy-discussion] astype

2009-02-14 Thread Nils Wagner
On Sat, 14 Feb 2009 17:22:43 +0100 "Nils Wagner" wrote: > Hi all, > > How can I convert an array with string elements to > an array with float entries ? > > > coord_info[:,1] > array(['0,0', '100,0', '200,0', '300,0', '400,0', >'500,0', > '600,0', '700,0', '800,0', '0.0', '100.0', '2

[Numpy-discussion] astype

2009-02-14 Thread Nils Wagner
Hi all, How can I convert an array with string elements to an array with float entries ? >>> coord_info[:,1] array(['0,0', '100,0', '200,0', '300,0', '400,0', '500,0', '600,0', '700,0', '800,0', '0.0', '100.0', '200.0', '300.0', '400.0', '500.0', '600.0', '700.0', '800.0', '0.0', '1

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread josef . pktd
On Sat, Feb 14, 2009 at 11:04 AM, Pauli Virtanen wrote: > Sun, 15 Feb 2009 00:57:12 +0900, David Cournapeau wrote: > >> On Sun, Feb 15, 2009 at 12:41 AM, Pauli Virtanen wrote: >>> Hi, >>> >>> Sat, 14 Feb 2009 23:38:11 +0900, David Cournapeau wrote: I've just merged the branch Pauli and m

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread Pauli Virtanen
Sun, 15 Feb 2009 00:57:12 +0900, David Cournapeau wrote: > On Sun, Feb 15, 2009 at 12:41 AM, Pauli Virtanen wrote: >> Hi, >> >> Sat, 14 Feb 2009 23:38:11 +0900, David Cournapeau wrote: >>> I've just merged the branch Pauli and me have been working on >>> recently to fix several local and floa

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread David Cournapeau
On Sun, Feb 15, 2009 at 12:41 AM, Pauli Virtanen wrote: > Hi, > > Sat, 14 Feb 2009 23:38:11 +0900, David Cournapeau wrote: >> I've just merged the branch Pauli and me have been working on >> recently to fix several local and float formatting bugs. All tests pass >> on Linux, but there may stil

Re: [Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread Pauli Virtanen
Hi, Sat, 14 Feb 2009 23:38:11 +0900, David Cournapeau wrote: > I've just merged the branch Pauli and me have been working on > recently to fix several local and float formatting bugs. All tests pass > on Linux, but there may still be rough edges on Windows. Let me know if > this causes trouble

[Numpy-discussion] Float and locale formatting fixes merged in trunk

2009-02-14 Thread David Cournapeau
Hi, I've just merged the branch Pauli and me have been working on recently to fix several local and float formatting bugs. All tests pass on Linux, but there may still be rough edges on Windows. Let me know if this causes trouble, cheers, David ___