summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraypad.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-19/+18
* MAINT: Replace unicode() with u prefixEric Wieser2017-03-251-4/+1
* BUG: lib: Simplify (and fix) pad's handling of the pad_widthWarren Weckesser2016-09-171-0/+18
* TST: added a test for constant padding on 4 sides of a 2d arraychiffa2016-02-271-0/+13
* BUG: mode kwargs passed as unicode to np.pad raises an exceptionbertrand2016-01-301-0/+11
* Clarify signature of numpy.pad.Antony Lee2015-08-071-1/+1
* ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-061-9/+496
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-181/+181
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-342/+363
* TST: New test to ensure np.pad allows pad_width of zero.Jostein Bø Fløystad2013-07-051-0/+8
* ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-191-15/+15
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-3/+4
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+530