summaryrefslogtreecommitdiff
path: root/numpy/lib/arraypad.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify signature of numpy.pad.Antony Lee2015-08-071-4/+1
* ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-061-56/+78
* DOC : do not abuse enum markupThomas A Caswell2014-12-121-5/+5
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-1/+0
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-4/+1
* Avoid overallocating memory in arraypad with user supplied functionJonathan L Long2013-12-171-1/+1
* DOC: Change pad mode options to a definition listendolith2013-11-101-23/+33
* BUG: Allow to pad arrays by zero entries.Jostein Bø Fløystad2013-07-051-1/+1
* ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-191-414/+1087
* STY: pep8 and pep257 audit.Josh Warner (Mac)2013-05-071-89/+101
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-0/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+2
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* STY: Touch up documentation in arraypad.pyCharles Harris2012-04-041-111/+125
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+767