| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `imports` fixer. | Charles Harris | 2013-04-02 | 1 | -15/+20 |
* | Merge pull request #3178 from charris/2to3-apply-import-fixer | njsmith | 2013-04-02 | 1 | -10/+10 |
|\ |
|
| * | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -10/+10 |
* | | Merge pull request #273 from dlax/fix/roll | Charles Harris | 2013-04-01 | 1 | -5/+9 |
|\ \
| |/
|/| |
|
| * | STY: drop some else clauses in roll | Denis Laxalde | 2012-10-13 | 1 | -8/+6 |
| * | FIX: handle empty arrays in roll | Denis Laxalde | 2012-05-08 | 1 | -6/+9 |
| * | FIX: roll raises a ValueError is axis > ndim | Denis Laxalde | 2012-05-08 | 1 | -1/+4 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -4/+4 |
* | | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -2/+3 |
* | | Added 'subok' keyword documentation to zeros_like and ones_like | daveydave400 | 2013-02-22 | 1 | -0/+8 |
* | | remove a confusing docstring line | argriffing | 2013-01-11 | 1 | -4/+0 |
* | | API: Change isfortran to f-contig and not c-contig | Sebastian Berg | 2012-10-21 | 1 | -2/+2 |