summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-111-72/+84
|\
| * ENH: changes from reviewmattip2019-05-111-124/+64
| * BUG: fix for big-endian systemsmattip2019-05-111-3/+12
| * BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-111-32/+41
| * ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-111-22/+76
* | Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-113-11/+23
|\ \
| * | ENH: Radix sortHameer Abbasi2019-05-113-11/+23
| |/
* | Merge pull request #10723 from eric-wieser/PyLong-to-longdoubleTyler Reddy2019-05-111-0/+12
|\ \
| * | MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-301-2/+3
| * | BUG: longdouble(int) does not workEric Wieser2019-04-111-0/+11
* | | BUG: Removes ValueError for empty kwargs in arraymultiter_newHunter Damron2019-05-081-1/+1
| |/ |/|
* | ENH: err msg for too large sequences. See #13450Andrew Naguib2019-05-041-2/+2
* | BUG: fix unravel_index when dimension is greater than 'intp'psschand2019-05-011-1/+7
* | MANT: refactor unravel_index for code repetition (#13446)Matti Picus2019-05-011-104/+53
* | Merge pull request #13306 from bmakos/Fix#13225Matti Picus2019-04-251-2/+24
|\ \
| * | ENH: improve memory error message by adding shape and data type (#13225)Mircea Akos Bruma2019-04-171-2/+24
* | | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-253-19/+59
* | | BUG: Some PyPy versions lack PyStructSequence_InitType2.Charles Harris2019-04-221-2/+4
* | | Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-181-0/+106
|\ \ \
| * | | ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-101-0/+106
| | |/ | |/|
* | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-181-33/+68
|\ \ \ | |_|/ |/| |
| * | BUG: fix from reviewmattip2019-03-301-1/+1
| * | BUG: fixes from reviewmattip2019-03-291-45/+40
| * | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-291-23/+63
* | | Merge pull request #13346 from eric-wieser/tidy-typeinfoCharles Harris2019-04-163-21/+46
|\ \ \
| * | | BUG/MAINT: Tidy typeinfo.h and .cEric Wieser2019-04-163-21/+46
* | | | MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-132-2/+2
| |_|/ |/| |
* | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-061-1/+1
* | | MAINT: replace SETREF with assignment to ret array in ndarray.flatAndras Deak2019-04-021-2/+3
* | | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-011-25/+25
* | | Merge pull request #13224 from esc/better_error_for_repeatsMatti Picus2019-03-311-1/+2
|\ \ \
| * | | ENH: Improve error message for np.repeatValentin Haenel2019-03-301-1/+2
| | |/ | |/|
* | | MAINT: Simplify logic in convert_datetime_to_datetimestructEric Wieser2019-03-281-133/+78
|/ /
* | MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-271-35/+55
* | STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-208-46/+46
* | Merge pull request #12931 from cgohlke/patch-4Matti Picus2019-03-101-29/+28
|\ \
| * | MAINT: refactor logic from reviewmattip2019-02-171-28/+27
| * | ENH: Remove recurring checkChristoph Gohlke2019-02-041-2/+2
* | | Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-041-1/+1
|\ \ \
| * | | BUG: __array_interface__ offset was always ignoredmattip2019-02-251-1/+1
* | | | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-043-29/+1
|\ \ \ \
| * | | | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-033-29/+1
* | | | | BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-021-0/+9
* | | | | Merge pull request #13039 from mattip/remove-borrowed-refsMarten van Kerkwijk2019-02-261-36/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: fixes from reviewmattip2019-02-261-3/+9
| * | | | BUG: fixes from reviewmattip2019-02-261-1/+5
| * | | | BUG: fixes from reviewmattip2019-02-251-7/+8
| * | | | BUG: remove error-prone borrowed reference handlingmattip2019-02-251-33/+34
| |/ / /
* | | | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-20/+71
|\ \ \ \
| * | | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-20/+71
| |/ / /