summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Be specific about where AxisError is raisedEric Wieser2017-02-201-2/+2
* ENH: For compatibility, use an exception type that subclasses both original t...Eric Wieser2017-02-201-2/+2
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-7/+4
* ENH: Improve the efficiency of indicesEric Wieser2017-02-181-7/+4
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-2/+2
* DOC: Clarified when a copy is made in numpy.asarray [skip ci]Michael Seifert2016-11-031-2/+2
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-2/+2
* DOC, MAINT: Update error message in rollaxis.gfyoung2016-09-111-4/+4
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-3/+3
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-11/+11
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-4/+6
* ENH: added axis param for np.count_nonzerogfyoung2016-08-041-2/+87
* MAINT: Cleanp of random stuffJoseph Fox-Rabinovitz2016-05-041-58/+63
* ENH: Allow rolling multiple axes at the same time.Antony Lee2016-04-021-22/+46
* MAINT: np.full defaults to the filler's dtype.Antony Lee2016-03-201-8/+5
* BUG: Fix binary_repr for negative numbersgfyoung2016-03-131-44/+46
* DOC: Fixed math rendering in tensordot docs.Simon Gibbons2016-02-251-3/+3
* DOC: base_repr *can* handle negative integers.Nathaniel Beaver2016-02-011-1/+1
* BUG: check lower limit of base in base_repr.Nathaniel Beaver2016-02-011-0/+2
* MAINT: ensureisclose returns scalar when called with two scalarsAndrew Nelson2016-01-151-1/+5
* ENH: moveaxis functionStephan Hoyer2016-01-091-9/+98
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-4/+4
* ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-121-1/+3
* BUG: Make allclose return python bool.Charles Harris2015-11-041-1/+2
* DOC: Update documentation for isfortran.Charles Harris2015-11-011-2/+6
* DEP: Remove warning for `full` when dtype is set.Antony Lee2015-10-111-3/+3
* FutureWarning for np.full(..., non-float).Antony Lee2015-09-281-2/+7
* ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-291-3/+6
* Merge pull request #6200 from bsipocz/convolve_docstring_link_fixCharles Harris2015-08-121-3/+3
|\
| * Changing invalid links to stringsBrigitta Sipocz2015-08-121-3/+3
* | MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-26/+23
* | STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-16/+22
* | DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-6/+13
* | Merge pull request #5490 from charris/cleanup-gh-4986Charles Harris2015-06-211-8/+7
|\ \
| * | DOC: Update docs.Gabor Kovacs2015-06-211-8/+7
* | | DEP,MAINT: Remove old_behavior keyword from numeric.correlate.Charles Harris2015-06-211-19/+5
|/ /
* | DEP: Add notes to some deprecations.Charles Harris2015-06-211-1/+1
* | MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+3
* | ENH: Add a matmul function to multiarrayCharles Harris2015-06-041-6/+7
* | BUG: Handling of axisc in np.crossJaime Fernandez2015-05-171-14/+20
* | DOC: Add versionadded.chebee7i2015-02-221-2/+2
* | MAINT: Minor code edits.chebee7i2015-02-221-4/+5
* | ENH: Add `equal_nan` argument to allclose.chebee7i2015-02-201-2/+7
* | MAINT: Make allclose use isclose.chebee7i2015-02-201-36/+7
* | ENH: Make rollaxis always return a view.Charles Harris2015-01-191-6/+11
* | DOC : rollaxis returns a view of the input.jnothman2015-01-181-1/+1
* | MAINT/TST: Add test for require, stop making extra copies.Eric Moore2015-01-171-18/+25
* | DOC: Fix doc of seterrcall. Issue #4427Marshall Farrier2015-01-101-5/+6
* | DOC : integer -> int doc nitpickThomas A Caswell2014-12-121-1/+2