summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: fixing multiple CI failuresRaghuveer Devulapalli2019-09-272-11/+14
* ENH: use AVX for sqrt, square, reciprocal and absolute valueRaghuveer Devulapalli2019-09-275-51/+520
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-264-48/+44
* Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-252-88/+8
|\
| * DOC: remove numpy/core/info.py and incomplete docstring for core.Ralf Gommers2019-09-222-88/+8
* | Merge pull request #14562 from rgommers/randomCapi-cleanupMatti Picus2019-09-251-20/+0
|\ \
| * | MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-211-20/+0
| |/
* | Update numpy/core/src/multiarray/compiled_base.cSebastian Berg2019-09-231-1/+1
* | BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-221-0/+14
|/
* Merge pull request #14554 from WarrenWeckesser/remove-dup-loopSebastian Berg2019-09-201-5/+5
|\
| * MAINT: core: Remove duplicated inner loop ee->e from log, exp, sin, cos, sqrt.Warren Weckesser2019-09-201-5/+5
* | BUILD: fix runtests.py option, fix previous changesetmattip2019-09-201-1/+1
* | BUILD: only report these headers with --debug-configuremattip2019-09-201-6/+6
* | BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-17/+0
|/
* Merge pull request #14525 from mattip/pypySebastian Berg2019-09-191-1/+2
|\
| * BUILD, MAINT: run tests with verbose for PyPY, also do not leak resourcemattip2019-09-161-1/+2
* | Merge pull request #14223 from kritisingh1/dep-testsMatti Picus2019-09-192-0/+55
|\ \
| * | Fix errors and add release notes for deprecationkritisingh12019-09-191-6/+14
| * | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D)kritisingh12019-08-242-0/+47
* | | DOC: Updates to nditer usage instructionsJoseph Fox-Rabinovitz2019-09-181-6/+10
* | | Cleanup old_defines in documentionSeth Troisi2019-09-171-1/+1
| |/ |/|
* | Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-147-10/+188
|\ \
| * | BUG: Disable -O3 on right_shift on compilers which emit an internal errorEric Wieser2019-09-133-1/+50
| * | MAINT: Move shift implementation to npy_mathEric Wieser2019-09-134-67/+81
| * | MAINT: Respond to review comments on gh-7473Eric Wieser2019-09-133-129/+77
| * | Merge commit 'edf8a5f' into HEADEric Wieser2019-09-1347-428/+2365
| |\ \
| * \ \ Merge tag 'branch-points/1.17.x' into HEADEric Wieser2019-09-13145-5115/+13287
| |\ \ \
| * \ \ \ Merge tag 'branch-points/1.16.x' into bit_shiftsEric Wieser2019-06-08220-17974/+48458
| |\ \ \ \
| * | | | | BUG: shift operator cycles, fixes #2449Jaime Fernandez2016-03-283-11/+180
* | | | | | DOC: tweak np.round docstring to clarify floating-point errorAllan Haldane2019-09-131-5/+7
* | | | | | Merge pull request #14477 from eric-wieser/MemoryError-cleanupMatti Picus2019-09-131-24/+34
|\ \ \ \ \ \
| * | | | | | MAINT: Extract raising of MemoryError to a helper functionEric Wieser2019-09-131-24/+34
* | | | | | | Merge pull request #13605 from seberg/fromfile-eof-deprecationMatti Picus2019-09-136-30/+174
|\ \ \ \ \ \ \
| * | | | | | | DEP: Deprecate silent ignoring of bad data in fromfile/fromstringSebastian Berg2019-09-126-30/+174
* | | | | | | | Merge pull request #14485 from seberg/build-warningsMatti Picus2019-09-131-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Silence integer comparison build warnings in assert statementsSebastian Berg2019-09-111-3/+3
* | | | | | | | | Merge pull request #14484 from seberg/unused-and-constMatti Picus2019-09-1320-70/+80
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Add const qualifier in some places where clang suggests itSebastian Berg2019-09-1111-43/+43
| * | | | | | | | | MAINT: Add NPY_UNUSED in many places where it was missingSebastian Berg2019-09-1113-27/+37
* | | | | | | | | | Merge pull request #14464 from mattip/matmul-boolSebastian Berg2019-09-122-6/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG: fix compiler warningsmattip2019-09-101-5/+3
| * | | | | | | | | | MAINT: use tmp pointers to allow early break; add tests, release notemattip2019-09-092-8/+19
| * | | | | | | | | | BUG: add a specialized loop for boolean matmulmattip2019-09-092-6/+49
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #10151 from eric-wieser/integer-type-__name__Matti Picus2019-09-123-7/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG: Ensure scalar types have unique `__name__`sEric Wieser2019-09-113-7/+59
* | | | | | | | | | | Merge pull request #14483 from seberg/clang-fixesMatti Picus2019-09-1210-73/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Minor fixes and cleanupsSebastian Berg2019-09-115-14/+9
| * | | | | | | | | | | BUG: Fix occurances where variables are cast to shorter int incorrectlySebastian Berg2019-09-114-8/+8
| * | | | | | | | | | | MAINT: Delete some unused functionsSebastian Berg2019-09-112-51/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #14472 from WarrenWeckesser/rational-strSebastian Berg2019-09-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |