On Thu, Oct 16, 2014 at 10:22 AM, Nathaniel Smith wrote:
> On Tue, Oct 14, 2014 at 10:33 PM, Charles R Harris
> wrote:
> >
> > On Tue, Oct 14, 2014 at 11:50 AM, Nathaniel Smith wrote:
> >>
> >> On 14 Oct 2014 18:29, "Charles R Harris"
> >> wrote:
> >> >
> >> >
> >> >
> >> > On Tue, Oct 14, 201
On Sat, Oct 4, 2014 at 12:29 PM, Derek Homeier <
de...@astro.physik.uni-goettingen.de> wrote:
> On 4 Oct 2014, at 08:37 pm, Ariel Rokem wrote:
>
> > >>> import numpy as np
> > >>> np.__version__
> > '1.9.0'
> > >>> np.g
Hi everyone,
>>> import numpy as np
>>> np.__version__
'1.9.0'
>>> np.gradient(np.array([[1, 2, 6], [3, 4, 5]], dtype=np.float))
[array([[ 2., 2., -1.],
[ 2., 2., -1.]]), array([[-0.5, 2.5, 5.5],
[ 1. , 1. , 1. ]])]
On the other hand:
>>> import numpy as np
>>> np.__v
oject around?
>
> Thanks for your time.
>
> Best regards,
>
> Armando
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
--
Ar
imedelta64).
Thanks a lot,
Ariel
--
Ariel Rokem
Helen Wills Neuroscience Institute
University of California, Berkeley
http://argentum.ucbso.berkeley.edu/ariel
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/list
s to match desktop colors more closely
>
> * Replaced calls of wx.Yield() with wx.GetApp().Yield(True)
>
> * Changed default font to use system font
>
> * Fixed TabularEditor compatibility problem with wx 2.6 regarding the
> page-down key
>
> * Fixed bug in propagating c
>
> * Added a trait to the wx pyface workbench View to indicate if the view
> dock window should be closeable.
>
> * Fixed the DirectoryEditor to popup the correct file dialog (thanks to
> Luca Fasano and Phil Thompson)
>
> * Fixed a circular import error in Color, Font and RGBC
Doh! That's embarrassing!
Thanks!
On Jan 26, 2009, at 12:00 PM, Keith Goodman wrote:
> On Mon, Jan 26, 2009 at 11:48 AM, Ariel Rokem
> wrote:
>> Hi - I am trying to find a string in a list with strings and have
>> come
>> across the following state of affairs:
Hi - I am trying to find a string in a list with strings and have come
across the following state of affairs:
In [228]: subjects
Out[228]:
['KAA',
'CCS',
'EJS',
'MNM',
'JHS',
'LJL',
'DVA',
'FCL',
'CNC',
'KFM',
'APM',
'GMC']
In [229]: subjects[0]
Out[229]: 'KAA'
In [230]: subjects[0
Hello - I tried doing this and keep getting the error attached below. It
seems like it is a completely different issue, having to do with the
architecture of my mac, but maybe someone here knows how to resolve it. I am
doing all this on an Intel mac with OS 10.5.5
Thanks a bunch --
Ariel
--
10 matches
Mail list logo