summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: print void repr/str using hex notationAllan Haldane2017-11-121-0/+7
* Merge pull request #9332 from ahaldane/fix_0d_strreprCharles Harris2017-11-121-37/+67
|\
| * MAINT: Move 0d special casing to array_str and array_reprAllan Haldane2017-11-091-25/+35
| * MAINT: create a "legacy" print mode to account for whitespace and 0d changesAllan Haldane2017-11-081-25/+48
| * ENH: fix 0d array printing using `str` or `formatter`.Allan Haldane2017-11-081-15/+12
* | Merge pull request #9966 from ahaldane/dragon4_scalarstr_fixCharles Harris2017-11-121-28/+39
|\ \ | |/ |/|
| * ENH: Expose dragon4 fractional-cutoff modes to publicAllan Haldane2017-11-061-28/+39
* | MAINT: Rename formatters to match scalar type namesEric Wieser2017-11-041-16/+22
|/
* ENH: make dragon4 float format functions publicly visibleAllan Haldane2017-11-041-1/+138
* ENH: Make arrayprint code use dragon4 algorithmAllan Haldane2017-11-041-148/+160
* BUG: fix stray comma in _array2stringStefan Winkler2017-10-031-2/+2
* BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.pyAllan Haldane2017-09-261-7/+24
* MAINT: fixups to legacy spacing in FloatFormatAllan Haldane2017-09-251-23/+12
* MAINT: arrayprint.py formatters no longer require ravel'd dataAllan Haldane2017-09-251-16/+12
* ENH: Simplify some code in arrayprint.pyAllan Haldane2017-09-251-77/+74
* ENH: "pad_sign" option, also threshold and edgeitemsAllan Haldane2017-09-251-125/+156