Re: [Numpy-discussion] numpy.sum(..., keepdims=False)

2012-04-04 Thread Pierre Haessig
Hi, Le 03/04/2012 22:10, Frédéric Bastien a écrit : I would like to add this parameter to Theano. So my question is, will the interface change or is it stable? I don't know for the stability, but for the existence of this new parameter:

Re: [Numpy-discussion] numpy.sum(..., keepdims=False)

2012-04-04 Thread David Warde-Farley
On 2012-04-03, at 4:10 PM, Frédéric Bastien wrote: I would like to add this parameter to Theano. So my question is, will the interface change or is it stable? To elaborate on what Fred said, in Theano we try to offer the same functions/methods as NumPy does with the same arguments and same

[Numpy-discussion] numpy.sum(..., keepdims=False)

2012-04-03 Thread Frédéric Bastien
Hi, Someone told me that on this page, there was a new parameter to numpy.sum: keepdims=False http://docs.scipy.org/doc/numpy/reference/generated/numpy.sum.html Currently the doc don't build correctly this page. Can someone fix this? He gived the link to the google cache that showed it, but