summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-121-1/+1
|\
| * API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-1/+1
* | Merge pull request #13433 from mattip/issue13431Sebastian Berg2019-05-121-0/+56
|\ \
| * | MAINT: remove uneeded codemattip2019-05-111-9/+20
| * | BUG: parse more subarrays in descr_to_dtypemattip2019-05-031-0/+44
| * | BUG: handle subarrays in descr_to_dtypemattip2019-04-301-0/+1
| |/
* | Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-111-46/+93
|\ \
| * | ENH: changes from reviewmattip2019-05-111-25/+29
| * | BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-111-41/+69
| * | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-111-6/+21
* | | Merge pull request #13482 from mattip/durationsSebastian Berg2019-05-111-7/+3
|\ \ \
| * | | TEST: tweak two slow tests to speed them upmattip2019-05-111-7/+3
* | | | Merge pull request #13332 from eric-wieser/fix-subarray-unstructuredCharles Harris2019-05-111-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Always return views from structured_to_unstructured when possibleEric Wieser2019-05-011-0/+9
* | | | Merge pull request #13298 from navneet-nmk/diff-errorEric Wieser2019-05-021-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: add clearer error message for diff(0-d)ayir2019-04-261-0/+3
* | | | BUG: fix unravel_index when dimension is greater than 'intp'psschand2019-05-011-0/+3
| |_|/ |/| |
* | | Merge pull request #8641 from eric-wieser/ix_-preserve-typeMatti Picus2019-04-291-5/+10
|\ \ \
| * \ \ Merge branch 'master' into ix_-preserve-typeEric Wieser2018-07-3125-1531/+3428
| |\ \ \
| * | | | BUG: Preserve types of empty arrays when knownEric Wieser2017-02-191-5/+10
* | | | | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxtMatti Picus2019-04-261-0/+13
|\ \ \ \ \
| * | | | | BUG: (py2 only) fix unicode support for savetxt fmt stringSebastian Berg2019-04-261-0/+13
* | | | | | Merge pull request #13390 from eric-wieser/quantile-fractionMatti Picus2019-04-251-0/+36
|\ \ \ \ \ \
| * | | | | | ENH: Add support for Fraction to percentile and quantileEric Wieser2019-04-231-0/+36
* | | | | | | Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructuredEric Wieser2019-04-2316-384/+782
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge pull request #12594 from mattip/pypy3-testingTyler Reddy2019-04-221-1/+2
| |\ \ \ \ \
| | * | | | | TEST: update for PyPymattip2019-04-171-1/+2
| * | | | | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-181-0/+20
| |\ \ \ \ \ \
| | * | | | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-291-0/+20
| * | | | | | | Merge pull request #12889 from ivanov/no-pickles-for-youCharles Harris2019-04-162-7/+10
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-162-7/+10
| * | | | | | | Merge branch 'master' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-1625-1866/+4732
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | TST: unit test for gh-13200Tyler Reddy2019-04-131-1/+14
| | | |/ / / / | | |/| | | |
| | * | | | | TST: fix up test_structured_paddedTyler Reddy2019-04-111-1/+1
| | * | | | | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-111-1/+11
| | | |_|_|/ | | |/| | |
| | * | | | update testskikocorreoso2019-04-091-9/+7
| | * | | | fix test namekikocorreoso2019-04-091-1/+1
| | * | | | address comments on #9355kikocorreoso2019-03-301-0/+42
| | |/ / /
| | * | | 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
| | * | | Merge pull request #8131 from wrwrwr/deprecate-formattingMatti Picus2019-03-101-0/+46
| | |\ \ \
| | | * | | BUG: Fix help() formatting for deprecated functions.wrwrwr2019-02-171-0/+46
| | * | | | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-0/+63
| | |\ \ \ \
| | | * | | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-0/+63
| | | |/ / /
| | * | | | ENH: Improve handling of infinities in np.interpEric Wieser2019-02-241-1/+70
| | |/ / /
| | * | | TST: Improve and refactor tests for numpy.padLars Grueter2019-02-141-223/+224
| | * | | ENH: add _nan_mask functionTyler Reddy2019-01-181-0/+28
| | * | | BUG: loosen kwargs requirements in ediff1dmattip2019-01-101-4/+4