Re: [Numpy-discussion] Improvements to SciPy.org Server

2010-09-30 Thread Sebastian Haase
On Thu, Sep 30, 2010 at 3:22 AM, Fernando Perez fperez@gmail.com wrote: On Wed, Sep 29, 2010 at 10:48 AM, Aaron River ari...@enthought.com wrote: Greetings Gentle Folk, I'm happy to announce that the server hosting SciPy.org, as well as other OSS projects, has been migrated into a

[Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Scott Sinclair
Hi, I'm behind a firewall that doesn't allow me to use the git protocol so I can't use the git:// URL. I see the following problem: $ git clone http://github.com/numpy/numpy.git numpy Initialized empty Git repository in /home/scott/external_repos/numpy/.git/ error: RPC failed; result=22, HTTP

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Benjamin Root
On Thu, Sep 30, 2010 at 3:15 AM, Scott Sinclair scott.sinclair...@gmail.com wrote: Hi, I'm behind a firewall that doesn't allow me to use the git protocol so I can't use the git:// URL. I see the following problem: $ git clone http://github.com/numpy/numpy.git numpy Initialized empty

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Aaron River
Hello Scott, If you're allowed access to arbitrary https urls, try: git clone https://github.com/numpy/numpy.git numpy -- Aaron On Thu, Sep 30, 2010 at 03:15, Scott Sinclair scott.sinclair...@gmail.com wrote: Hi, I'm behind a firewall that doesn't allow me to use the git protocol so I

[Numpy-discussion] datarray repositories have diverged

2010-09-30 Thread Rob Speer
There's some DataArray code that I've had for a while, but I just finished it up and tested it today. Most notably, it includes a new __str__ for DataArrays that does some nice layout and includes ticks: In [9]: print d_arr country year -

Re: [Numpy-discussion] Trouble cloning numpy Github repo over HTTP

2010-09-30 Thread Scott Sinclair
On 30 September 2010 17:15, Aaron River ari...@enthought.com wrote: If you're allowed access to arbitrary https urls, try: git clone https://github.com/numpy/numpy.git numpy Thanks Aaron. I'm pretty sure I tried that and failed, but I'm at home now (no proxy) but will try again tomorrow.

[Numpy-discussion] FYI: Nose

2010-09-30 Thread Charles R Harris
Looks like official nose support for Python 3.x might be in the pipelinehttp://groups.google.com/group/nose-dev/browse_thread/thread/edab248023917b00 . Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] NPZ format

2010-09-30 Thread Robert Kern
On Wed, Sep 29, 2010 at 03:17, Francesc Alted fal...@pytables.org wrote: Hi, I'm going to give a seminar about serialization, and I'd like to describe the .npy format.  I noticed that there is a variant of it called .npz that can pack several arrays in one single file. However, .npz does

Re: [Numpy-discussion] datarray repositories have diverged

2010-09-30 Thread Rob Speer
The fact that I wasn't around for the sprint probably has a lot to do with how much the code had diverged. But it's not too bad -- I merged Fernando's branch into mine and only had to change a couple of things to make the tests pass. There seem to be two general patterns for decentralized

Re: [Numpy-discussion] numpydoc: Other Parameters section

2010-09-30 Thread josef . pktd
On Thu, Sep 30, 2010 at 3:13 PM, Michael Droettboom md...@stsci.edu wrote: Is the solution as simple as the attached diff?  It works for me, but I don't understand all the implications. just minor point using title might be better now 'other parameters'.capitalize() 'Other parameters'

[Numpy-discussion] constant shaded triangle mesh in mayavi2

2010-09-30 Thread Geoffrey Irving
Hello, I'm not sure where the correct place to ask questions about Mayavi, so feel free to redirect me elsewhere. I have a triangle mesh with a bunch of data on each face. The only color-relevant argument to triangular_mesh I know about is scalars, which is one value per vertex. Is there a way

Re: [Numpy-discussion] constant shaded triangle mesh in mayavi2

2010-09-30 Thread Robert Kern
On Thu, Sep 30, 2010 at 15:30, Geoffrey Irving irv...@naml.us wrote: Hello, I'm not sure where the correct place to ask questions about Mayavi, so feel free to redirect me elsewhere. https://mail.enthought.com/mailman/listinfo/enthought-dev I have a triangle mesh with a bunch of data on

Re: [Numpy-discussion] constant shaded triangle mesh in mayavi2

2010-09-30 Thread Robert Kern
On Thu, Sep 30, 2010 at 16:00, Geoffrey Irving irv...@naml.us wrote: On Fri, Oct 1, 2010 at 9:38 AM, Robert Kern robert.k...@gmail.com wrote: On Thu, Sep 30, 2010 at 15:30, Geoffrey Irving irv...@naml.us wrote: Hello, I'm not sure where the correct place to ask questions about Mayavi, so

Re: [Numpy-discussion] constant shaded triangle mesh in mayavi2

2010-09-30 Thread Geoffrey Irving
On Fri, Oct 1, 2010 at 10:18 AM, Robert Kern robert.k...@gmail.com wrote: On Thu, Sep 30, 2010 at 16:00, Geoffrey Irving irv...@naml.us wrote: On Fri, Oct 1, 2010 at 9:38 AM, Robert Kern robert.k...@gmail.com wrote: On Thu, Sep 30, 2010 at 15:30, Geoffrey Irving irv...@naml.us wrote: Hello,

Re: [Numpy-discussion] constant shaded triangle mesh in mayavi2

2010-09-30 Thread Robert Kern
On Thu, Sep 30, 2010 at 16:26, Geoffrey Irving irv...@naml.us wrote: On Fri, Oct 1, 2010 at 10:18 AM, Robert Kern robert.k...@gmail.com wrote: On Thu, Sep 30, 2010 at 16:00, Geoffrey Irving irv...@naml.us wrote: On Fri, Oct 1, 2010 at 9:38 AM, Robert Kern robert.k...@gmail.com wrote: On Thu,

Re: [Numpy-discussion] numpydoc: Other Parameters section

2010-09-30 Thread Charles R Harris
On Thu, Sep 30, 2010 at 1:13 PM, Michael Droettboom md...@stsci.edu wrote: Is the solution as simple as the attached diff? It works for me, but I don't understand all the implications. Pauli should probably sign off on it. Why not open a ticket and mark it for review? If no comments are