| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Harmonize max and min docstrings with each other | endolith | 2013-05-17 | 1 | -8/+10 |
* | DOC: Mention all min/max functions from all others, clarify differences | endolith | 2013-05-16 | 1 | -10/+28 |
* | MAINT: Apply 2to3 idioms fixer. | Charles Harris | 2013-05-02 | 1 | -2/+1 |
* | Merge pull request #3280 from seberg/issue-3279 | seberg | 2013-04-27 | 1 | -1/+2 |
|\ |
|
| * | BUG: np.insert must copy index array | Sebastian Berg | 2013-04-27 | 1 | -1/+2 |
* | | 2to3: Apply the `numliterals` fixer and skip the `long` fixer. | Charles Harris | 2013-04-13 | 1 | -0/+1 |
|/ |
|
* | FIX: rename xrange to range in python 2 | Sebastian Berg | 2013-04-11 | 1 | -1/+4 |
* | MAINT: np.delete keep old out of bound/negative index behavior | Sebastian Berg | 2013-04-11 | 1 | -9/+23 |
* | FIX: insert/delete fixes and warnings for non-integer indices | Sebastian Berg | 2013-04-11 | 1 | -25/+43 |
* | ENH: larger fixes for np.delete and np.insert functions | Sebastian Berg | 2013-04-11 | 1 | -53/+147 |
* | 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/+1 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -1/+1 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -6/+6 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -2/+2 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | Merge pull request #3047 from charris/2to3-callable | njsmith | 2013-02-28 | 1 | -1/+2 |
|\ |
|
| * | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -1/+2 |
* | | 2to3: apply exec fixer results. | Charles Harris | 2013-02-28 | 1 | -1/+1 |
|/ |
|
* | Update numpy/lib/function_base.py | Andreas Hilboll | 2013-02-17 | 1 | -1/+1 |
* | BUG: Make nansum work with booleans. | Charles Harris | 2013-02-12 | 1 | -1/+3 |
* | [FIX] preserve memory order in np.copy() | Nathaniel J. Smith | 2012-10-01 | 1 | -2/+4 |
* | MAINT: Use linspace instead of arange in some examples. | endolith | 2012-09-17 | 1 | -3/+3 |
* | BUG: Fix for issues #378 and #392 | Han Genuit | 2012-09-07 | 1 | -6/+8 |
* | Merge pull request #352 from HackerSchool12/bugfix808 | Travis E. Oliphant | 2012-07-17 | 1 | -13/+7 |
|\ |
|
| * | BUG: Ticket #808: Insert was not performing properly when an integer was | Loftie Ellis | 2012-07-15 | 1 | -13/+7 |
* | | Merge pull request #192 from rgommers/meshgrid3d | Travis E. Oliphant | 2012-07-17 | 1 | -33/+106 |
|\ \
| |/
|/| |
|
| * | STY: meshgrid: some minor changes to address review comments. | Ralf Gommers | 2012-02-05 | 1 | -1/+1 |
| * | TST: meshgrid: test expected shapes for Cartesian and matrix indexing. | Ralf Gommers | 2011-12-28 | 1 | -5/+11 |
| * | BUG: meshgrid: raise error on single input. | Ralf Gommers | 2011-12-28 | 1 | -4/+5 |
| * | MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid. | Ralf Gommers | 2011-12-13 | 1 | -42/+36 |
| * | ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing. | Per A. Brodtkorb | 2011-12-13 | 1 | -34/+106 |
* | | DOC: merge doc wiki edits. A number of small edits in linalg and lib. | Ralf Gommers | 2012-07-07 | 1 | -3/+8 |
* | | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). | Ralf Gommers | 2012-07-07 | 1 | -3/+4 |
* | | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -10/+2 |
* | | Merge pull request #290 from mforbes/new-vectorize-clean | Travis E. Oliphant | 2012-06-12 | 1 | -141/+179 |
|\ \ |
|
| * | | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487) | Michael McNeil Forbes | 2012-05-31 | 1 | -141/+179 |
* | | | remove unused variables from histogramdd | Jake Vanderplas | 2012-06-11 | 1 | -2/+0 |
|/ / |
|
* | | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -5/+5 |
* | | ENH: Support datetime64, timedelta64 in gradient. Allow array-like input. | Ben Root | 2012-01-27 | 1 | -2/+11 |
|/ |
|
* | ENH: Add function for adding docstrings to ufuncs. | Chris Jordan-Squire | 2011-08-29 | 1 | -1/+7 |
* | ENH: missingdata: Add maskna= parameter to np.copy and ndarray.copy | Mark Wiebe | 2011-08-27 | 1 | -2/+11 |
* | ENH: missingdata: trying some more functions to see how they treat NAs | Mark Wiebe | 2011-08-27 | 1 | -0/+4 |
* | ENH: Faster asarray_chkfinite | Chris Jordan-Squire | 2011-08-13 | 1 | -2/+1 |
* | BUG: fixed histogramdd bug with empty inputs. Closes #1899. | David Huard | 2011-07-24 | 1 | -3/+3 |
* | BUG: fix asarray_chkfinite to take dtype and order args, as advertised | Lars Buitinck | 2011-07-19 | 1 | -4/+4 |
* | ENH: Fix some functions to use copyto instead of the deprecated putmask. | Charles Harris | 2011-07-09 | 1 | -7/+7 |
* | DOC:BUG: fix percentile examples. Closes #1813. | Ralf Gommers | 2011-04-29 | 1 | -7/+6 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | DOC: improve clarity of window function docs. | Ralf Gommers | 2011-04-02 | 1 | -55/+33 |