summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* 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 #13499 from Bharat123rox/file-closingEric Wieser2019-05-122-4/+4
|\ \
| * | Moved statements out of with blockBharat123rox2019-05-111-1/+1
| * | Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-072-5/+5
* | | Merge pull request #12962 from mattip/unpackbitsCharles Harris2019-05-112-74/+102
|\ \ \
| * | | ENH: changes from reviewmattip2019-05-112-132/+76
| * | | BUG: fix for big-endian systemsmattip2019-05-111-3/+12
| * | | BUG: parametrize tests, fix for interaction of count, ordermattip2019-05-112-33/+42
| * | | ENH: add 'order' keyword to packbits, unpackbitsmattip2019-05-112-24/+90
* | | | Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-1110-38/+308
|\ \ \ \ | |_|_|/ |/| | |
| * | | TST: Test all dtypes for sort.Hameer Abbasi2019-05-111-1/+15
| * | | ENH: Radix sortHameer Abbasi2019-05-1110-38/+294
| |/ /
* | | 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 #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
* | | | BUG: test all ufunc.types for return type, fix for exp, logmattip2019-05-082-0/+30
|/ / /
* | | 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
* | | Merge pull request #13440 from minho42/fix-typoCharles Harris2019-05-011-1/+1
|\ \ \
| * | | MAINT: fixed typo 'wtihout' from numpy/core/shape_base.pyMin ho Kim2019-05-011-1/+1
* | | | 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-302-22/+81
* | | MAINT: fixed typo 'Mismacth' from numpy.core.setup_common.pyMin ho Kim2019-04-301-1/+1
* | | Merge pull request #13306 from bmakos/Fix#13225Matti Picus2019-04-252-2/+36
|\ \ \
| * | | ENH:improve memory error message by adding shape and data type(#13225)Mircea Akos Bruma2019-04-231-3/+1
| * | | ENH: improve memory error message by adding shape and data type (#13225)Mircea Akos Bruma2019-04-172-2/+38
* | | | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-256-30/+123
| |_|/ |/| |
* | | 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-223-3/+73
|\ \ \ \ | |/ / / |/| | |
| * | | BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-193-3/+73
| |/ /
* | | Merge pull request #12594 from mattip/pypy3-testingTyler Reddy2019-04-223-10/+20
|\ \ \
| * | | MAINT: use openblas, gfortran, tweak azure and comment mro (from review)mattip2019-04-211-0/+2
| * | | MAINT: move gc.collect to function (from review)mattip2019-04-191-8/+8
| * | | TEST: update for PyPymattip2019-04-173-9/+17
* | | | BLD: address mingw-w64 issue. Follow-up to gh-9977Ralf Gommers2019-04-211-1/+3
* | | | 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-196-8/+35
* | | | 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-198-1/+524
* | | | Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-192-2/+31
|\ \ \ \
| * | | | MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-172-2/+31
| * | | | ENH: preserve subclasses in ufunc.outerEric Wieser2019-04-161-2/+2
| |/ / /