summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: typo, lintingmattip2023-05-111-1/+0
* add fast path for str(scalar_int)mattip2023-05-101-1/+3
* ENH: Use threshold also inside SubArrayFormat.Marten van Kerkwijk2023-04-071-1/+38
* ENH: show dtype in array repr when endianness is non-native (#23295)molsonkiko2023-03-141-0/+42
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-2/+2
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
* Merge pull request #18629 from ahaldane/min_digitsCharles Harris2021-03-311-0/+4
|\
| * BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-181-0/+4
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-3/+3
|/
* ENH: Added sanity check to printoptionsMitchell Faas2021-01-311-0/+3
* Improve way of breaking linesPan Jan2020-04-171-0/+27
* Improve testingPan Jan2020-04-161-1/+18
* ENH: improve printing of arrays with multi-line reprsPan Jan2020-04-161-0/+31
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-3/+1
* Property test for Unicode array printingZac-HD2020-02-051-0/+14
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-17/+6
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-5/+5
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEP: Deprecate arrayprint formatting functionskritisingh12019-08-191-5/+0
* MAINT: Change the type of error raised in set_printoptions (gh-13899)Kexuan Sun2019-07-251-3/+3
* BUG: Fix incorrect/missing reference cleanups found using valgrind (#12624)Sebastian Berg2019-01-031-0/+4
* BUG: test, fix for threshold='nan'mattip2018-12-011-0/+4
* TST: add test for array2string unexpected kwarg.Tyler Reddy2018-08-271-0/+10
* BUG: 'style' arg to array2string broken in legacy modeAllan Haldane2018-04-211-0/+2
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-5/+8
* Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-121-1/+2
* BUG: Further back-compat fix for subclassed array reprAllan Haldane2018-03-051-10/+43
* BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-181-1/+13
* Misc. typosluz.paz2018-02-161-1/+1
* BUG: infinite recursion in str of 0d subclassesAllan Haldane2018-02-111-0/+49
* Merge pull request #10443 from ahaldane/big_endian_fixesCharles Harris2018-01-291-5/+6
|\
| * BUG: Fix various Big-Endian test failures (ppc64)Allan Haldane2018-01-211-5/+6
* | BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-281-0/+2
* | BUG: correctly add initial space in legacy printingAllan Haldane2018-01-201-0/+2
* | BUG: complex repr has extra spaces, missing +Allan Haldane2018-01-201-0/+18
|/
* ENH: add `np.printoptions`, a context managerEvgeni Burovski2018-01-151-0/+32
* Merge pull request #10367 from eric-wieser/fix-10366Marten van Kerkwijk2018-01-111-0/+6
|\
| * BUG: add missing paren and remove quotes from repr of fieldless structEric Wieser2018-01-111-0/+6
* | BUG: Extra space is inserted on first line for long elementsEric Wieser2017-12-091-0/+11
|/
* Merge pull request #10176 from ahaldane/arr2str_suffixEric Wieser2017-12-081-0/+19
|\
| * ENH: add suffix option to array2string and wrap itAllan Haldane2017-12-081-0/+19
* | BUG: linewidth was not respected for arrays other than 1dEric Wieser2017-12-071-0/+31
|/
* BUG: Output of formatArray is not always wrapped correctlyEric Wieser2017-12-071-7/+45
* TST: Move formatting tests into test_arrayprintEric Wieser2017-12-011-0/+18
* BUG: edgeitems kwarg is ignoredEric Wieser2017-11-301-0/+8
* ENH: Strip trailing spaces and add newlines in truncated arrayprintEric Wieser2017-11-301-0/+71