summaryrefslogtreecommitdiff
path: root/numpy/lib/arraypad.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-071-13/+18
* DOC: Update parameter descriptions for np.pad (#22519)Miki Watanabe2022-11-151-17/+18
* update numpy/lib/arraypad.py with appropriate chain exception (#16953)Noman Arshad2020-07-281-1/+1
* MAINT: Remove Duplicated Code (function extract rmap) (#16847)Wansoo Kim2020-07-171-16/+13
* DOC: fix typosBrian Wignall2020-01-141-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge pull request #14209 from lagru/fix-linear-rampCharles Harris2019-09-051-68/+16
|\
| * BUG: Replace _linear_ramp with linspaceLars Grueter2019-08-271-68/+16
* | MAINT: Clearer error while padding stat_length=0Lars Grueter2019-08-091-1/+8
|/
* MAINT: improve efficiency of pad by avoiding use of apply_along_axisGregory Lee2019-04-281-2/+15
* DOC: correction to numpy.pad docstring (#13149)Gregory R. Lee2019-03-251-5/+3
* MAINT: Rewrite numpy.pad without concatenate (gh-11358)Lars Grueter2019-03-251-917/+477
* Merge pull request #13117 from kshyatt/ksh/padMatti Picus2019-03-191-8/+8
|\
| * Update parameter description for constant and end valuesKatharine Hyatt2019-03-141-6/+6
| * DOC: fix arg type for np.pad, fix #9489Katharine Hyatt2019-03-131-2/+2
* | Fix array dispatcherStefan van der Walt2019-03-151-1/+1
* | ENH: Make `mode` parameter default to `constant` (padding by zero)Stefan van der Walt2019-03-131-3/+3
|/
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-2/+2
* MAINT: Rewrite shape normalization in pad function (#11966)Lars Grüter2018-11-151-94/+59
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+1
* ENH: __array_function__ for np.lib, part 1Stephan Hoyer2018-10-081-0/+6
* MAINT: Extract a helper function for prepending and appendingEric Wieser2018-05-221-26/+25
* MAINT: np.pad: Generalize the helper function to be used in more placesEric Wieser2018-05-221-12/+15
* MAINT: np.pad: Add helper functions for producing slices along axesEric Wieser2018-05-221-52/+32
* Merge pull request #11011 from eric-wieser/pad-singletonCharles Harris2018-05-131-109/+34
|\
| * MAINT: Use keepdims in favor of re-inserting dimensionsEric Wieser2018-04-291-48/+16
| * MAINT: Remove singleton-dimension insertion in np.pad in favor of not losing ...Eric Wieser2018-04-291-61/+18
* | MAINT: Simplify workflow in _append_const and _prepend_constLars G2018-05-021-12/+4
* | BUG: Fix padding with large integersLars G2018-05-021-4/+4
|/
* MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-3/+3
* More misc. typosluz.paz2018-01-041-1/+1
* DOC: Update arraypad to use np.pad in examplesHenke Adolfsson2017-10-161-14/+14
* DOC: Correct the signature in pad doc for callable mode.Michael Seifert2017-09-101-8/+14
* BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-011-3/+8
* BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-241-0/+3
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
* BUG: lib: Simplify (and fix) pad's handling of the pad_widthWarren Weckesser2016-09-171-29/+6
* BUG: constant padding expected wrong type in constant_valueschiffa2016-02-271-1/+1
* BUG: mode kwargs passed as unicode to np.pad raises an exceptionbertrand2016-01-301-1/+1
* 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