summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TST: Register markers in conftest.py.Charles Harris2019-05-132-4/+7
* Merge pull request #13529 from shoyer/array-function-execCharles Harris2019-05-131-2/+22
|\
| * ENH: invent a better fake filename than '<string'>Stephan Hoyer2019-05-111-1/+3
| * ENH: use exec() instead array_function_dispatch to improve tracebacksStephan Hoyer2019-05-111-2/+20
* | Merge pull request #13518 from hmaarrfk/faster_array_compareEric Wieser2019-05-121-4/+3
|\ \
| * | Ensure that reduced is a 1D arrayMark Harfouche2019-05-121-1/+1
| * | Fixup: address eric-wieser's commentsMark Harfouche2019-05-121-5/+3
| * | MNT: implement assert_array_compare without converting array to python list.Mark Harfouche2019-05-091-4/+5
* | | Merge pull request #10308 from eric-wieser/mask-attr-is-viewMatti Picus2019-05-125-11/+30
|\ \ \
| * | | API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-115-11/+30
* | | | Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-129-104/+99
|\ \ \ \
| * | | | Moved statements out of with blockBharat123rox2019-05-112-3/+3
| * | | | Revert contextlib changesBharat123rox2019-05-082-15/+8
| * | | | Add missing importsBharat123rox2019-05-082-0/+3
| * | | | Add code review suggestions from @eric-wieserBharat123rox2019-05-084-38/+41
| * | | | Fixed possible regressionsBharat123rox2019-05-084-6/+11
| * | | | Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-0710-142/+133
* | | | | Merge pull request #13433 from mattip/issue13431Sebastian Berg2019-05-122-4/+64
|\ \ \ \ \
| * | | | | MAINT: remove uneeded codemattip2019-05-112-15/+24
| * | | | | BUG: parse more subarrays in descr_to_dtypemattip2019-05-032-2/+51
| * | | | | BUG: handle subarrays in descr_to_dtypemattip2019-04-302-3/+5
* | | | | | Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-114-120/+200
|\ \ \ \ \ \
| * | | | | | ENH: changes from reviewmattip2019-05-113-157/+105
| * | | | | | BUG: fix for big-endian systemsmattip2019-05-111-3/+12
| * | | | | | BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-113-74/+111
| * | | | | | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-114-30/+116
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-1113-45/+327
|\ \ \ \ \ \
| * | | | | | TST: Test all dtypes for sort.Hameer Abbasi2019-05-111-1/+15
| * | | | | | ENH: Radix sortHameer Abbasi2019-05-1113-45/+313
| |/ / / / /
* | | | | | Merge pull request #13534 from eric-wieser/pytest-marksEric Wieser2019-05-111-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BLD: Make CI pass again with pytest 4.5Eric Wieser2019-05-111-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #10723 from eric-wieser/PyLong-to-longdoubleTyler Reddy2019-05-114-0/+130
|\ \ \ \ \
| * | | | | BUG: Fix incorrect reference counting of bytesEric Wieser2019-05-111-12/+14
| * | | | | MAINT: more adjustments in PR 10723Tyler Reddy2019-05-011-1/+13
| * | | | | MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-303-5/+17
| * | | | | BUG: longdouble(int) does not workEric Wieser2019-04-113-0/+104
* | | | | | Merge pull request #13402 from eric-wieser/genfromtxt-defaultsSebastian Berg2019-05-111-1/+2
|\ \ \ \ \ \
| * | | | | | DOC: Show the default value of deletechars in the signature of genfromtxtEric Wieser2019-05-111-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #13482 from mattip/durationsSebastian Berg2019-05-114-9/+10
|\ \ \ \ \ \
| * | | | | | TEST: tweak two slow tests to speed them upmattip2019-05-112-7/+4
| * | | | | | TEST: add duration report to testsmattip2019-05-062-2/+6
* | | | | | | Merge pull request #13332 from eric-wieser/fix-subarray-unstructuredCharles Harris2019-05-112-2/+11
|\ \ \ \ \ \ \
| * | | | | | | BUG: Always return views from structured_to_unstructured when possibleEric Wieser2019-05-012-2/+11
* | | | | | | | Merge pull request #13416 from bashtage/protect-log-random-generationCharles Harris2019-05-112-9/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Proect generators from log(0.0)Kevin Sheppard2019-04-292-9/+33
* | | | | | | | | Merge pull request #13479 from WarrenWeckesser/doc-assert-eq-nanCharles Harris2019-05-111-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: testing: Mention the handling of nan in the assert_equal docstring.Warren Weckesser2019-05-051-0/+10
* | | | | | | | | | Merge pull request #13508 from hdamron17/arraymultiter_new-empty-kwdsCharles Harris2019-05-112-1/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | BUG: Removes ValueError for empty kwargs in arraymultiter_newHunter Damron2019-05-082-1/+13
* | | | | | | | | | Merge pull request #13498 from arvoelke/pinv-docCharles Harris2019-05-081-3/+3
|\ \ \ \ \ \ \ \ \ \