summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Issue FutureWarning when malformed records detected.Charles Harris2018-02-081-1/+8
* ENH: Fix repr of np.record objects to match np.void typesEric Wieser2018-01-161-2/+6
* BUG: Fix line wrapping and remove trailing space for recarrayEric Wieser2017-12-081-3/+7
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1
* BUG: Fix error in fromstring function from numpy.core.records (#9369)Daniel Hrisca2017-07-061-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris2017-04-141-1/+2
|\
| * BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes2016-09-081-1/+2
* | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-2/+2
* | Merge pull request #8486 from eric-wieser/patch-8ahaldane2017-01-171-3/+1
|\ \
| * | BUG: Fix IndexError in fromrecordsEric Wieser2017-01-171-3/+1
| |/
* | ENH: Improve the alignment of recarray.__repr__Eric Wieser2017-01-171-15/+17
|/
* BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-311-1/+1
* BUG recarray slices should preserve subclass.Marten van Kerkwijk2016-01-061-3/+3
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-4/+4
* ENH: make recarray.getitem return a recarrayAllan Haldane2015-11-061-0/+1
* BUG: recarrays viewed as subarrays don't convert to np.record typeAllan Haldane2015-10-171-11/+19
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-16/+16
* DOC: Update docs.Gabor Kovacs2015-06-211-3/+2
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-26/+18
* BUG: Further fixes to record and recarray getitem/getattrErik M. Bray2015-06-011-4/+13
* BUG: recarray __repr__ gives inaccurate representationAllan Haldane2015-01-301-3/+22
* BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-24/+35
* Merge pull request #5483 from ahaldane/dtype_showtypeCharles Harris2015-01-241-0/+12
|\
| * ENH: Show subclass type in dtype repr and str of structured arraysAllan Haldane2015-01-241-0/+12
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-4/+4
|/
* Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-10-311-7/+3
* Replacing list with generator compherensionYuval Langer2014-10-271-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-7/+7
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-4/+4
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-6/+6
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-6/+6
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* ENH: core: add order= argument to recarray __new__Mark Wiebe2010-11-201-3/+5
* DOC: merge wiki edits for module core.rgommers2010-06-021-2/+2
* 3K: core: fix one str/bytes issue in records.pyPauli Virtanen2010-02-201-2/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* 3K: core: replace StringType in records.py by strPauli Virtanen2009-12-061-1/+1
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-2/+5
* first set of checkins from the doc editorJarrod Millman2009-11-131-5/+6
* * fixed rec.fromrecords for an explicit dtype with an object field (bug #1283)pierregm2009-11-101-20/+19
* Docstring update: corePauli Virtanen2009-10-021-19/+48