summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-8/+4
* 2to3: Apply renames fixer.Charles Harris2013-04-131-2/+6
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
|/
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+2
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+2
* | 2to3: Use absolute imports.Charles Harris2013-03-281-9/+9
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-4/+4
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* BUG: Use numpystr for arrayprint fallback instead of strSkipper Seabold2012-09-251-1/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-75/+40
* BUG: fix incorrect exception handling in arrayprint. Closes ticket 2038.Ralf Gommers2012-02-041-1/+1
* BUG: missingdata: Fix long double printing of NAsMark Wiebe2011-08-271-3/+3
* BUG: repr: Make NA line up in the float array repr like inf and nanMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Add nastr= parameter to np.set_printoptions()Mark Wiebe2011-08-271-16/+24
* BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for itMark Wiebe2011-08-271-2/+2
* ENH: missingdata: Make arr.item() and arr.itemset() work with NA masksMark Wiebe2011-08-271-10/+14
* ENH: missingdata: Another NA array formatting tweakMark Wiebe2011-08-271-2/+9
* ENH: missingdata: Try to get basic NA printing to be okMark Wiebe2011-08-271-16/+41
* ENH: missingdata: Change boolean indexing to broadcast to the left manuallyMark Wiebe2011-08-271-5/+0
* ENH: Work in progress on arr.reshape, other misc changesMark Wiebe2011-08-271-0/+6
* ENH: missingdata: Get printing of NAs to work a little bit betterMark Wiebe2011-08-271-1/+3
* ENH: missingdata: Really simple printing with NA works in some cases now tooMark Wiebe2011-08-271-4/+2
* ENH: missingdata: Have some basic assignment and indexing with NA workingMark Wiebe2011-08-271-0/+2
* BUG: datetime-print: str() and repr() weren't handling the local tz properlyMark Wiebe2011-06-221-6/+21
* ENH: convert-dtype: Abstract the flexible dtype mechanism into a functionMark Wiebe2011-06-171-6/+7
* ENH: datetime-autounit: Unit detection working with arrays, fix ufunc reductionsMark Wiebe2011-06-101-4/+1
* ENH: datetime: Finish fixing up datetime printing, add datetime to string fun...Mark Wiebe2011-06-031-4/+8
* ENH: datetime: Remove TimeInteger, partially fix up datetime array printingMark Wiebe2011-06-031-8/+36
* ENH: Ticket #1218, allow use of custom formatters in array2string andRalf Gommers2011-04-241-40/+177
* BUG: Fix str formatting of complex special values and clongdouble complex.Charles Harris2011-03-251-17/+44
* 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