| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Update docs to reflect deprecation of alterdot and restoredot. | Charles Harris | 2014-09-04 | 1 | -0/+44 |
* | ENH: Move vdot to multiarray. | Charles Harris | 2014-09-04 | 1 | -18/+1 |
* | ENH: Move dotblas_innerproduct down into multiarray. | Charles Harris | 2014-09-04 | 1 | -2/+3 |
* | ENH: Move dotblas_matrixproduct down into multiarray. | Charles Harris | 2014-09-04 | 1 | -6/+6 |
* | ENH: When cblas is available use it in descr->f->dot. | Charles Harris | 2014-09-04 | 1 | -8/+10 |
* | BUG: fix percentage reporting when testing.assert_allclose fails. | Patrick Peglar | 2014-08-31 | 1 | -26/+36 |
* | ENH: remove unnecessary copy of convolve inputs | Julian Taylor | 2014-08-26 | 1 | -1/+1 |
* | Merge pull request #4917 from juliantaylor/zeros_like_string | Charles Harris | 2014-07-29 | 1 | -1/+3 |
|\ |
|
| * | BUG: fix string type inconsistency between zeros and zeros_like | Julian Taylor | 2014-07-29 | 1 | -1/+3 |
* | | MAINT: move star imports to end of numeric.py | Julian Taylor | 2014-06-19 | 1 | -5/+8 |
|/ |
|
* | MAINT: improve readablility of cross and improve test coverage | Julian Taylor | 2014-06-07 | 1 | -29/+46 |
* | removing call to asanyarray | CJ Carey | 2014-05-07 | 1 | -1/+1 |
* | DEP: Deprecate that comparisons ignore errors. | Sebastian Berg | 2014-05-04 | 1 | -2/+4 |
* | ENH: disable OpenBLAS affinity settings | Julian Taylor | 2014-04-06 | 1 | -0/+13 |
* | DOC: Link convolve with polymul | endolith | 2014-03-22 | 1 | -0/+2 |
* | Added versiontag to docstring | Sankarshan Mudkavi | 2014-03-07 | 1 | -0/+2 |
* | ENH: Added an output argument for numpy.outer | Sankarshan Mudkavi | 2014-03-05 | 1 | -2/+4 |
* | Merge pull request #4338 from jaimefrio/cross-broadcast | Julian Taylor | 2014-03-01 | 1 | -24/+59 |
|\ |
|
| * | TST: Added out of bounds axis checking to the tests. | jaimefrio | 2014-02-21 | 1 | -11/+42 |
| * | BUG: Fix broadcasting in np.cross (solves #2624) | jaimefrio | 2014-02-20 | 1 | -24/+28 |
* | | Fix seterr example for resetting to old settings | Niklas Hambüchen | 2014-02-20 | 1 | -1/+1 |
|/ |
|
* | BUG: Force allclose logic to use inexact type | Sebastian Berg | 2014-02-16 | 1 | -6/+6 |
* | DEP: Deprecate boolean `-` operations | Sebastian Berg | 2014-02-12 | 1 | -1/+6 |
* | DOC: use variable names in formula for convolve | Arun Persaud | 2013-11-15 | 1 | -1/+3 |
* | ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULT | Julian Taylor | 2013-10-22 | 1 | -1/+1 |
* | Merge pull request #3913 from bspinnler/fix_correlate_docstring | Charles Harris | 2013-10-16 | 1 | -1/+27 |
|\ |
|
| * | DOC: replaced typeset formulas by pure ASCII equivalents. | Bernhard Spinnler | 2013-10-15 | 1 | -13/+12 |
| * | DOC: fixed correlate docstring. | Bernhard Spinnler | 2013-10-13 | 1 | -7/+34 |
* | | Ensure masked arrays are treated correctly for isclose(..,..,equal_nan=True) | Marten van Kerkwijk | 2013-10-13 | 1 | -1/+2 |
|/ |
|
* | DOC: add isclose and partition to reference and link some docs | Julian Taylor | 2013-09-14 | 1 | -1/+1 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -16/+16 |
* | DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/. | Charles Harris | 2013-08-15 | 1 | -16/+16 |
* | MAINT: Use np.errstate context manager. | Charles Harris | 2013-07-11 | 1 | -6/+5 |
* | ENH: vectorize boolean comparisons of floats | Julian Taylor | 2013-07-08 | 1 | -1/+6 |
* | Rename filled, filled_like to full, full_like | Johannes Schönberger | 2013-06-30 | 1 | -13/+13 |
* | Update default dtype of filled function in doc string | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
* | Rename fill value parameter for consistency across numpy+ | Johannes Schönberger | 2013-06-06 | 1 | -9/+9 |
* | Add examples to doc string of filled and filled_like | Johannes Schönberger | 2013-06-06 | 1 | -0/+25 |
* | Add separate parameter description to filled, filled_like and ones | Johannes Schönberger | 2013-06-06 | 1 | -6/+35 |
* | Add tests for filled_like function | Johannes Schönberger | 2013-06-06 | 1 | -10/+0 |
* | Fix doc string | Johannes Schönberger | 2013-06-06 | 1 | -3/+1 |
* | Replace nans, nans_like, infs, infs_like with filled functions | Johannes Schönberger | 2013-06-06 | 1 | -93/+15 |
* | Fix typo in doc string | Johannes Schönberger | 2013-06-06 | 1 | -4/+4 |
* | Add short note in doc string about dtype for non-numbers | Johannes Schönberger | 2013-06-06 | 1 | -0/+12 |
* | Add more related functions | Johannes Schönberger | 2013-06-06 | 1 | -0/+5 |
* | Add nans, infs, nans_like, infs_like convenience functions | Johannes Schönberger | 2013-06-06 | 1 | -1/+139 |
* | ENH: implement may_share_memory in C | Julian Taylor | 2013-05-28 | 1 | -1/+2 |
* | Make sure comparison result is array | Jay Bourque | 2013-05-13 | 1 | -1/+1 |
* | Fix array_equal and array_equiv issue | Jay Bourque | 2013-05-10 | 1 | -2/+2 |
* | 2to3: Apply basestring fixer. | Charles Harris | 2013-04-13 | 1 | -1/+2 |