summaryrefslogtreecommitdiff
path: root/numpy/core/src/private
Commit message (Expand)AuthorAgeFilesLines
* MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-291-0/+4
* BUG: limit type alignment to the largest alignment needed by numpyJulian Taylor2014-07-011-0/+11
* BUG: fix some memory leaks found by cpycheckerJulian Taylor2014-06-261-0/+1
* BUG: Properly parse ufunc methods with PyUFunc_CheckOverride.Blake Griffith2014-05-091-29/+192
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-101-1/+4
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-281-1/+4
* | ENH: avoid searching for __numpy_ufunc__ if its a basic python typeJulian Taylor2014-04-011-1/+6
|/
* MAINT: fix a bunch of compiler warningsJulian Taylor2014-02-222-2/+3
* Merge pull request #4244 from jaimefrio/binsearchJulian Taylor2014-02-141-0/+140
|\
| * MANT: Minor style corrections, `get_(arg)binsearch_func` is no longer inline.jaimefrio2014-02-131-3/+3
| * MAINT: Added `NPY_VISIBILITY_HIDDEN` to binary search functions injaimefrio2014-02-111-4/+4
| * STY: adapted code to `C_STYLE_GUIDE.rst.txt`jaimefrio2014-02-091-37/+36
| * - Refactored code, to have type specific and generic binary search functionsjaimefrio2014-02-071-45/+30
| * - Modified generic searches to take a PyArrayObject and use its PyArray_DESCRjaimefrio2014-02-071-23/+42
| * ENH: Type specific binary search functions for `searchsorted`jaimefrio2014-01-291-0/+137
* | MAINT: hide symbols that shouldn't be exportedJulian Taylor2014-02-111-15/+22
* | BUG: Fix native byteorder check for trivial loopsSebastian Berg2014-02-061-4/+4
* | ENH: Add trivial loop special cases for fancy indexingSebastian Berg2014-02-061-0/+8
* | ENH: Use template for inner loops and use stransferSebastian Berg2014-02-061-0/+6
|/
* BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs.Blake Griffith2014-01-041-3/+10
* Add lexsort support for datetime and timedeltaJay Bourque2013-12-201-0/+16
* ENH: add scalarmathmodule.h.src with integer overflow functionsJulian Taylor2013-10-151-0/+42
* MAINT: add src/private in build_dir to include search pathsJulian Taylor2013-10-141-558/+0
* Merge pull request #3766 from rgommers/fix-bento-buildCharles Harris2013-09-231-1/+1
|\
| * BLD: fix Bento build.Ralf Gommers2013-09-191-1/+1
* | REF: core: clean up PyUFunc_CheckOverridePauli Virtanen2013-09-221-89/+91
* | BUG: core: don't ignore raised exceptions in __numpy_ufunc__ handlerPauli Virtanen2013-09-221-2/+8
|/
* ENH: Add ufunc override API.Blake Griffith2013-08-311-0/+195
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-122-0/+690
* MAINT: move npy_is_aligned to common.hJulian Taylor2013-08-091-17/+10
* ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-10/+0
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-12/+0
|\
| * MAINT: Remove non-integer deprecations which are now in PyIntAsIntpSebastian Berg2013-05-311-12/+0
* | MAINT: move byteswap macros to inlines in headerJulian Taylor2013-05-291-0/+76
* | ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+46
|/
* API: Make nditer support ndim == 0 for 0-d iterations.Sebastian Berg2013-03-031-0/+1
* BUG: fix inclusion of private hader in #d2122ea1f458e9429b692111238f7b9f4a852db2David Cournapeau2013-01-211-1/+1
* BUG: Fixup use of undefined macros and remove redundant code.Charles Harris2013-01-051-18/+2
* ENH: warning on silent truncation of indicesDavid Warde-Farley2012-12-121-0/+4
* MNT: Minor cleanups in comments and lowlevel_strided_loops.Sebastian Berg2012-10-221-6/+6
* ENH: Do not rely on clean strides for loops.Sebastian Berg2012-10-211-28/+18
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-0/+24
* ENH: Add generic sorts for quicksort, heapsort, and mergesort.Charles Harris2012-07-111-0/+9
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-51/+8
* ENH: missingdata: Implement routine for array to array assignmentMark Wiebe2011-08-271-0/+52
* ENH: missingdata: Finish implementation of scalar to array assignmentMark Wiebe2011-08-271-0/+67
* ENH: missingdata: Implement wheremasked scalar assignment with overwritena=TrueMark Wiebe2011-08-271-24/+25
* ENH: missingdata: Write function for reducing the NA mask arrayMark Wiebe2011-08-271-3/+2