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

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