summaryrefslogtreecommitdiff
path: root/numpy/core/src
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-115-11/+263
|\ \
| * | ENH: Radix sortHameer Abbasi2019-05-115-11/+263
| |/
* | Merge pull request #10723 from eric-wieser/PyLong-to-longdoubleTyler Reddy2019-05-113-0/+104
|\ \
| * | BUG: Fix incorrect reference counting of bytesEric Wieser2019-05-111-12/+14
| * | MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-302-5/+3
| * | BUG: longdouble(int) does not workEric Wieser2019-04-113-0/+104
* | | 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
* | BUG: fixing bugs in AVX exp/log while handling special value floats (#13415)Raghuveer Devulapalli2019-04-301-21/+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
* | | Merge pull request #13388 from charris/fix-for-broken-pypyMatti Picus2019-04-231-2/+4
|\ \ \
| * | | BUG: Some PyPy versions lack PyStructSequence_InitType2.Charles Harris2019-04-221-2/+4
* | | | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__Charles Harris2019-04-221-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-191-0/+33
| |/ /
* | | BUG: Fixing incomplete guards for @ISA@_exp/log_FLOAT functionsRaghuveer Devulapalli2019-04-192-2/+2
* | | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-193-8/+11
* | | BUG: Fixing AVX512F build issues on clang6.0Raghuveer Devulapalli2019-04-192-9/+22
* | | BUG: Fixing compile time error for clangRaghuveer Devulapalli2019-04-191-30/+25
* | | ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-194-1/+472
* | | Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-191-2/+20
|\ \ \
| * | | MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-171-2/+20
| * | | ENH: preserve subclasses in ufunc.outerEric Wieser2019-04-161-2/+2
| |/ /
* | | 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 #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-184-0/+39
|\ \ \
| * \ \ Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-105-108/+95
| |\ \ \
| * | | | MAINT: added missing return in PyUFunc_IsFiniteTypeResolverDebsankha Manik2019-03-301-1/+1
| * | | | ENH: allow datettimes in isfiniteSebastian Berg2019-03-304-0/+39
* | | | | 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: Tidy up error message for accumulate and reduceatEric Wieser2019-04-141-25/+27
* | | | | | Merge pull request #13323 from seberg/ufunc-at-large-iterationEric Wieser2019-04-131-1/+1
|\ \ \ \ \ \
| * | | | | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-132-2/+2
|/ / / / /
* | | | | MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
| |_|_|/ |/| | |
* | | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-061-1/+1
* | | | ENH: vectorize np.abs for unsigned ints and half, improving performance up to...Christopher Whelan2019-04-051-10/+4