summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Use threshold also inside SubArrayFormat.Marten van Kerkwijk2023-04-071-9/+25
* ENH: show dtype in array repr when endianness is non-native (#23295)molsonkiko2023-03-141-1/+9
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-3/+3
* MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-171-1/+1
* MAINT: Rm unnecessary checks in determining typeless data.Ross Barnowski2022-11-131-4/+0
* ENH: Add spaces after punctuation in dtype repr/str. (#19686)Antony Lee2021-09-291-31/+67
* TST: Add C-side "Scaled float" exampleSebastian Berg2021-07-261-1/+6
* Merge pull request #18629 from ahaldane/min_digitsCharles Harris2021-03-311-20/+48
|\
| * DOC: Add versionadded for new min_digits argument.Charles Harris2021-03-311-1/+4
| * Update arrayprint.pyAllan Haldane2021-03-191-3/+4
| * Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-1/+1
| * Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-3/+3
| * BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-181-20/+44
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-2/+2
|/
* MAINT: import refactorMitchell Faas2021-01-311-2/+2
* ENH: Improved error traceback in set_printoptionsMitchell-Faas2021-01-311-2/+2
* BUG: Now allows for all integer typesMitchell Faas2021-01-311-1/+4
* ENH: Added sanity check to printoptionsMitchell Faas2021-01-311-0/+7
* DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-1/+1
* MAINT: Remove any mention of `formatter["str"]`Bas van Beek2020-12-191-8/+4
* DOC: Clarify that `np.array2string` can only take an `ndarray`Bas van Beek2020-12-191-1/+1
* 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