summaryrefslogtreecommitdiff
path: root/numpy/core/src/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: missingdata: Improve some raw iteration methodsMark Wiebe2011-08-271-6/+47
* ENH: missingdata: Progress towards supporting ufunc reduce with NA masksMark Wiebe2011-08-271-0/+24
* ENH: missingdata: Rewrote boolean indexing to support NA masksMark Wiebe2011-08-271-0/+19
* ENH: missingdata: Add (untested) functions for creating the NA maskMark Wiebe2011-08-271-1/+15
* STY: Remove trailing whitespaceMark Wiebe2011-07-262-7/+7
* ENH: core: more progress removing direct ArrayObject field accessMark Wiebe2011-07-191-2/+2
* DOC: core: Improve some documentation of internal functionsMark Wiebe2011-07-111-5/+5
* ENH: core: Add a typedef, macro, and inline functions for dealing with masksMark Wiebe2011-07-111-4/+4
* ENH: nditer: Finish implementation of masked iterationMark Wiebe2011-07-111-0/+12
* ENH: core: Add support for masked strided transfer functionsMark Wiebe2011-07-081-0/+42
* ENH: core: Create a new NpyAuxData mechanism for working with inner loop auxi...Mark Wiebe2011-07-061-25/+9
* ENH: core: Deprecate some bad namespace-polluting macrosMark Wiebe2011-07-061-10/+12
* ENH: Merge branch 'datetime_dev'Mark Wiebe2011-06-221-9/+25
|\
| * ENH: dtype-loops: Move the dtype copy/swap function factory into a functionMark Wiebe2011-06-201-9/+25
* | ENH: Make npy_sort.h private until the proper interface gets sorted out.Charles Harris2011-06-171-0/+169
|/
* ENH: datetime-bday: Functions to get and normalize a list of holidaysMark Wiebe2011-06-131-0/+13
* BLD: fix numscons build.David Cournapeau2011-02-021-0/+397
* BUG: define LDEXPL/FREXPL functions for MSVC builds (see #1499).rgommers2010-08-141-0/+10
* BUG: quick and ugly fix for long double on linux ppc.David Cournapeau2010-07-201-1/+2
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-303/+0
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-1/+1
* BUG: Fix wrong destructor type in NpyCapsule_FromVoidPtrAndDesc.Charles Harris2010-04-251-1/+2
* Fix wrong function name. These functions aren't used a present so this justCharles Harris2010-03-241-1/+1
* BUG: core: add a missing #include of ndarrayobject to npy_3kcompat.hPauli Virtanen2010-03-061-0/+1
* ENH: Add compatibility functions in npy_3kcompat.h for the PyCObject ->Charles Harris2010-02-231-2/+76
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-0/+12
* 3K: BUG: fix refcount error in npy_PyFile_DupPauli Virtanen2010-02-201-0/+1
* 3K: core: in tofile etc., ensure the file is flushed before switching to FILE...Pauli Virtanen2010-02-201-0/+5