summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* fixes from reviewmattip2018-04-181-6/+6
* DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-80/+84
* BUG: Further back-compat fix for subclassed array reprAllan Haldane2018-03-051-3/+4
* BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-181-7/+12
* Merge pull request #10381 from eric-wieser/fix-segfaultAllan Haldane2018-02-151-13/+36
|\
| * ENH: Always show dtype fields in the array repr, even for non-voidEric Wieser2018-02-151-6/+11
| * BUG: Fix crash on non-void structured array reprEric Wieser2018-02-151-7/+25
* | BUG: infinite recursion in str of 0d subclassesAllan Haldane2018-02-111-6/+14
* | BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-281-4/+3
* | BUG: correctly add initial space in legacy printingAllan Haldane2018-01-201-8/+11
* | BUG: complex repr has extra spaces, missing +Allan Haldane2018-01-201-23/+44
* | MAINT: address review commentsEvgeni Burovski2018-01-161-6/+5
* | ENH: add `np.printoptions`, a context managerEvgeni Burovski2018-01-151-3/+37
* | Merge pull request #10367 from eric-wieser/fix-10366Marten van Kerkwijk2018-01-111-7/+9
|\ \ | |/
| * BUG: add missing paren and remove quotes from repr of fieldless structEric Wieser2018-01-111-7/+9
* | More misc. typosluz.paz2018-01-041-1/+1
* | BUG: Extra space is inserted on first line for long elementsEric Wieser2017-12-091-6/+16
|/
* Merge pull request #10176 from ahaldane/arr2str_suffixEric Wieser2017-12-081-13/+23
|\
| * ENH: add suffix option to array2string and wrap itAllan Haldane2017-12-081-13/+23
* | BUG: linewidth was not respected for arrays other than 1dEric Wieser2017-12-071-12/+23
|/
* BUG: Output of formatArray is not always wrapped correctlyEric Wieser2017-12-071-11/+23
* MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser2017-12-061-61/+71
* MAINT: Never add the newline in _formatArray that is always discardedEric Wieser2017-12-061-4/+4
* MAINT: Combine legacy sections of _formatArrayEric Wieser2017-12-011-15/+16
* BUG: edgeitems kwarg is ignoredEric Wieser2017-11-301-6/+5
* Merge pull request #10130 from eric-wieser/tidy-_leading_trailingMarten van Kerkwijk2017-11-301-14/+19
|\
| * MAINT: Simplify _leading_trailingEric Wieser2017-11-301-14/+19
* | Merge pull request #10129 from eric-wieser/remove-trailing-spaceMarten van Kerkwijk2017-11-301-3/+7
|\ \
| * | ENH: Strip trailing spaces and add newlines in truncated arrayprintEric Wieser2017-11-301-3/+7
| |/
* | BUG: Fix downcasting in _array2stringEric Wieser2017-11-301-2/+4
|/
* BUG: stray comma should be preserved for legacy printingAllan Haldane2017-11-291-8/+11
* Merge pull request #10112 from eric-wieser/arrayprint-tidyAllan Haldane2017-11-281-19/+5
|\
| * MAINT: Simplify IntegerFormatterEric Wieser2017-11-281-19/+5
* | ENH: Improve alignment of datetime64 arrays containing NaTEric Wieser2017-11-281-23/+42
|/
* BUG: Fix crash in repr of 0d timedelta arrayEric Wieser2017-11-271-11/+7
* MAINT: Extract dtype printing code into helper functionEric Wieser2017-11-201-12/+25
* MAINT: Output appropriate newline before dtype in array reprsAllan Haldane2017-11-201-10/+27
* Merge pull request #10034 from ahaldane/legacy_scalarsCharles Harris2017-11-191-1/+8
|\
| * MAINT: legacy-printing-mode preserves 1.13 float & complex strAllan Haldane2017-11-181-1/+8
* | BUG: Fix legacy printing mode check.Charles Harris2017-11-181-1/+1
* | Merge pull request #10021 from eric-wieser/no-dtype-bool-reprAllan Haldane2017-11-181-2/+34
|\ \ | |/ |/|
| * ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+3
| * MAINT: Add helper function to determine whether to show dtype in reprEric Wieser2017-11-131-1/+31
* | MAINT: add back in errstate ignore in FloatingFormatAllan Haldane2017-11-171-3/+4
* | MAINT: Add `.. versionadded ::` to parameter documentation.Charles Harris2017-11-171-2/+8
* | MAINT: cleanup FloatingFormat codeAllan Haldane2017-11-171-32/+25
* | BUG: float arrays with no non-zero elements break legacy modeAllan Haldane2017-11-171-7/+7
* | MAINT: make legacy option support future legacy modesAllan Haldane2017-11-171-21/+31
|/
* DOC: Fix incorrect commentEric Wieser2017-11-121-1/+1
* MAINT: Backcompat fixes for dragon4 changesAllan Haldane2017-11-121-3/+43