summaryrefslogtreecommitdiff
path: root/numpy/core/include
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-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
* BUG: core: wrap npy_math.h into extern "C" so that it works correctly in C++Pauli Virtanen2012-11-171-0/+8
* BUG: Remove pointer cast from the PyArray_DATA macro.Charles Harris2012-11-061-2/+2
* BUG: Remove pointer cast from the PyArray_BYTES macro.Frederic2012-11-061-1/+1
* MNT: Minor cleanups in comments and lowlevel_strided_loops.Sebastian Berg2012-10-221-1/+1
* API: Change isfortran to f-contig and not c-contigSebastian Berg2012-10-211-3/+4
* STY: fix up style and a few wordings on previous commitNathaniel J. Smith2012-09-201-2/+4
* FIX: Transition scheme for safer in-place ufunc operationsNathaniel J. Smith2012-09-201-4/+5
* Merge pull request #327 from teoliphant/restore_apiTravis E. Oliphant2012-07-172-10/+10
|\
| * API: Restore ability to not use semicolons.Travis E. Oliphant2012-06-281-2/+2
| * Restore ability to not include semi-colons.Travis E. Oliphant2012-06-251-8/+8
* | Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarningsNathaniel J. Smith2012-07-171-0/+2