Re: [Numpy-discussion] a list of all available integer dtypes

2013-08-09 Thread Valentin Haenel
Hi, * Matthew Brett [2013-08-10]: > On Fri, Aug 9, 2013 at 3:17 PM, Robert Kern wrote: > > On Fri, Aug 9, 2013 at 11:06 PM, Valentin Haenel wrote: > >> I have a quick question: Is there a way to get a list of all available > >> Numpy integer dtypes programatically? > > > > [~] > > |8> def all_d

[Numpy-discussion] Nanmean review

2013-08-09 Thread David Reed
Hello, This is my first time contributing and I was hoping to get a review of a change I made. Here is the comparison link. https://github.com/dvreed77/numpy/compare/nanmean ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.s

Re: [Numpy-discussion] a list of all available integer dtypes

2013-08-09 Thread Matthew Brett
Hi, On Fri, Aug 9, 2013 at 3:17 PM, Robert Kern wrote: > On Fri, Aug 9, 2013 at 11:06 PM, Valentin Haenel wrote: >> >> Hi, >> >> I have a quick question: Is there a way to get a list of all available >> Numpy integer dtypes programatically? > > [~] > |8> def all_dtypes(cls): > ..> for sub in

Re: [Numpy-discussion] a list of all available integer dtypes

2013-08-09 Thread Robert Kern
On Fri, Aug 9, 2013 at 11:06 PM, Valentin Haenel wrote: > > Hi, > > I have a quick question: Is there a way to get a list of all available > Numpy integer dtypes programatically? [~] |8> def all_dtypes(cls): ..> for sub in cls.__subclasses__(): ..> try: ..> sub(0) ..>

[Numpy-discussion] a list of all available integer dtypes

2013-08-09 Thread Valentin Haenel
Hi, I have a quick question: Is there a way to get a list of all available Numpy integer dtypes programatically? thanks, V- ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] np.load crashing in Anaconda Python 3.3.2

2013-08-09 Thread Gaƫl Varoquaux
Hi list, Just a quick heads up: on Python Anaconda 3.3.2 np.load leads to a segfault. I am not on a computer for a week, but I saw that just before leaving. If I remember right, it is a simple matter of doing: a = np.zeros(10) np.save('a.npy', a) np.load('a.npy') I haven't submitted a bug report

[Numpy-discussion] ANN: XDress v0.3 Release

2013-08-09 Thread Anthony Scopatz
Hello All, I am pleased to announce the latest the latest and greatest release of xdress, which incorporates a lot of feedback received at SciPy 2013. Please see the release notes below for more information. And a HUGE congratulations to the IPython team on their v1.0 release today! Please cont