Re: [Numpy-discussion] Changed behavior of np.gradient

2014-10-16 Thread Ariel Rokem
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

Re: [Numpy-discussion] Changed behavior of np.gradient

2014-10-04 Thread Ariel Rokem
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

[Numpy-discussion] Changed behavior of np.gradient

2014-10-04 Thread Ariel Rokem
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

Re: [Numpy-discussion] Ternary plots anywhere?

2010-07-05 Thread Ariel Rokem
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

[Numpy-discussion] datetime64

2009-10-29 Thread Ariel Rokem
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

Re: [Numpy-discussion] ANNOUNCEMENT: Enthought Tool Suite (ETS) v3.3.0 released

2009-07-16 Thread Ariel Rokem
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

Re: [Numpy-discussion] ANNOUNCE: ETS 3.2.0 Released

2009-06-04 Thread Ariel Rokem
> > * 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

Re: [Numpy-discussion] Usage of numpy.where and pylab.find with strings

2009-01-26 Thread Ariel Rokem
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:

[Numpy-discussion] Usage of numpy.where and pylab.find with strings

2009-01-26 Thread Ariel Rokem
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

Re: [Numpy-discussion] ANNOUNCE: ETS 3.1.0 released!

2008-12-14 Thread Ariel Rokem
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 --