summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DOC : list type option in tensordot axes argThomas A Caswell2014-12-121-5/+5
* | DOC: Imrpoved docstring for np.tensordot()Yuxiang Wang2014-11-291-8/+18
* | DOC: Update docs to reflect deprecation of alterdot and restoredot.Charles Harris2014-09-041-0/+44
* | ENH: Move vdot to multiarray.Charles Harris2014-09-041-18/+1
* | ENH: Move dotblas_innerproduct down into multiarray.Charles Harris2014-09-041-2/+3
* | ENH: Move dotblas_matrixproduct down into multiarray.Charles Harris2014-09-041-6/+6
* | ENH: When cblas is available use it in descr->f->dot.Charles Harris2014-09-041-8/+10
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-311-26/+36
|/
* ENH: remove unnecessary copy of convolve inputsJulian Taylor2014-08-261-1/+1
* Merge pull request #4917 from juliantaylor/zeros_like_stringCharles Harris2014-07-291-1/+3
|\
| * BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-291-1/+3
* | MAINT: move star imports to end of numeric.pyJulian Taylor2014-06-191-5/+8
|/
* MAINT: improve readablility of cross and improve test coverageJulian Taylor2014-06-071-29/+46
* removing call to asanyarrayCJ Carey2014-05-071-1/+1
* DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-2/+4
* ENH: disable OpenBLAS affinity settingsJulian Taylor2014-04-061-0/+13
* DOC: Link convolve with polymulendolith2014-03-221-0/+2
* Added versiontag to docstringSankarshan Mudkavi2014-03-071-0/+2
* ENH: Added an output argument for numpy.outerSankarshan Mudkavi2014-03-051-2/+4
* Merge pull request #4338 from jaimefrio/cross-broadcastJulian Taylor2014-03-011-24/+59
|\