summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: format 'nan' and 'inf' also in array repr by default (#1050)Pauli Virtanen2010-07-181-4/+4
* BUG: Work around warning raised by np.isinf(np.inf). The isinf warning should...Charles Harris2010-02-211-7/+15
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-0/+5
* 3K: core: work around some cyclic importsPauli Virtanen2009-12-061-1/+3
* first set of checkins from the doc editorJarrod Millman2009-11-131-4/+4
* Docstring update: corePauli Virtanen2009-10-021-1/+3
* Re-base the date-time branch back to the trunk.Travis Oliphant2009-08-281-7/+8
|\
| * Merge from doc wikiPauli Virtanen2009-06-191-7/+8
* | Code compiles and some of it seems to work...Travis Oliphant2009-08-271-4/+7
|/
* Merge reviewed docstrings from editor.Stefan van der Walt2009-03-081-2/+9
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-9/+10
* Merge from documentation editor.Stefan van der Walt2008-08-051-59/+105
* Update doctests to use the implicit "import numpy as np" made available Alan McIntyre2008-07-021-3/+2
* Fixed imports in doctests.Alan McIntyre2008-06-231-0/+1
* Fix new typo added to arrayprint.py in r3877chanley2007-07-021-1/+1
* NaN and Inf in arrays print always as NaN or Inf (not platform-dependent)cookedm2007-07-021-155/+157
* Fix ticket #501 which caused some array printing problemsTravis Oliphant2007-05-221-0/+2
* Fix doctests.Stefan van der Walt2007-02-181-1/+1
* Update docstrings.Stefan van der Walt2007-02-031-15/+60
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Fix-up boolean Formatting so that true and false line up.Travis Oliphant2006-12-231-6/+9
* Add feature so that user-defined types can be recognized when instances of sc...Travis Oliphant2006-12-081-10/+10
* Fix printing of arrays with records so that nested arrays print as lists inst...Travis Oliphant2006-09-271-1/+18
* Add quotes to printing strings.Travis Oliphant2006-09-271-1/+2
* Fix spelling of 'threshold'.Stefan van der Walt2006-07-201-5/+5
* Remove unused names from __all__ in arrayprint.Stefan van der Walt2006-07-201-2/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-1/+1
* Better handling of string representation of longfloat and clongfloat arrays.cookedm2006-05-171-6/+22
* Imperfect fix to longfloat arrays printing with inf (#112); use '%s' as the f...cookedm2006-05-171-12/+18
* .ravel and .reshape always return views and raise ValueError if that is impos...Travis Oliphant2006-03-281-1/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-15/+15
* Apply Tim's code-checker tests except for white-space-only changes.Travis Oliphant2006-03-061-8/+6
* Fixed bug in unicode change.Travis Oliphant2006-02-091-0/+3
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-1/+1
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+359