[Numpy-discussion] How security holes happen

2014-03-02 Thread Charles R Harris
This is from OS X 9 if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0) goto fail; if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0) goto fail; goto fail; if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0) goto fail; Heh, mayb

Re: [Numpy-discussion] Suggestions for GSoC Projects

2014-03-02 Thread Jennifer stone
sp.hyp2f1(10,5,-300.5,0.5) -6.5184949735e+156 The present implementation of the function in scipy, involves one Euler Transform followed by the application of Power Series (as a and b turn negative after Euler Transform is applied once). This most probably blows up the values of function as |c|

Re: [Numpy-discussion] 1.8.1 release

2014-03-02 Thread Oscar Benjamin
On 26 February 2014 22:48, Matthew Brett wrote: > > In that case, the OSX instructions could (within the next few months) > be as simple as: > > Install python from binary installer at python.org > curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py > python get-pip.py > pip install

Re: [Numpy-discussion] ndarray is not a sequence

2014-03-02 Thread Sebastian Berg
On Fr, 2014-02-28 at 09:10 -0600, Anthony Scopatz wrote: > Thanks All, > > > I am sorry I missed the issue. (I still can't seem to find it, > actually.) I agree that there would be minimal overhead here and I > bet that would be easy to show. I really look forward to seeing this > get in! >