| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP,MAINT: Remove support for a._format array printing. | Charles Harris | 2015-06-21 | 1 | -44/+27 |
* | MAINT: Mark deprecation warning with a date and Numpy version. | Charles Harris | 2015-06-21 | 1 | -0/+2 |
* | DOC: add array2string to reference guide and explain relation to array_repr/str | Ralf Gommers | 2015-03-18 | 1 | -0/+4 |
* | BUG: Fixes #5376: np.ravel to return same array type | Garrett-R | 2015-01-02 | 1 | -1/+2 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -3/+3 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+0 |
* | MAINT: Use np.errstate context manager. | Charles Harris | 2013-07-11 | 1 | -8/+4 |
* | 2to3: Apply renames fixer. | Charles Harris | 2013-04-13 | 1 | -2/+6 |
* | Merge pull request #3202 from charris/2to3-reduce-fixups | njsmith | 2013-04-07 | 1 | -2/+1 |
|\ |
|
| * | MAINT: Cleanup some imports involving reduce. | Charles Harris | 2013-04-06 | 1 | -2/+1 |
* | | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -1/+2 |
|\ |
|
| * | DOC: regex-assisted fixes of definition list formatting | endolith | 2013-03-19 | 1 | -1/+2 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -9/+9 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -4/+4 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+3 |
* | BUG: Use numpystr for arrayprint fallback instead of str | Skipper Seabold | 2012-09-25 | 1 | -1/+1 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -75/+40 |
* | BUG: fix incorrect exception handling in arrayprint. Closes ticket 2038. | Ralf Gommers | 2012-02-04 | 1 | -1/+1 |
* | BUG: missingdata: Fix long double printing of NAs | Mark Wiebe | 2011-08-27 | 1 | -3/+3 |
* | BUG: repr: Make NA line up in the float array repr like inf and nan | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Add nastr= parameter to np.set_printoptions() | Mark Wiebe | 2011-08-27 | 1 | -16/+24 |
* | BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | ENH: missingdata: Make arr.item() and arr.itemset() work with NA masks | Mark Wiebe | 2011-08-27 | 1 | -10/+14 |
* | ENH: missingdata: Another NA array formatting tweak | Mark Wiebe | 2011-08-27 | 1 | -2/+9 |
* | ENH: missingdata: Try to get basic NA printing to be ok | Mark Wiebe | 2011-08-27 | 1 | -16/+41 |
* | ENH: missingdata: Change boolean indexing to broadcast to the left manually | Mark Wiebe | 2011-08-27 | 1 | -5/+0 |
* | ENH: Work in progress on arr.reshape, other misc changes | Mark Wiebe | 2011-08-27 | 1 | -0/+6 |
* | ENH: missingdata: Get printing of NAs to work a little bit better | Mark Wiebe | 2011-08-27 | 1 | -1/+3 |
* | ENH: missingdata: Really simple printing with NA works in some cases now too | Mark Wiebe | 2011-08-27 | 1 | -4/+2 |
* | ENH: missingdata: Have some basic assignment and indexing with NA working | Mark Wiebe | 2011-08-27 | 1 | -0/+2 |
* | BUG: datetime-print: str() and repr() weren't handling the local tz properly | Mark Wiebe | 2011-06-22 | 1 | -6/+21 |
* | ENH: convert-dtype: Abstract the flexible dtype mechanism into a function | Mark Wiebe | 2011-06-17 | 1 | -6/+7 |
* | ENH: datetime-autounit: Unit detection working with arrays, fix ufunc reductions | Mark Wiebe | 2011-06-10 | 1 | -4/+1 |
* | ENH: datetime: Finish fixing up datetime printing, add datetime to string fun... | Mark Wiebe | 2011-06-03 | 1 | -4/+8 |
* | ENH: datetime: Remove TimeInteger, partially fix up datetime array printing | Mark Wiebe | 2011-06-03 | 1 | -8/+36 |
* | ENH: Ticket #1218, allow use of custom formatters in array2string and | Ralf Gommers | 2011-04-24 | 1 | -40/+177 |
* | BUG: Fix str formatting of complex special values and clongdouble complex. | Charles Harris | 2011-03-25 | 1 | -17/+44 |
* | BUG: core: format 'nan' and 'inf' also in array repr by default (#1050) | Pauli Virtanen | 2010-07-18 | 1 | -4/+4 |
* | BUG: Work around warning raised by np.isinf(np.inf). The isinf warning should... | Charles Harris | 2010-02-21 | 1 | -7/+15 |
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+2 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -0/+5 |
* | 3K: core: work around some cyclic imports | Pauli Virtanen | 2009-12-06 | 1 | -1/+3 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -4/+4 |
* | Docstring update: core | Pauli Virtanen | 2009-10-02 | 1 | -1/+3 |
* | Re-base the date-time branch back to the trunk. | Travis Oliphant | 2009-08-28 | 1 | -7/+8 |
|\ |
|
| * | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -7/+8 |
* | | Code compiles and some of it seems to work... | Travis Oliphant | 2009-08-27 | 1 | -4/+7 |
|/ |
|
* | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -2/+9 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -9/+10 |