summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make arrayprint str and repr the ndarray defaults.Charles Harris2020-08-221-3/+0
* Make requested changesPan Jan2020-04-271-5/+4
* Improve way of breaking linesPan Jan2020-04-171-9/+16
* Improve testingPan Jan2020-04-161-2/+0
* ENH: improve printing of arrays with multi-line reprsPan Jan2020-04-161-4/+27
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-2/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-11/+4
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-33/+26
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-7/+7
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-181-1/+1
|\
| * DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* | Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-151-2/+6
|\ \ | |/ |/|
| * MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-2/+6
* | DOC: add `printoptions` as a context manager to `set_printoptions` (#14636)Eugene Prilepin2019-10-061-1/+10
|/
* 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