summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * TST: Added out of bounds axis checking to the tests.jaimefrio2014-02-211-11/+42
| * BUG: Fix broadcasting in np.cross (solves #2624)jaimefrio2014-02-201-24/+28
* | Fix seterr example for resetting to old settingsNiklas Hambüchen2014-02-201-1/+1
|/
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-6/+6
* DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-1/+6
* DOC: use variable names in formula for convolveArun Persaud2013-11-151-1/+3
* ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULTJulian Taylor2013-10-221-1/+1
* Merge pull request #3913 from bspinnler/fix_correlate_docstringCharles Harris2013-10-161-1/+27
|\
| * DOC: replaced typeset formulas by pure ASCII equivalents.Bernhard Spinnler2013-10-151-13/+12
| * DOC: fixed correlate docstring.Bernhard Spinnler2013-10-131-7/+34
* | Ensure masked arrays are treated correctly for isclose(..,..,equal_nan=True)Marten van Kerkwijk2013-10-131-1/+2
|/
* DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-141-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-16/+16
* DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/.Charles Harris2013-08-151-16/+16
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-6/+5
* ENH: vectorize boolean comparisons of floatsJulian Taylor2013-07-081-1/+6
* Rename filled, filled_like to full, full_likeJohannes Schönberger2013-06-301-13/+13
* Update default dtype of filled function in doc stringJohannes Schönberger2013-06-061-1/+1
* Rename fill value parameter for consistency across numpy+Johannes Schönberger2013-06-061-9/+9
* Add examples to doc string of filled and filled_likeJohannes Schönberger2013-06-061-0/+25
* Add separate parameter description to filled, filled_like and onesJohannes Schönberger2013-06-061-6/+35
* Add tests for filled_like functionJohannes Schönberger2013-06-061-10/+0
* Fix doc stringJohannes Schönberger2013-06-061-3/+1
* Replace nans, nans_like, infs, infs_like with filled functionsJohannes Schönberger2013-06-061-93/+15
* Fix typo in doc stringJohannes Schönberger2013-06-061-4/+4