summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: add the reference to 'printoptions'Eugene Prilepin2019-09-051-2/+2
* Merge pull request #14290 from eric-wieser/fix-if-fieldsCharles Harris2019-08-221-1/+1
|\
| * Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-40/+57
| |\
| * | MAINT: Use the `.names is None` idiom to detect structured array in arrayprintEric Wieser2019-08-191-1/+1
* | | DEP: Deprecate arrayprint formatting functionskritisingh12019-08-191-39/+0
| |/ |/|
* | MAINT: Change the type of error raised in set_printoptions (gh-13899)Kexuan Sun2019-07-251-2/+4
* | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-091-0/+1
* | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-2/+2
* | DOC: clarify array_{2string,str,repr} defaultsMike Lui2019-04-251-26/+29
* | DOC: clarify array_{2string,str,repr} defaultsMike Lui2019-04-251-9/+18
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-17/+19
|/
* BUG: test, fix for threshold='nan'mattip2018-12-011-1/+6
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-1/+9
* MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-2/+4
* Merge branch 'master' into fix-overloaded-reprStephan Hoyer2018-10-261-3/+3
|\
| * MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-3/+3
* | MAINT: ndarray.__repr__ should not rely on __array_function__Stephan Hoyer2018-10-181-53/+76
|/
* ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-0/+25
* MAINT: remove redundant importsmattip2018-09-091-1/+1
* DOC: Updated array2string description (#11571)logeaux2018-07-141-0/+2
* DOC: Fix incorrect function name in format_float_positional example (#10987)Mike Toews2018-04-261-1/+1
* BUG: 'style' arg to array2string broken in legacy modeAllan Haldane2018-04-211-0/+3
* 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
|\ \