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
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
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
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
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:
>>
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
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