summaryrefslogtreecommitdiff
path: root/numpy/doc/structured_arrays.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Unify casting error creation (outside the iterator)Sebastian Berg2020-05-021-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-06-121-5/+2
* DOC: fixes from reviewmattip2019-02-281-5/+5
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-7/+8
* DOC: doctest structured array introductionmattip2019-01-141-48/+58
* DOC: more doc updates for structured arraysAllan Haldane2018-12-151-0/+9
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-46/+62
* ENH: add multi-field assignment helpers in np.lib.recfunctionsAllan Haldane2018-10-311-0/+9
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-18/+56
* formatting fixesmattip2018-04-111-2/+2
* Misc. typosluz.paz2018-02-121-1/+1
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* DOC: update structured array docs to reflect #6053, fixupsAllan Haldane2017-11-091-56/+56
* DOC: update structured array docs to reflect #6053Allan Haldane2017-11-091-193/+470
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* typo corrrected.Daniel2015-12-231-1/+1
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-27/+13
* BUG: recarray __repr__ gives inaccurate representationAllan Haldane2015-01-301-1/+1
* BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-0/+4
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-26/+103
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+1
* Update structured_arrays.pyhklemm2013-07-281-4/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DOC: add a few more wiki edits, and move umath docs to correct place.rgommers2011-03-071-6/+22
* DOC: merge wiki changes, structured array doc.rgommers2011-03-021-1/+32
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-011-2/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+2
* Docstring update: numpy.docPauli Virtanen2009-10-021-20/+19
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+176