summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* MAINT: const correctness and minor fixes to C codeLars Buitinck2014-06-101-2/+2
* Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-0/+10
|\
| * BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-091-0/+10
* | BLD: add support for OpenRISC architecture. Closes gh-4743.Ralf Gommers2014-05-262-0/+3
|/
* BUG: Add @DEFINE_NPY_RELAXED_STRIDES_CHECKING@ to _numpyconfig.h.in.Charles Harris2014-05-061-0/+2
* MAINT: Add NPY_1_9_API_VERSION to numpyconfig.h.Charles Harris2014-05-041-0/+1
* MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-242-2/+16
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-0/+10
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-102-1/+5
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-282-1/+5
* | ENH: release GIL for a[..., bool] type indexingJulian Taylor2014-03-301-1/+2
* | MAINT: fix unused variable warningLars Buitinck2014-03-251-23/+35
* | STY: Fix some multiline C comments in npy_3kcompat.h.Charles Harris2014-03-241-4/+8
* | ENH: optimize srcstride0 copy with O3Julian Taylor2014-03-181-0/+7
|/
* ENH: release gil for np.take and np.arangeJulian Taylor2014-03-111-2/+2
* BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupCloseJulian Taylor2014-03-051-5/+49
* BUG: enable windows large file support for mingwJulian Taylor2014-02-281-1/+9
* MAINT: move npy_index_info into mapping.hSebastian Berg2014-02-061-17/+0
* BUG: Abort iteration when dtype buffering erroredSebastian Berg2014-02-061-1/+5
* Fix bugs with old mapiter compatibilitySebastian Berg2014-02-061-6/+11
* Working mostly now, need to plug back in the exposed APISebastian Berg2014-02-061-9/+25
* Working on a thourough rework of mapiterSebastian Berg2014-02-061-1/+3
* WIP: Restore binary compatibility of MapIterObject (hopefully)Sebastian Berg2014-02-061-11/+23
* WIP: Speed improvements by using EXTERNAL_LOOPSebastian Berg2014-02-061-1/+3
* ENH: Attempt to rewrite the index parsing.Sebastian Berg2014-02-061-11/+29
* MAINT: remove unused simple_capsule_dtor() from npy_3kcompat.hRalf Gommers2014-01-191-12/+0
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-161-0/+1
* MAINT: add a configure check for ftello and fseekoJulian Taylor2014-01-141-0/+8
* BUG: fix npy_PyFile_Dup error handlingJulian Taylor2014-01-111-2/+4
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-112-3/+3
* BLD: add off_t size detection to bento buildPauli Virtanen2014-01-091-0/+1
* BUG: core: use correct Python format string for npy_off_tPauli Virtanen2014-01-092-2/+24
* ENH: core: switch to off_t and lseek in Python 3 file seeksPauli Virtanen2014-01-092-10/+34
* BUG: core: ensure file handle positions are in syncPauli Virtanen2014-01-091-4/+24
* MAINT: make NPY_CPU_HAVE_UNALIGNED_ACCESS a numeric macroJulian Taylor2013-11-161-1/+3
* ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-062-125/+35
* ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULTJulian Taylor2013-10-221-4/+1
* Merge pull request #3931 from juliantaylor/memchr-moveCharles Harris2013-10-161-0/+4
|\
| * MAINT: add NPY_CPU_HAVE_UNALIGNED_ACCESS macroJulian Taylor2013-10-161-0/+4
* | added spaces to literal string concatsChristoph Dann2013-10-161-1/+1
|/
* BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined.Charles Harris2013-10-061-0/+4
* BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-211-0/+8
* BUG: use correct type for hash valuesChristoph Gohlke2013-09-141-0/+13
* BUG: Fix UFUNC_CHECK_STATUS to work on both 32 and 64 bit Windows.Charles Harris2013-09-071-1/+12
* BUG: fix windows fpu flag check for mixed x87 and sse instructionsJulian Taylor2013-09-061-1/+5
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-0/+12
* ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-091-0/+18
* Merge pull request #3521 from arinkverma/gsoc_performanceCharles Harris2013-08-051-0/+2
|\
| * ENH: For smaller array, added macro NPY_BEGIN_THREADS_THRESHOLDED in ndarrayt...Arink Verma2013-08-051-0/+2