summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
...
* DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-141-0/+2
* ENH: Make the ndarray diagonal method return a view.Charles Harris2013-08-221-1/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* Update docsJay Bourque2013-08-161-3/+3
* Update docsJay Bourque2013-08-161-0/+3
* Update docsJay Bourque2013-08-161-18/+24
* Reword some comments/documentationJay Bourque2013-08-161-5/+8
* Update documentation for 'at' methodJay Bourque2013-08-161-0/+41
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-0/+69
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-0/+26
* DOC: Add NPY_RELAXED_STRIDES_DOCUMENTATION doc to ndarry.flagsSebastian Berg2013-04-111-2/+11
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-11/+7
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-11/+7
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | 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-6/+10
* DOC: Add example showing how a view of a slice can misbehaveSteve2013-02-051-0/+16
* DOC -- add another paragraph note to ndarray.view docs (cont'd)Steve2013-02-051-5/+8
* DOC -- add another paragraph note to ndarray.view docsSteve2013-02-041-0/+6
* Improvements to ndarray.view docstringThomas Robitaille2012-11-221-4/+6
* [FIX] preserve memory order in np.copy()Nathaniel J. Smith2012-10-011-1/+4
* Add doc to {empty,zeros,ones}_like that tell in witch version their dtype and...Frederic2012-09-261-0/+2
* DOC: describe output from astype methodMatthew Brett2012-09-131-0/+8
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-5/+17
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-13/+0
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-129/+4
* Merge pull request #245 from jseabold/digitize-open-rightTravis E. Oliphant2012-04-041-2/+17
|\
| * DOC: Clarify digitize docs and add exampleSkipper Seabold2012-04-031-5/+11
| * ENH: Give digitize left or right open interval optionSkipper Seabold2012-04-031-2/+11
* | ENH: Add 'sorter' argument to searchsorted.Bryan Van de Ven2012-04-041-1/+1
|/
* DOC: label the current NA implementation as experimental in 1.7.xRalf Gommers2012-03-301-0/+11
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-5/+16
* DOC: putmask: mention copyto is NA-aware, and recommend to switch to it.Ralf Gommers2011-12-301-2/+4
* DEP: undeprecate putmask. Used a lot, no need to deprecate it.Ralf Gommers2011-12-301-4/+4
* ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-291-1/+28
* DOC: missingdata: Add introductory documentation for NA-masked arraysMark Wiebe2011-08-271-0/+38
* ENH: missingdata: Add maskna= and ownmaskna= parameters to np.asarray and fri...Mark Wiebe2011-08-271-1/+14
* ENH: missingdata: Add maskna= parameter to np.copy and ndarray.copyMark Wiebe2011-08-271-6/+10
* ENH: missingdata: Implement skipna= support for np.std and np.varMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Support 'skipna=' parameter in np.meanMark Wiebe2011-08-271-4/+27
* ENH: missingdata: Create count_reduce_items functionMark Wiebe2011-08-271-1/+56
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-271-2/+5
* ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always...Mark Wiebe2011-08-271-1/+1
* DOC: ufunc: Document the 'axis=' improvments to reduction functionsMark Wiebe2011-08-271-2/+16
* ENH: missingdata: Progress towards supporting ufunc reduce with NA masksMark Wiebe2011-08-271-1/+3
* ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty...Mark Wiebe2011-08-271-0/+2
* DOC: nditer: Add links to the nditer introductory doc to make it more discove...Mark Wiebe2011-08-251-0/+2
* DOC: datetime: Update the docs to reflect busday_count changeMark Wiebe2011-07-191-3/+1