Re: [Numpy-discussion] timing results (was: record arrays initialization)

2012-05-04 Thread Paul Anton Letnes
On Fri, May 4, 2012 at 12:49 AM, Keith Goodman kwgood...@gmail.com wrote: On Thu, May 3, 2012 at 3:12 PM, Moroney, Catherine M (388D) catherine.m.moro...@jpl.nasa.gov wrote: Here is the python code: def single(element, targets):    if (isinstance(element, tuple)):        xelement =

[Numpy-discussion] 2012 SciPy Bioinformatics Workshop

2012-05-04 Thread Chris Mueller
We are pleased to announce the 2012 SciPy Bioinformatics Workshop held in conjunction with SciPy 2012 this July in Austin, TX. Python in biology is not dead yet... in fact, it's alive and well! Remember just a few short years ago when BioPerl ruled the world?  Just one minor paradigm shift*

[Numpy-discussion] Quaternion data type

2012-05-04 Thread Ilan Schnell
Hello everyone, what is the plan for Quaternion data types in numpy? I saw that during last years SciPy spring https://github.com/martinling/numpy_quaternion was started, but not updated or released since then. Thanks Ilan ___ NumPy-Discussion

Re: [Numpy-discussion] Quaternion data type

2012-05-04 Thread Charles R Harris
Hi Ilan On Fri, May 4, 2012 at 3:38 PM, Ilan Schnell ischn...@enthought.com wrote: Hello everyone, what is the plan for Quaternion data types in numpy? I saw that during last years SciPy spring https://github.com/martinling/numpy_quaternion was started, but not updated or released since

Re: [Numpy-discussion] What is consensus anyway

2012-05-04 Thread Pauli Virtanen
26.04.2012 03:11, Travis Oliphant kirjoitti: [clip] It would be nice if every pull request created a message to this list. Is that even possible? Unidirectional forwarding is possible, for instance using Github's API, https://github.com/pv/github-pull-request-fwd Github itself doesn't

Re: [Numpy-discussion] Quaternion data type

2012-05-04 Thread Ilan Schnell
Hi Chuck, thanks for the prompt reply. I as curious because because someone was interested in adding http://pypi.python.org/pypi/Quaternion to EPD, but Martin and Mark's implementation of quaternions looks much better. - Ilan On Fri, May 4, 2012 at 5:36 PM, Charles R Harris