Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify signature of numpy.pad. | Antony Lee | 2015-08-07 | 1 | -1/+1 |
* | ENH: Improve arg handling & enhance test suite for np.pad | Josh Warner (Mac) | 2015-01-06 | 1 | -9/+496 |
* | STY: PEP8 compliance for numpy/lib/tests. | Charles Harris | 2014-07-31 | 1 | -181/+181 |
* | STY: Make numpy/lib/test/*.py PEP8 compliant. | Charles Harris | 2013-09-03 | 1 | -342/+363 |
* | TST: New test to ensure np.pad allows pad_width of zero. | Jostein Bø Fløystad | 2013-07-05 | 1 | -0/+8 |
* | ENH: improved, faster algorithm for array padding | Josh Warner (Mac) | 2013-05-19 | 1 | -15/+15 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -3/+4 |
* | ENH: Add module containing functions for padding n-dimensional arrays. | tim cera | 2012-04-04 | 1 | -0/+530 |