Re: [Numpy-discussion] Python parallel programming on Mac OS X Maverick

2013-10-28 Thread Jonathan March
Siegfried, Re Mavericks and (I)Python: https://github.com/ipython/ipython/issues/4431 https://mail.python.org/pipermail/python-dev/2013-October/129832.html -- Jonathan On Mon, Oct 28, 2013 at 11:34 AM, Siegfried Gonzi wrote: > Hi all > > Quick question: What is the minimum RAM requirement for

Re: [Numpy-discussion] Robust Sorting of Points

2013-10-27 Thread Jonathan March
If an "almost always works" solution is good enough, then sort on the distance to some fixed random point that is in the vicinity of your N points. Jonathan On Sun, Oct 27, 2013 at 3:51 PM, Freddie Witherden wrote: > On 27/10/13 20:22, josef.p...@gmail.com wrote: > > On Sun, Oct 27, 2013 at 3:2

Re: [Numpy-discussion] Importing a list into a structured numpy array, what is my error?

2011-05-18 Thread Jonathan March
On Wed, May 18, 2011 at 8:56 PM, Robert Love wrote: > > my_list = [[1960, 'W0'],[2001, 'D5']] > > my_arr = np.array(my_list, dtype=('uint', '|S2')) > > gives me an error I don't understand: > > ValueError: mismatch in size of old and new data-descriptor > > What are the old and new? I get t

Re: [Numpy-discussion] known failure test decorator not treated as expected by nose

2010-10-09 Thread Jonathan March
On Fri, Oct 8, 2010 at 6:46 PM, Ralf Gommers wrote: > > > On Fri, Oct 8, 2010 at 1:09 AM, Jonathan March wrote: > >> On Wed, Oct 6, 2010 at 6:17 PM, wrote: >> > On Wed, Oct 6, 2010 at 7:08 PM, Jonathan March >> wrote: >> >> It appears that the

Re: [Numpy-discussion] known failure test decorator not treated as expected by nose

2010-10-07 Thread Jonathan March
On Wed, Oct 6, 2010 at 6:17 PM, wrote: > On Wed, Oct 6, 2010 at 7:08 PM, Jonathan March wrote: >> It appears that the numpy testing decorators for skipping and for >> known failure should behave similarly to each other, at least from >> their descriptions here: >>

[Numpy-discussion] known failure test decorator not treated as expected by nose

2010-10-06 Thread Jonathan March
ors. Why the discrepancy? Who is out of step with whom? This is with numpy 1.4.0 and nosetests 0.11.3 Thanks, Jonathan March ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-05 Thread Jonathan March
Fernando Perez proposed a NumPy enhancement, an ndarray with named axes, prototyped as DataArray by him, Mike Trumpis, Jonathan Taylor, Matthew Brett, Kilian Koepsell and Stefan van der Walt. At SciPy 2010 on July 1, Fernando convened a BOF (Birds of a Feather) discussion of this proposal. The no