Re: [Numpy-discussion] GSOC

2014-02-23 Thread Ralf Gommers
On Fri, Feb 21, 2014 at 5:17 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Fri, Feb 21, 2014 at 1:18 AM, Jennifer stone jenny.stone...@gmail.comwrote: https://wiki.python.org/moin/SummerOfCode/2014 The link provided by Josef is yet to list SciPy/NumPy under it. Somebody

Re: [Numpy-discussion] GSOC

2014-02-23 Thread Sebastian Berg
On So, 2014-02-23 at 10:30 +0100, Ralf Gommers wrote: On Fri, Feb 21, 2014 at 5:17 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Fri, Feb 21, 2014 at 1:18 AM, Jennifer stone jenny.stone...@gmail.com wrote:

Re: [Numpy-discussion] GSOC

2014-02-23 Thread Ralf Gommers
On Sun, Feb 23, 2014 at 10:44 AM, Sebastian Berg sebast...@sipsolutions.net wrote: On So, 2014-02-23 at 10:30 +0100, Ralf Gommers wrote: On Fri, Feb 21, 2014 at 5:17 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Fri, Feb 21, 2014 at 1:18 AM, Jennifer stone

Re: [Numpy-discussion] GSOC

2014-02-23 Thread Pauli Virtanen
23.02.2014 11:30, Ralf Gommers kirjoitti: [clip] 1. fix up ideas page with scipy/numpy descriptions, idea difficulty levels and preferably some more ideas. Here's a start: https://github.com/scipy/scipy/wiki/GSoC-project-ideas ___ NumPy-Discussion

Re: [Numpy-discussion] Suggestions for GSoC Projects

2014-02-23 Thread Jennifer stone
In an attempt to analyze the accuracy of hyp2f1, Different cases mentioned in Abramowitz ( http://people.math.sfu.ca/~cbm/aands/page_561.htmhttp://bl-1.com/click/load/UmcPPANhUGxVMQNuUGU-b0231 ) and also in the Thesis on 'Computation of Hypergeometric functions

[Numpy-discussion] 1.8.1 release

2014-02-23 Thread Charles R Harris
Hi All, A lot of fixes have gone into the 1.8.x branch and it looks about time to do a bugfix release. There are a couple of important bugfixes still to backport, but if all goes well next weekend, March 1, looks like a good target date. So give the current 1.8.x branch a try so as to check that

Re: [Numpy-discussion] How exactly ought 'dot' to work?

2014-02-23 Thread Nathaniel Smith
On Sat, Feb 22, 2014 at 7:09 PM, Pauli Virtanen p...@iki.fi wrote: 23.02.2014 00:03, Nathaniel Smith kirjoitti: Currently numpy's 'dot' acts a bit weird for ndim2 or ndim1. In practice this doesn't usually matter much, because these are very rarely used. But, I would like to nail down the