summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraypad.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-071-0/+17
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-1/+1
* ENH,MAINT: Improve and simplify scalar floating point warningsSebastian Berg2022-06-281-2/+1
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-1/+1
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-14/+19
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-12/+12
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-19/+14
* DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-14/+19
* Merge pull request #14209 from lagru/fix-linear-rampCharles Harris2019-09-051-8/+25
|\
| * BUG: Replace _linear_ramp with linspaceLars Grueter2019-08-271-8/+25
* | MAINT: Clearer error while padding stat_length=0Lars Grueter2019-08-091-0/+23
|/
* DOC: correction to numpy.pad docstring (#13149)Gregory R. Lee2019-03-251-1/+0
* MAINT: Rewrite numpy.pad without concatenate (gh-11358)Lars Grueter2019-03-251-48/+108
* 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-4/+3
* TST: Improve and refactor tests for numpy.padLars Grueter2019-02-141-223/+224
* MAINT: Rewrite shape normalization in pad function (#11966)Lars Grüter2018-11-151-0/+86
* Merge pull request #11961 from eric-wieser/pad-testsCharles Harris2018-09-181-1/+42
|\
| * TST: Add a (failing) test for using np.pad with Fractions, which currently ro...Eric Wieser2018-09-171-0/+19
| * TST: Add a regression test for gh-11216Lars G2018-09-171-1/+18
| * TST: Add a test for pad-wrapping by length 0Lars G2018-09-151-0/+5
* | styleMark Harfouche2018-09-151-1/+1
* | Pad start and end with different valuesMark Harfouche2018-09-151-3/+5
* | Don't use None to valid the array as it is the "Default" for emptyMark Harfouche2018-09-151-5/+8
* | MAINT: Add a test for np.pad where constant_values is an objectMark Harfouche2018-09-151-0/+10
|/
* TST: Added regression test for #11395Pim de Haan2018-06-211-0/+15
* BUG: Fix padding with large integersLars G2018-05-021-0/+13
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+0
* BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-011-0/+7
* BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-241-0/+4
* 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