| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #15465 from mwtoews/imports | Sebastian Berg | 2020-02-07 | 1 | -1/+1 |
|\ |
|
| * | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -1/+1 |
* | | Merge pull request #13421 from seiko2plus/core_improve_infa_runtime | Matti Picus | 2020-02-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ENH: improve runtime detection of CPU features | Sayed Adel | 2020-02-05 | 1 | -1/+1 |
* | | MAINT: resolve pyflake F403 'from module import *' used | Mike Taves | 2020-01-23 | 1 | -1/+1 |
|/ |
|
* | MAINT: Remove NPY_PY3K | Seth Troisi | 2020-01-08 | 1 | -4/+0 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-14 | 1 | -7/+4 |
* | ENH: core: link only against blas64_/lapack64_ when BLAS64_ set | Pauli Virtanen | 2019-11-29 | 1 | -9/+5 |
* | MAINT: core: optionally use symbol-suffixed 64-bit cblas | Pauli Virtanen | 2019-11-29 | 1 | -2/+15 |
* | MAINT: move buffer.h -> npy_buffer.h to avoid conflicts | mattip | 2019-11-04 | 1 | -1/+1 |
* | BUILD: add std=c99 flag for gcc, cleanup error reporting | mattip | 2019-10-25 | 1 | -4/+3 |
* | BUILD: emit more helpful error messages when compiler is broken | mattip | 2019-10-25 | 1 | -1/+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 #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 1 | -0/+6 |
|\ |
|
| * | BUG: Disable -O3 on right_shift on compilers which emit an internal error | Eric Wieser | 2019-09-13 | 1 | -0/+6 |
* | | BUG: Fix for Python 4 | Hugo | 2019-08-26 | 1 | -1/+1 |
|/ |
|
* | MAINT: move location of bitgen.h | mattip | 2019-06-27 | 1 | -1/+1 |
* | MAINT: Use with statements and dedent in core/setup.py | Eric Wieser | 2019-06-12 | 1 | -54/+50 |
* | ENH/DEP: Use a ufunc under the hood for ndarray.clip | Eric Wieser | 2019-05-14 | 1 | -0/+2 |
* | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -0/+1 |
* | BLD: address mingw-w64 issue. Follow-up to gh-9977 | Ralf Gommers | 2019-04-21 | 1 | -1/+3 |
* | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 1 | -0/+5 |
* | MAINT: remove complicated test of multiarray import failure mode | mattip | 2019-02-02 | 1 | -8/+0 |
* | Merge pull request #12418 from liwt31/timsort-dev | Matti Picus | 2019-01-31 | 1 | -0/+1 |
|\ |
|
| * | ENH: preliminary numeric timsort | wtli | 2019-01-21 | 1 | -0/+1 |
* | | BUG: fail if old multiarray module detected | mattip | 2019-01-30 | 1 | -0/+8 |
|/ |
|
* | ENH: port __array_function__ overrides to C | Stephan Hoyer | 2018-12-19 | 1 | -0/+2 |
* | ENH: make matmul into a ufunc | mattip | 2018-11-25 | 1 | -0/+3 |
* | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 1 | -2/+3 |
* | refactor sort head file | wtli | 2018-11-11 | 1 | -5/+6 |
* | Merge pull request #11916 from mattip/deprecate-set_numeric_ops | Charles Harris | 2018-11-09 | 1 | -0/+1 |
|\ |
|
| * | DEP: deprecate np.set_numeric_ops and friends | mattip | 2018-10-21 | 1 | -0/+1 |
* | | BLD: Add missing npy_import.h to common_deps | Eric Wieser | 2018-10-25 | 1 | -0/+1 |
* | | MAINT: Extract `_is_from_ctypes` to a header so that it can be shared | Eric Wieser | 2018-10-25 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #11175 from mhvk/gufunc-signature-modification2 | Matti Picus | 2018-10-19 | 1 | -2/+2 |
|\ |
|
| * | MAINT: move functions to numpyos.c, adjust accordingly | mattip | 2018-09-15 | 1 | -4/+2 |
| * | MAINT: rework wrapping and sharing common functions | mattip | 2018-09-13 | 1 | -2/+2 |
| * | MAINT: refactor to share npy_strto{u}ll | mattip | 2018-09-13 | 1 | -0/+2 |
* | | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -1/+0 |
* | | BLD: support nested headers in OPTION_HEADERS | Julian Taylor | 2018-09-20 | 1 | -1/+2 |
|/ |
|
* | TST: reorder duplicate mem_overlap.c compile | Tyler Reddy | 2018-08-31 | 1 | -10/+11 |
* | MAINT: move declararions into umathmodule.h | mattip | 2018-08-21 | 1 | -2/+3 |
* | MAINT: create common_{src,dep}, move header includes to appropriate places | mattip | 2018-08-21 | 1 | -40/+45 |
* | MAINT: move unchanging, non-api files to common | mattip | 2018-08-21 | 1 | -7/+7 |
* | MAINT: move private -> common | mattip | 2018-08-21 | 1 | -29/+29 |
* | MAINT: merge umath, multiarray into _multiarray, add python wrappers | mattip | 2018-08-21 | 1 | -24/+18 |