| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: fixing multiple CI failures | Raghuveer Devulapalli | 2019-09-27 | 2 | -11/+14 |
* | ENH: use AVX for sqrt, square, reciprocal and absolute value | Raghuveer Devulapalli | 2019-09-27 | 5 | -51/+520 |
* | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534) | Matti Picus | 2019-09-26 | 4 | -48/+44 |
* | Merge pull request #14573 from rgommers/remove-info-files | Matti Picus | 2019-09-25 | 2 | -88/+8 |
|\ |
|
| * | DOC: remove numpy/core/info.py and incomplete docstring for core. | Ralf Gommers | 2019-09-22 | 2 | -88/+8 |
* | | Merge pull request #14562 from rgommers/randomCapi-cleanup | Matti Picus | 2019-09-25 | 1 | -20/+0 |
|\ \ |
|
| * | | MAINT: don't install partial numpy.random C/Cython API. | Ralf Gommers | 2019-09-21 | 1 | -20/+0 |
| |/ |
|
* | | Update numpy/core/src/multiarray/compiled_base.c | Sebastian Berg | 2019-09-23 | 1 | -1/+1 |
* | | BUG: Add missing check for 0-sized array in ravel_multi_index | Sebastian Berg | 2019-09-22 | 1 | -0/+14 |
|/ |
|
* | Merge pull request #14554 from WarrenWeckesser/remove-dup-loop | Sebastian Berg | 2019-09-20 | 1 | -5/+5 |
|\ |
|
| * | MAINT: core: Remove duplicated inner loop ee->e from log, exp, sin, cos, sqrt. | Warren Weckesser | 2019-09-20 | 1 | -5/+5 |
* | | BUILD: fix runtests.py option, fix previous changeset | mattip | 2019-09-20 | 1 | -1/+1 |
* | | BUILD: only report these headers with --debug-configure | mattip | 2019-09-20 | 1 | -6/+6 |
* | | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 1 | -17/+0 |
|/ |
|
* | Merge pull request #14525 from mattip/pypy | Sebastian Berg | 2019-09-19 | 1 | -1/+2 |
|\ |
|
| * | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource | mattip | 2019-09-16 | 1 | -1/+2 |
* | | Merge pull request #14223 from kritisingh1/dep-tests | Matti Picus | 2019-09-19 | 2 | -0/+55 |
|\ \ |
|
| * | | Fix errors and add release notes for deprecation | kritisingh1 | 2019-09-19 | 1 | -6/+14 |
| * | | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D) | kritisingh1 | 2019-08-24 | 2 | -0/+47 |
* | | | DOC: Updates to nditer usage instructions | Joseph Fox-Rabinovitz | 2019-09-18 | 1 | -6/+10 |
* | | | Cleanup old_defines in documention | Seth Troisi | 2019-09-17 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 7 | -10/+188 |
|\ \ |
|
| * | | BUG: Disable -O3 on right_shift on compilers which emit an internal error | Eric Wieser | 2019-09-13 | 3 | -1/+50 |
| * | | MAINT: Move shift implementation to npy_math | Eric Wieser | 2019-09-13 | 4 | -67/+81 |
| * | | MAINT: Respond to review comments on gh-7473 | Eric Wieser | 2019-09-13 | 3 | -129/+77 |
| * | | Merge commit 'edf8a5f' into HEAD | Eric Wieser | 2019-09-13 | 47 | -428/+2365 |
| |\ \ |
|
| * \ \ | Merge tag 'branch-points/1.17.x' into HEAD | Eric Wieser | 2019-09-13 | 145 | -5115/+13287 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'branch-points/1.16.x' into bit_shifts | Eric Wieser | 2019-06-08 | 220 | -17974/+48458 |
| |\ \ \ \ |
|
| * | | | | | BUG: shift operator cycles, fixes #2449 | Jaime Fernandez | 2016-03-28 | 3 | -11/+180 |
* | | | | | | DOC: tweak np.round docstring to clarify floating-point error | Allan Haldane | 2019-09-13 | 1 | -5/+7 |
* | | | | | | Merge pull request #14477 from eric-wieser/MemoryError-cleanup | Matti Picus | 2019-09-13 | 1 | -24/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT: Extract raising of MemoryError to a helper function | Eric Wieser | 2019-09-13 | 1 | -24/+34 |
* | | | | | | | Merge pull request #13605 from seberg/fromfile-eof-deprecation | Matti Picus | 2019-09-13 | 6 | -30/+174 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | DEP: Deprecate silent ignoring of bad data in fromfile/fromstring | Sebastian Berg | 2019-09-12 | 6 | -30/+174 |
* | | | | | | | | Merge pull request #14485 from seberg/build-warnings | Matti Picus | 2019-09-13 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | MAINT: Silence integer comparison build warnings in assert statements | Sebastian Berg | 2019-09-11 | 1 | -3/+3 |
* | | | | | | | | | Merge pull request #14484 from seberg/unused-and-const | Matti Picus | 2019-09-13 | 20 | -70/+80 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | MAINT: Add const qualifier in some places where clang suggests it | Sebastian Berg | 2019-09-11 | 11 | -43/+43 |
| * | | | | | | | | | MAINT: Add NPY_UNUSED in many places where it was missing | Sebastian Berg | 2019-09-11 | 13 | -27/+37 |
* | | | | | | | | | | Merge pull request #14464 from mattip/matmul-bool | Sebastian Berg | 2019-09-12 | 2 | -6/+58 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | BUG: fix compiler warnings | mattip | 2019-09-10 | 1 | -5/+3 |
| * | | | | | | | | | | MAINT: use tmp pointers to allow early break; add tests, release note | mattip | 2019-09-09 | 2 | -8/+19 |
| * | | | | | | | | | | BUG: add a specialized loop for boolean matmul | mattip | 2019-09-09 | 2 | -6/+49 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #10151 from eric-wieser/integer-type-__name__ | Matti Picus | 2019-09-12 | 3 | -7/+59 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | BUG: Ensure scalar types have unique `__name__`s | Eric Wieser | 2019-09-11 | 3 | -7/+59 |
* | | | | | | | | | | | Merge pull request #14483 from seberg/clang-fixes | Matti Picus | 2019-09-12 | 10 | -73/+17 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | MAINT: Minor fixes and cleanups | Sebastian Berg | 2019-09-11 | 5 | -14/+9 |
| * | | | | | | | | | | | BUG: Fix occurances where variables are cast to shorter int incorrectly | Sebastian Berg | 2019-09-11 | 4 | -8/+8 |
| * | | | | | | | | | | | MAINT: Delete some unused functions | Sebastian Berg | 2019-09-11 | 2 | -51/+0 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #14472 from WarrenWeckesser/rational-str | Sebastian Berg | 2019-09-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|