| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Make arrayprint str and repr the ndarray defaults. | Charles Harris | 2020-08-22 | 1 | -3/+0 |
* | Make requested changes | Pan Jan | 2020-04-27 | 1 | -5/+4 |
* | Improve way of breaking lines | Pan Jan | 2020-04-17 | 1 | -9/+16 |
* | Improve testing | Pan Jan | 2020-04-16 | 1 | -2/+0 |
* | ENH: improve printing of arrays with multi-line reprs | Pan Jan | 2020-04-16 | 1 | -4/+27 |
* | MAINT: Clean up, mostly unused imports. | Warren Weckesser | 2020-01-23 | 1 | -2/+2 |
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -11/+4 |
* | MAINT: Implement keyword-only arguments as syntax | Eric Wieser | 2020-01-06 | 1 | -33/+26 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -7/+7 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | Merge pull request #14699 from mattip/doc-warnings | Ralf Gommers | 2019-10-18 | 1 | -1/+1 |
|\ |
|
| * | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -1/+1 |
* | | Merge pull request #14368 from jdufresne/byteswarning | Sebastian Berg | 2019-10-15 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 1 | -2/+6 |
* | | DOC: add `printoptions` as a context manager to `set_printoptions` (#14636) | Eugene Prilepin | 2019-10-06 | 1 | -1/+10 |
|/ |
|
* | DOC: add the reference to 'printoptions' | Eugene Prilepin | 2019-09-05 | 1 | -2/+2 |
* | Merge pull request #14290 from eric-wieser/fix-if-fields | Charles Harris | 2019-08-22 | 1 | -1/+1 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' into fix-if-fields | Eric Wieser | 2019-08-19 | 1 | -40/+57 |
| |\ |
|
| * | | MAINT: Use the `.names is None` idiom to detect structured array in arrayprint | Eric Wieser | 2019-08-19 | 1 | -1/+1 |
* | | | DEP: Deprecate arrayprint formatting functions | kritisingh1 | 2019-08-19 | 1 | -39/+0 |
| |/
|/| |
|
* | | MAINT: Change the type of error raised in set_printoptions (gh-13899) | Kexuan Sun | 2019-07-25 | 1 | -2/+4 |
* | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948) | Samesh Lakhotia | 2019-07-09 | 1 | -0/+1 |
* | | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 1 | -2/+2 |
* | | DOC: clarify array_{2string,str,repr} defaults | Mike Lui | 2019-04-25 | 1 | -26/+29 |
* | | DOC: clarify array_{2string,str,repr} defaults | Mike Lui | 2019-04-25 | 1 | -9/+18 |
* | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -17/+19 |
|/ |
|
* | BUG: test, fix for threshold='nan' | mattip | 2018-12-01 | 1 | -1/+6 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -1/+9 |
* | MAINT: more fixes for disabling overrides | Stephan Hoyer | 2018-11-10 | 1 | -2/+4 |
* | Merge branch 'master' into fix-overloaded-repr | Stephan Hoyer | 2018-10-26 | 1 | -3/+3 |
|\ |
|
| * | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -3/+3 |
* | | MAINT: ndarray.__repr__ should not rely on __array_function__ | Stephan Hoyer | 2018-10-18 | 1 | -53/+76 |
|/ |
|
* | ENH: __array_function__ support for most of numpy.core | Stephan Hoyer | 2018-10-08 | 1 | -0/+25 |
* | MAINT: remove redundant imports | mattip | 2018-09-09 | 1 | -1/+1 |
* | DOC: Updated array2string description (#11571) | logeaux | 2018-07-14 | 1 | -0/+2 |
* | DOC: Fix incorrect function name in format_float_positional example (#10987) | Mike Toews | 2018-04-26 | 1 | -1/+1 |
* | BUG: 'style' arg to array2string broken in legacy mode | Allan Haldane | 2018-04-21 | 1 | -0/+3 |
* | fixes from review | mattip | 2018-04-18 | 1 | -6/+6 |
* | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -80/+84 |
* | BUG: Further back-compat fix for subclassed array repr | Allan Haldane | 2018-03-05 | 1 | -3/+4 |
* | BUG: break cyclic refs in recursive closures | Allan Haldane | 2018-02-18 | 1 | -7/+12 |
* | Merge pull request #10381 from eric-wieser/fix-segfault | Allan Haldane | 2018-02-15 | 1 | -13/+36 |
|\ |
|
| * | ENH: Always show dtype fields in the array repr, even for non-void | Eric Wieser | 2018-02-15 | 1 | -6/+11 |
| * | BUG: Fix crash on non-void structured array repr | Eric Wieser | 2018-02-15 | 1 | -7/+25 |
* | | BUG: infinite recursion in str of 0d subclasses | Allan Haldane | 2018-02-11 | 1 | -6/+14 |
* | | BUG: repr of negative zeros sometimes has an extra space | Allan Haldane | 2018-01-28 | 1 | -4/+3 |
* | | BUG: correctly add initial space in legacy printing | Allan Haldane | 2018-01-20 | 1 | -8/+11 |
* | | BUG: complex repr has extra spaces, missing + | Allan Haldane | 2018-01-20 | 1 | -23/+44 |
* | | MAINT: address review comments | Evgeni Burovski | 2018-01-16 | 1 | -6/+5 |
* | | ENH: add `np.printoptions`, a context manager | Evgeni Burovski | 2018-01-15 | 1 | -3/+37 |