[Numpy-discussion] 1.6: branching and release notes

Ralf Gommers ralf.gommers at googlemail.com
Wed Mar 16 04:33:39 EDT 2011


On Wed, Mar 16, 2011 at 4:16 PM, Mark Wiebe <mwwiebe at gmail.com> wrote:

>
>
> On Tue, Mar 15, 2011 at 10:42 PM, Ralf Gommers <
> ralf.gommers at googlemail.com> wrote:
>
>>
>>
>> On Wed, Mar 16, 2011 at 11:29 AM, Ralf Gommers <
>> ralf.gommers at googlemail.com> wrote:
>>
>>>
>>>
>>> On Wed, Mar 16, 2011 at 2:31 AM, Charles R Harris <
>>> charlesr.harris at gmail.com> wrote:
>>>
>>>>
>>>>
>>>> On Tue, Mar 15, 2011 at 12:26 PM, Mark Wiebe <mwwiebe at gmail.com> wrote:
>>>>
>>>> I pushed one more small API change to PyArray_NewLikeArray, adding a
>>>>> 'subok' parameter which lets you disable sub-types. The things missing still
>>>>> are documentation (maybe others can help?). The Python nditer exposure is
>>>>> undocumented, as well as the new parameters to ufuncs (full list: 'casting',
>>>>> 'out', 'order', 'subok', 'dtype').
>>>>>
>>>>>
>>> Okay, I'll write some docs for the nditer object.
>>>
>>
>> Hi Mark, could you review and fill in a few blanks:
>> https://github.com/rgommers/numpy/tree/nditer-docs
>>
>
> I've changed some and filled in more details. Sphinx appears to get this
> totally wrong though, it completely ignores the Attributes section (maybe
> those need to be separated out?), and links to numpy.copy instead of
> nditer.copy in the Methods section.
>
> Yes, that's a bug in the Sphinx autosummary extension. And also in the
class template in the numpy reference guide source. I already filed #1772
for that.

Attributes section should be fine as it is.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110316/856b7df9/attachment.html>


More information about the NumPy-Discussion mailing list