diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-04-26 17:34:41 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-05-01 11:01:02 +0100 |
commit | 89d7d1d51337bdfad1123f18b9fdb126240cf000 (patch) | |
tree | 14f33d32c8f883532b7950fec3b53ebe8aee1702 /numpy/core/arrayprint.py | |
parent | 95b550b27ea3c1a5753b51f2d3d1cb8af8ebf8d2 (diff) | |
download | numpy-89d7d1d51337bdfad1123f18b9fdb126240cf000.tar.gz |
DOC: Release note and docstring
Also adds a release note for gh-8963
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index f6f610f79..e54f4602a 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -102,6 +102,7 @@ def set_printoptions(precision=None, threshold=None, edgeitems=None, - 'complexfloat' - 'longcomplexfloat' : composed of two 128-bit floats - 'numpystr' : types `numpy.string_` and `numpy.unicode_` + - 'object' : `np.object_` arrays - 'str' : all other strings Other keys that can be used to set a group of types at once are:: |