Re: [Numpy-discussion] Development workflow

2010-10-13 Thread Jason Grout
On 10/12/10 10:33 AM, Charles R Harris wrote: On Tue, Oct 12, 2010 at 9:22 AM, Pierre GMpgmdevl...@gmail.com wrote: On Oct 12, 2010, at 5:10 PM, David Cournapeau wrote: On Tue, Oct 12, 2010 at 6:06 PM, Pierre GMpgmdevl...@gmail.com wrote: All, All my sincere apologies for the mess I

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Lluís
Fernando Perez writes: On Wed, Sep 8, 2010 at 5:00 AM, Lluís xscr...@gmx.net wrote: Well, the pull requests I posted to your repository are for fairly trivial fixes (but some still need documentation and regression test updates). By the way Lluis, I replied to one of your requests (Keith

Re: [Numpy-discussion] www.numpy.org url issues

2010-10-13 Thread Benjamin Root
On Wed, Oct 13, 2010 at 12:11 AM, David Warde-Farley warde...@iro.umontreal.ca wrote: I'm not sure who registered/owns numpy.org, but it looks like a frame sitting on top of numpy.scipy.org. whois says that it is a John Turner of Technical Computing Solutions in Tennessee. Looks like he has

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Keith Goodman
On Wed, Oct 13, 2010 at 6:02 AM, Lluís xscr...@gmx.net wrote: Fernando Perez writes: By the way Lluis, I replied to one of your requests (Keith merged the other one, thanks!) here: How can I see which one got merged without checking one by one? It was this one:

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Ralf Gommers
On Wed, Oct 13, 2010 at 4:48 AM, Christopher Barker chris.bar...@noaa.govwrote: Ralf Gommers wrote: Yes I got one response at http://projects.scipy.org/numpy/ticket/1322, a negative one unfortunately. For what it's worth, the posted binary seems to work fine on my OS-X 10.5 PPC system

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Ralf Gommers
On Wed, Oct 13, 2010 at 4:53 AM, Christopher Barker chris.bar...@noaa.govwrote: Vincent Davis wrote: Ok, Friedrich and I are working on setting up a machine for building on 10.5 and hope (I do) to have that going for 1.5.1rc1 I hope to do a 10.6 for 1.5rc1 also. why have a separate 10.6

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Christopher Barker
On 10/13/10 8:30 AM, Ralf Gommers wrote: For what it's worth, the posted binary seems to work fine on my OS-X 10.5 PPC system (python2.6), so maybe the PPC part works, the Intel part not. Thanks, good to know. My conclusion is that binaries built on 10.6 do not work

[Numpy-discussion] 32 bit version numpy

2010-10-13 Thread P Sanjey
Dear all, How can I build a 32 bit numpy on a x86_64 machine? I have python installed as 32 bit as well. Please would you mind giving me the commands? I am suing a Fedora core 3 machine. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] DataArray fixes

2010-10-13 Thread Fernando Perez
On Wed, Oct 13, 2010 at 6:02 AM, Lluís xscr...@gmx.net wrote: Yup, I know it brings havok to the tests, as the constructor interface is essentially different. I'll try to find some time at the beginning of next month to fix all missing bits on my pull requests. An yes, I saw you comment. On

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Vincent Davis
On Wed, Oct 13, 2010 at 10:44 AM, Christopher Barker chris.bar...@noaa.gov wrote: On 10/13/10 8:30 AM, Ralf Gommers wrote:     For what it's worth, the posted binary seems to work fine on my OS-X     10.5 PPC system (python2.6), so maybe the PPC part works, the Intel part     not. Thanks,

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Friedrich Romstedt
2010/10/13 Christopher Barker chris.bar...@noaa.gov: On 10/12/10 2:00 PM, Vincent Davis wrote: I could do 10.4 also. For me doing this is maybe best described as a curiosity. But my understanding was that some where having trouble install on 10.5 with binaries made on 10.6. So if I can learn

Re: [Numpy-discussion] www.numpy.org url issues

2010-10-13 Thread Vincent Davis
On Wed, Oct 13, 2010 at 8:03 AM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Oct 13, 2010 at 12:11 AM, David Warde-Farley warde...@iro.umontreal.ca wrote: I'm not sure who registered/owns numpy.org, but it looks like a frame sitting on top of numpy.scipy.org. whois says that it is a

Re: [Numpy-discussion] www.numpy.org url issues

2010-10-13 Thread Robert Ferrell
I forwarded this msg to John, in case he isn't watching this list. I recall that around that time (Y2K) John grabbed a few domains of public projects and donated them as soon as the project was ready for it. (To keep the squatters at bay I guess.) -robert On Oct 13, 2010, at 8:03 AM,

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Christopher Barker
On 10/13/10 12:48 PM, Friedrich Romstedt wrote: 2010/10/13 Christopher Barkerchris.bar...@noaa.gov: Ideally, I think the Mac numpy binaries should match the python.org python binaries: Python 2.5: 32-bit PPC/i386 for Mac OS X 10.3.9 through 10.6 Python 2.6: 32-bit PPC/i386 for Mac OS X

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Christopher Barker
On 10/13/10 12:36 PM, Vincent Davis wrote: Do you have the machines (or VMs) to do that? No it's an injured MacBook Pro. Installing on different partitions 10.5 and 10.6 need to look for 10.4. Its an intel and I think only some 10.4 DVDs work, I think some only have the ppc version. what a

[Numpy-discussion] installing different tag or branches from git source

2010-10-13 Thread Vincent Davis
Ok so this is more of a git question but and I think it might be simple I just don't get it. Lets say I get a copy of numpy, $git clone http://github.com/numpy/numpy.git and now I what install the 1.4.1 release which is a tag or I want to install 1.4.x maintenance which is a branch. My

Re: [Numpy-discussion] help from OS X 10.5 users wanted

2010-10-13 Thread Friedrich Romstedt
Okay I guessed that, so first, we (Vincent and me) are just going the normal route and make a working solution. So we're going to use the standard (in the best sense) python.org installers and we'll compile against them. I'll test the installers on my own 10.6 notebook and on the rather virgin

Re: [Numpy-discussion] installing different tag or branches from git source

2010-10-13 Thread Friedrich Romstedt
There are good docs at kernel.org, or in your local system maybe, the URL I'm using usually is http://www.kernel.org/pub/software/scm/git/docs/ You can switch around my modifying the URL once at git-checkout (what will be your starting point) or similar. :-) Friedrich