summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* ENH: remove unneeded spaces in float/bool reprsAllan Haldane2017-09-251-32/+37
* Merge pull request #9688 from ahaldane/array2string_sigEric Wieser2017-09-251-27/+26
|\
| * MAINT: rework recursive guard to keep array2string signatureAllan Haldane2017-09-251-27/+26
* | Merge pull request #8722 from wirawan0/masterCharles Harris2017-09-231-2/+5
|\ \
| * | MAINT: Clarify of the suppress print option more.Charles Harris2017-09-231-4/+5
| * | DOC: Clarifying the meaning of small values for `suppress` print option.Wirawan Purwanto2017-03-011-0/+2
* | | MAINT: cleanup circular import b/w arrayprint.py,numeric.pyAllan Haldane2017-09-201-14/+190
| |/ |/|
* | ENH: str/repr fixed for 0d-arraysAllan Haldane2017-05-161-31/+36
* | DOC: Release note and docstringEric Wieser2017-05-011-0/+1
* | ENH: Print object arrays containing lists unambiguouslyEric Wieser2017-05-011-0/+10
* | BUG: Prevent infinite recursion when printing self-containing arraysEric Wieser2017-04-251-2/+46
* | BUG: Don't construct formatters until we're sure they're correctEric Wieser2017-04-201-27/+32
|/
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
* DOC: fix typos in arrayprint docstrings.Ralf Gommers2016-11-061-2/+2
* MAINT: Refactor numpy/core/arrayprint.pyShota Kawabuchi2016-11-011-18/+3
* BUG: Fix array2string for structured array scalarsShota Kawabuchi2016-10-291-15/+20
* BUG: Fix subarray format changed in #8160Shota Kawabuchi2016-10-221-18/+31
* BUG: fix _array2string for strustured array (issue #5692)Shota Kawabuchi2016-10-181-33/+66
* BUG: Fix array printing with precision=0.wrwrwr2016-10-071-3/+6
* BUG: Suppress common NaT warningsSebastian Berg2016-09-021-3/+6
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-3/+3
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-3/+3
* | API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-10/+4
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-3/+3
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-4/+4
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-18/+23