summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupCloseJulian Taylor2014-03-061-5/+49
* BUG: enable windows large file support for mingwJulian Taylor2014-03-011-1/+9
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-231-0/+1
* BUG: backport fromfile and large file fixes to 1.8Julian Taylor2014-01-193-10/+87
* added spaces to literal string concatsChristoph Dann2013-10-171-1/+1
* BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined.Charles Harris2013-10-061-0/+4
* Merge pull request #3780 from juliantaylor/sse-configure-check-1.8.xCharles Harris2013-09-221-0/+8
|\
| * BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-221-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
* | Merge pull request #3527 from dmuellner/masterCharles Harris2013-08-012-16/+40
|\ \
| * | More tiny changes according to Charles Harris' comments.dmuellner2013-08-011-5/+10
| * | Fixed typo.dmuellner2013-07-291-2/+2
| * | Changes according to Charles Harris' comments.dmuellner2013-07-292-45/+35
| * | Changes according to Charles Harris' comments.dmuellner2013-07-291-0/+0
| * | Fix for the NumPy C-API deprecation mechanism.Daniel2013-07-171-4/+33
| |/
* | ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-292-1/+4
* | MAINT: Remove outdated version checks.Charles Harris2013-07-112-17/+0
|/
* Merge pull request #3429 from juliantaylor/copy-unrollCharles Harris2013-06-231-0/+14
|\
| * ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-131-0/+14
* | MAINT: fix compilation issue gh-3443.jmozmoz2013-06-161-2/+2
|/
* BUG: fix typo on npy_config.h include guardJulian Taylor2013-06-031-1/+1
* Merge pull request #3308 from juliantaylor/optimize-isnannjsmith2013-05-151-16/+37
|\
| * MAINT: document intrinsic macro guardsJulian Taylor2013-05-091-2/+4
| * MAINT: mask npy_config.h include with HAVE_NPY_CONFIG_HJulian Taylor2013-05-091-0/+2
| * MAINT: check for intrinsics at configure timeJulian Taylor2013-05-081-3/+4
| * ENH: use intrinsics for isnan, isfinite and isinfJulian Taylor2013-05-061-16/+32
* | Add support for structured array ufuncsJay Bourque2013-05-141-0/+2
* | Merge pull request #2701 from seberg/indexingseberg2013-05-111-0/+4
|\ \
| * | MNT: Tiny cleanup for mapping.c and commentsSebastian Berg2013-04-121-2/+5
| * | ENH: Allow newaxis in combination with fancy indexing.Sebastian Berg2013-04-121-1/+2
| |/
* | Fix formatting issuesJay Bourque2013-05-061-1/+1
* | This change allows ufunc operand flags to be set in addition to thejayvius2013-05-061-0/+14
|/
* API: Implement new flags API with NPY_RELAXED_STRIDES_CHECKINGSebastian Berg2013-04-011-3/+9
* BUG: fix NPY_NO_DEPRECATED_API mechanism.Ralf Gommers2013-03-021-0/+1
* Added support for AArch64 architectureMarcin Juszkiewicz2013-01-102-0/+3
* MAINT: Remove newly defined non-prefixed macros from noprefix.h.Charles Harris2013-01-051-15/+0
* MAINT: Remove tabs from numpyconfig.h.Charles Harris2013-01-051-9/+9
* MAINT: Gather NPY_SIZEOF* macros into one spot.Charles Harris2013-01-051-6/+9
* MAINT: Add some macros to noprefix.hCharles Harris2013-01-051-7/+22
* MAINT: Remove unneeded include from ndarraytypes.h.Charles Harris2013-01-051-3/+0
* MAINT: Remove unneeded comment form arrayobject.hCharles Harris2013-01-051-11/+0
* fix array interface documentation linksSandro Tosi2012-12-301-1/+1
* API Make PyArray_DATA return void*Luis Pedro Coelho2012-12-031-5/+8