Re: [Numpy-discussion] Governance model request

2015-09-23 Thread Paul Ivanov
n good health and regains better spirits, back to lurking for me) -- _ / \ A* \^ - ,./ _.`\\ / \ / ,--.S\/ \ / `"~,_ \\ __o ? _ \<,_ /:\ --(_)/-(_)----...

Re: [Numpy-discussion] Please stop bottom posting!!

2013-04-12 Thread Paul Ivanov
> Paul Ivanov wrote: > > ... But I just came across a wonderfully short signature from > > Rick Moen, and thought I'd pass it along: > > > Cheers, A: Yes. > > Rick Moen > Q: Are you sure? > > rick@linuxmafia &

Re: [Numpy-discussion] Please stop bottom posting!!

2013-04-11 Thread Paul Ivanov
t;> A: Because it reverses the logical flow of conversation. .com McQ! (4x80)>>> Q: Why is top posting frowned upon? best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: h

Re: [Numpy-discussion] Numpy discussion - was: Raveling, reshape order keyword unnecessarily confuses index and memory ordering

2013-04-08 Thread Paul Ivanov
Ralf Gommers, on 2013-04-09 00:06, wrote: > G. website improvement --> thank you, desperately needed. Here's some login > credentials and a medal. see https://github.com/numpy/numpy.org/pull/1 Do I really get a medal? ;) best, -- Paul Ivanov 314 address only used for lists, o

Re: [Numpy-discussion] Numpy discussion - was: Raveling, reshape order keyword unnecessarily confuses index and memory ordering

2013-04-07 Thread Paul Ivanov
where folks didn't feel like there was sufficient notice outside of having to pay attention to the Numpy PR queue. In a related note - it should be made clear who the core committers are, at this point. The github organization lists the following eight: charris cournape njsmith pv rgommers

Re: [Numpy-discussion] Raveling, reshape order keyword unnecessarily confuses index and memory ordering

2013-04-06 Thread Paul Ivanov
t not OK. but it is a functional enhancement or bug fix - the ambiguity in the affect of order= values in several places only serve to confuse two different ideas into one. -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP k

Re: [Numpy-discussion] www.numpy.org home page

2012-12-17 Thread Paul Ivanov
On Mon, Dec 17, 2012 at 5:50 PM, Paul Ivanov wrote: > On Mon, Dec 17, 2012 at 12:30 PM, Chris Barker - NOAA Federal > wrote: >> Interesting -- I was asked to review the Numpy 1.5 Beginner's Guide, >> and I did read through the whole thing, and make notes, but never >>

Re: [Numpy-discussion] www.numpy.org home page

2012-12-17 Thread Paul Ivanov
te > myself to write what would have been a bad review. This was also my experience. I would go so far as to say that it would be a disservice to our community to link to that book. Our documentation is better. -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsqua

Re: [Numpy-discussion] "import numpy" performance

2012-07-03 Thread Paul Ivanov
e's a link to the rendered docs [4], but if you just grab the LazyImport class from [1], you can do fft = LazyImport('numpy.fft') 1. https://github.com/nipy/nitime/blob/master/nitime/lazyimports.py 2. http://mail.scipy.org/pipermail/scipy-dev/2011-September/016606.html 3. https://github.com/

Re: [Numpy-discussion] Missing data wrap-up and request for comments

2012-05-09 Thread Paul Ivanov
h both approaches clearly existing in an experimental sandbox inside numpy, folks who feel primary attachments to either NEP or alterNEP would be willing to cross party lines and pitch in towardd making progress in both camps. That's the way we'll find better solut

Re: [Numpy-discussion] Issue Tracking

2012-05-07 Thread Paul Ivanov
rd 2. http://projects.scipy.org/numpy/register best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Crash on (un-orthodox) __import__

2011-10-06 Thread Paul Ivanov
thon27\Lib\site-packages\numpy' which is probably not what you intended. You should make directory 'C:\Python27\Lib\site-packages' and main into 'numpy' best, -- Paul Ivanov 314 address only used for lists,  off-list direct email at: http://pirsquared.org | GPG/PGP key id:

Re: [Numpy-discussion] ANN: Numpy 1.6.0 beta 1

2011-03-31 Thread Paul Ivanov
IP=4, failures=1) best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 signature.asc Description: Digital signature ___ NumPy-Discussion mailing list NumPy-Discussio

Re: [Numpy-discussion] How to tell if I succeeded to build numpy with amd, umfpack and lapack

2011-01-26 Thread Paul Ivanov
has > been built? > So I can be sure numpy uses my own compiled versions of libamd, lapack > and so forth. Hi Samuel, take a look at numpy.show_config() and scipy.show_config() best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http://pirsquared.org | GPG/

Re: [Numpy-discussion] numpy installation

2011-01-03 Thread Paul Ivanov
meant to send it to the numpy-discussion list, since your question does not pertain to IPython itself, so I'm forwarding your email there. Also, can you be more specific about what issues you are having? best, -- Paul Ivanov 314 address only used for lists, off-list direct email at: http:/

Re: [Numpy-discussion] Simple shared arrays

2010-12-30 Thread Paul Ivanov
s) Sturla Molden's shmem_as_ndarray as outline here [1] and here [2] for these purposes. 1. http://groups.google.com/group/comp.lang.python/browse_thread/thread/79fcf022b01b7fc3 2. http://folk.uio.no/sturlamo/python/multiprocessing-tutorial.pdf -- Paul Ivanov 314 address only used

Re: [Numpy-discussion] fromfile() for reading text (one more time!)

2010-01-05 Thread Paul Ivanov
Christopher Barker, on 2010-01-04 17:05, wrote: > Hi folks, > > I'm taking a look once again at fromfile() for reading text files. I > often have the need to read a LOT of numbers form a text file, and it > can actually be pretty darn slow do i the normal python way: > > for line in file: >

Re: [Numpy-discussion] doctest improvements patch (and possible regressions)

2009-12-12 Thread Paul Ivanov
.lstrip(c,'') does not modify c at all. True best, Paul Ivanov Michael Droettboom, on 2009-12-09 06:04, wrote: > Paul Ivanov wrote: >> I marked up suspicious differences with XXX, since I don't know if >> they're significant. In particular: >>

[Numpy-discussion] doctest improvements patch (and possible regressions)

2009-12-08 Thread Paul Ivanov
ring stuff, so I was hoping to sneak this into 1.4.0, since it would make it that much more polished. Does that sound crazy? best, Paul Ivanov better-doctests.patch.gz Description: GNU Zip compressed data ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Accelerating NumPy computations [Was: GPU Numpy]

2009-08-21 Thread Paul Ivanov
g section of the slides and source code from Nicolas Pinto and Andreas Klöckner *excellent* SciPy2009 Tutorials is even more thorough: <http://conference.scipy.org/static/wiki/scipy09-pycuda-tut.pdf> <http://conference.scipy.org/static/wiki/scipy09-pycuda-tut.tar.gz> cheers,