summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-67/+78
|\
| * MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-1/+1
| * BUG: Ensure that np.core.records.fromfile closes its file if something goes w...Eric Wieser2019-06-041-29/+29
| * BUG: Fix np.rec.fromarrays on arrays which are already structured (#12887)Daniel Hrisca2019-03-141-4/+2
| * Merge pull request #12604 from danielhrisca/fromfile-bugfixCharles Harris2019-01-191-1/+4
| |\
| | * chage ValueError to TypeError after reviewdanielhrisca2018-12-241-2/+2
| | * BUG: check if dtype or formats arguments are not None when calling numpy.core...danielhrisca2018-12-231-0/+3
| * | ENH: improve performance of numpy.core.records.fromarrays (#12596)Daniel Hrisca2019-01-131-5/+6
| |/
| * Rename OrderedCounter to _OrderedCounterEric Wieser2018-12-181-2/+3
| * use OrderedCounter recipe from Python documentationdanielhrisca2018-12-181-9/+17
| * ENH: improve performance for core/records/find_duplicatedanielhrisca2018-12-171-6/+9
| * MAINT: address several reviewer commentsTyler Reddy2018-12-141-4/+4
| * TST, DOC: enable refguide_checkTyler Reddy2018-12-141-20/+17
* | BUG: Fix crash in recarray if nested structured dtypes contain paddingEric Wieser2019-08-191-2/+2
* | BUG: Make np.record work on structured fields with no fieldsEric Wieser2019-08-191-7/+7
|/
* BUG: Fix `/` that should be `//`.Charles Harris2018-12-061-1/+1
* BUG: fix records.fromfile fails to read data >4 GBcgohlke2018-12-051-2/+2
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+1
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+3
* ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-7/+11
* BUG: Fixes for unicode field names in Python 2 (#11642)Chris Billington2018-08-161-2/+2
* 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