| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: implement may_share_memory in C | Julian Taylor | 2013-05-28 | 1 | -0/+26 |
* | DOC: Add NPY_RELAXED_STRIDES_DOCUMENTATION doc to ndarry.flags | Sebastian Berg | 2013-04-11 | 1 | -2/+11 |
* | 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 | -11/+7 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -11/+7 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | | 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 | -6/+10 |
* | DOC: Add example showing how a view of a slice can misbehave | Steve | 2013-02-05 | 1 | -0/+16 |
* | DOC -- add another paragraph note to ndarray.view docs (cont'd) | Steve | 2013-02-05 | 1 | -5/+8 |
* | DOC -- add another paragraph note to ndarray.view docs | Steve | 2013-02-04 | 1 | -0/+6 |
* | Improvements to ndarray.view docstring | Thomas Robitaille | 2012-11-22 | 1 | -4/+6 |
* | [FIX] preserve memory order in np.copy() | Nathaniel J. Smith | 2012-10-01 | 1 | -1/+4 |
* | Add doc to {empty,zeros,ones}_like that tell in witch version their dtype and... | Frederic | 2012-09-26 | 1 | -0/+2 |
* | DOC: describe output from astype method | Matthew Brett | 2012-09-13 | 1 | -0/+8 |
* | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). | Ralf Gommers | 2012-07-07 | 1 | -5/+17 |
* | Remove PyArray_ReduceWrapper from public API | Nathaniel J. Smith | 2012-06-16 | 1 | -13/+0 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -129/+4 |
* | Merge pull request #245 from jseabold/digitize-open-right | Travis E. Oliphant | 2012-04-04 | 1 | -2/+17 |
|\ |
|
| * | DOC: Clarify digitize docs and add example | Skipper Seabold | 2012-04-03 | 1 | -5/+11 |
| * | ENH: Give digitize left or right open interval option | Skipper Seabold | 2012-04-03 | 1 | -2/+11 |
* | | ENH: Add 'sorter' argument to searchsorted. | Bryan Van de Ven | 2012-04-04 | 1 | -1/+1 |
|/ |
|
* | DOC: label the current NA implementation as experimental in 1.7.x | Ralf Gommers | 2012-03-30 | 1 | -0/+11 |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -5/+16 |
* | DOC: putmask: mention copyto is NA-aware, and recommend to switch to it. | Ralf Gommers | 2011-12-30 | 1 | -2/+4 |
* | DEP: undeprecate putmask. Used a lot, no need to deprecate it. | Ralf Gommers | 2011-12-30 | 1 | -4/+4 |
* | ENH: Add function for adding docstrings to ufuncs. | Chris Jordan-Squire | 2011-08-29 | 1 | -1/+28 |
* | DOC: missingdata: Add introductory documentation for NA-masked arrays | Mark Wiebe | 2011-08-27 | 1 | -0/+38 |
* | ENH: missingdata: Add maskna= and ownmaskna= parameters to np.asarray and fri... | Mark Wiebe | 2011-08-27 | 1 | -1/+14 |
* | ENH: missingdata: Add maskna= parameter to np.copy and ndarray.copy | Mark Wiebe | 2011-08-27 | 1 | -6/+10 |
* | ENH: missingdata: Implement skipna= support for np.std and np.var | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Support 'skipna=' parameter in np.mean | Mark Wiebe | 2011-08-27 | 1 | -4/+27 |
* | ENH: missingdata: Create count_reduce_items function | Mark Wiebe | 2011-08-27 | 1 | -1/+56 |
* | ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks | Mark Wiebe | 2011-08-27 | 1 | -2/+5 |
* | ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always... | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | DOC: ufunc: Document the 'axis=' improvments to reduction functions | Mark Wiebe | 2011-08-27 | 1 | -2/+16 |
* | ENH: missingdata: Progress towards supporting ufunc reduce with NA masks | Mark Wiebe | 2011-08-27 | 1 | -1/+3 |
* | ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty... | Mark Wiebe | 2011-08-27 | 1 | -0/+2 |
* | DOC: nditer: Add links to the nditer introductory doc to make it more discove... | Mark Wiebe | 2011-08-25 | 1 | -0/+2 |
* | DOC: datetime: Update the docs to reflect busday_count change | Mark Wiebe | 2011-07-19 | 1 | -3/+1 |
* | DOC: datetime: Update docstrings for busdays code. | Steve R. Hastings | 2011-07-19 | 1 | -83/+92 |
* | STY: Fix 'copy' 'copyto' typo and remove some trailing whitespace. | Charles Harris | 2011-07-09 | 1 | -1/+1 |
* | ENH: Use np.copyto instead of np.fill in some places | Mark Wiebe | 2011-07-08 | 1 | -5/+0 |
* | ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto | Mark Wiebe | 2011-07-08 | 1 | -1/+52 |
* | DOC: minor documentation fixes | Pauli Virtanen | 2011-06-25 | 1 | -0/+2 |
* | DOC: dtype-struct: Document the changes to struct dtypes | Mark Wiebe | 2011-06-22 | 1 | -1/+10 |
* | DOC: datetime-feedback: Applying Ralf's feedback for the parameter conventions | Mark Wiebe | 2011-06-15 | 1 | -17/+17 |
* | STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendar | Mark Wiebe | 2011-06-15 | 1 | -21/+23 |
* | DOC: datetime-feedback: Various comment/documentation tweaks from Chuck's rev... | Mark Wiebe | 2011-06-15 | 1 | -4/+6 |
* | DOC: datetime-bday: Document the datetime business day functions | Mark Wiebe | 2011-06-14 | 1 | -0/+262 |