Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Chris Barker - NOAA Federal
Ralf Gommers ralf.gomm...@gmail.com wrote: but the layout of that page is on purpose. scipy.org is split into two parts: (a) a SciPy Stack part, and (b) a numpy scipy library part. You're looking at the stack part, and the preferred method to install that stack is a Python distribution.

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread jim vickroy
On 10/23/2013 8:51 AM, Chris Barker - NOAA Federal wrote: Ralf Gommers ralf.gomm...@gmail.com wrote: but the layout of that page is on purpose. scipy.org is split into two parts: (a) a SciPy Stack part, and (b) a numpy scipy library part. You're looking at the stack part, and the preferred

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Matthew Brett
Hi, On Wed, Oct 23, 2013 at 8:16 AM, jim vickroy jim.vick...@noaa.gov wrote: On 10/23/2013 8:51 AM, Chris Barker - NOAA Federal wrote: Ralf Gommers ralf.gomm...@gmail.com wrote: but the layout of that page is on purpose. scipy.org is split into two parts: (a) a SciPy Stack part, and (b)

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Pauli Virtanen
23.10.2013 20:10, Matthew Brett kirjoitti: [clip] There's no need to prefer one group over the other - we just need to make sure that both groups have instructions and binaries they can recognize as being for their case. As in: (Group 1): The easiest way to get (Group 2): You can also

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Pauli Virtanen
23.10.2013 17:51, Chris Barker - NOAA Federal kirjoitti: [clip] But it sounds like the real problem is with the surrounding pages--that's the page you find when you try to figure out how to get numpy--if that page is about the stack, it should not be linked to directly from the numpy.org page

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Matthew Brett
Hi, On Wed, Oct 23, 2013 at 10:55 AM, Pauli Virtanen p...@iki.fi wrote: 23.10.2013 20:10, Matthew Brett kirjoitti: [clip] There's no need to prefer one group over the other - we just need to make sure that both groups have instructions and binaries they can recognize as being for their case.

[Numpy-discussion] Redirecting f2py output to a logfile (when called via distutils)

2013-10-23 Thread David Ketcheson
In Clawpack, we use numpy.distutils to handle compilation and wrapping of Fortran source files via f2py. This generates a huge amount of output (warnings generated by f2py in intermediate steps) that (it seems) can safely be ignored. However, it's problematic to have pages of warnings fly by

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Pauli Virtanen
23.10.2013 21:06, Pauli Virtanen kirjoitti: 23.10.2013 17:51, Chris Barker - NOAA Federal kirjoitti: [clip] But it sounds like the real problem is with the surrounding pages--that's the page you find when you try to figure out how to get numpy--if that page is about the stack, it should not

[Numpy-discussion] profiling numpy functions

2013-10-23 Thread alex
I have a question about numpy profiling. When I run my script with -m cProfile I see timings for lots of functions, but not for some like np.exp(). How do I see these timings? I don't want to have to work around it by writing a lot of functions like def mynumpyexp(A): return np.exp(A).

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Chris Barker
On Wed, Oct 23, 2013 at 11:10 AM, Matthew Brett matthew.br...@gmail.com wrote: I am arguing that whether it's a good idea or not, according to us, is not going affect the guys and gals in Group 2, and that, unless we want to lose or discourage those people, we'll always need to support (and

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Pauli Virtanen
23.10.2013 22:50, Chris Barker kirjoitti: [clip] This makes me think: apparently there is an offical scipy stack -- and I even found it with a quick google: http://www.scipy.org/stackspec.html If you click More information... on the front page, or About Scipy in the sidebar, it takes you to

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Pauli Virtanen
23.10.2013 23:24, Pauli Virtanen kirjoitti: 23.10.2013 22:50, Chris Barker kirjoitti: [clip] This makes me think: apparently there is an offical scipy stack -- and I even found it with a quick google: http://www.scipy.org/stackspec.html If you click More information... on the front page,

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Chris Barker
Folks, After some more discussion here and on the pull request I submitted earlier, here is anew pull request -- I think conforms to what folks suggested, but still makes it a lot easier for folks to find the stand-alone installers if that's what they are looking for.

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread josef . pktd
My first stop is always pypi to find the link to binaries. https://pypi.python.org/pypi/scipy however the direct download link points to 0.11 Josef ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Ralf Gommers
On Wed, Oct 23, 2013 at 10:27 PM, Pauli Virtanen p...@iki.fi wrote: 23.10.2013 23:24, Pauli Virtanen kirjoitti: 23.10.2013 22:50, Chris Barker kirjoitti: [clip] This makes me think: apparently there is an offical scipy stack -- and I even found it with a quick google:

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Ralf Gommers
On Wed, Oct 23, 2013 at 10:34 PM, josef.p...@gmail.com wrote: My first stop is always pypi to find the link to binaries. https://pypi.python.org/pypi/scipy however the direct download link points to 0.11 Grrr. IIRC that's because you have to link a page on SF which has the actual binaries,

Re: [Numpy-discussion] official binaries on web page.

2013-10-23 Thread Chris Barker
On Wed, Oct 23, 2013 at 1:45 PM, Ralf Gommers ralf.gomm...@gmail.com wrote: I'd be tempted to replace that unreadable link with http://sourceforge.net/projects/scipy/files/scipy/ and not care about pip/easy_install scanning that page. Binary installers don't work anyway and source bundles are

[Numpy-discussion] Announcing Bokeh 0.2: interactive web plotting for Python

2013-10-23 Thread Peter Wang
Hi everyone, I'm excited to announce the v0.2 release of Bokeh, an interactive web plotting library for Python. The long-term vision for Bokeh is to provide rich interactivity, using the full power of Javascript and Canvas, to Python users who don't need to write any JS or learn the DOM. The