| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MAINT: remove darwin hardcoded LDOUBLE detection | Allan Haldane | 2018-05-30 | 1 | -11/+2 |
* | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 1 | -1/+1 |
* | BUG: verify the OS supports avx instruction | Julian Taylor | 2018-03-29 | 1 | -0/+1 |
* | TST: Rename some compiled c test modules | Charles Harris | 2018-03-24 | 1 | -10/+10 |
* | Merge pull request #10154 from eric-wieser/fixup-numerictypes | Charles Harris | 2018-01-04 | 1 | -0/+2 |
|\ |
|
| * | MAINT: Use a StructSequence in place of the typeinfo tuples | Eric Wieser | 2017-12-06 | 1 | -0/+2 |
* | | DOC: fix minor typos | Unknown | 2017-12-12 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #9977 from xoviat/squashed | Charles Harris | 2017-11-09 | 1 | -3/+7 |
|\ |
|
| * | BUG: core: check platform.system for npymath | xoviat | 2017-11-08 | 1 | -5/+4 |
| * | BUG: distutils: kill npymath LTCG on clang, intel | xoviat | 2017-11-08 | 1 | -1/+4 |
| * | BUG: core: fix setup handling | xoviat | 2017-11-06 | 1 | -4/+6 |