summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-1/+2
* Merge pull request #3527 from dmuellner/masterCharles Harris2013-08-011-1/+1
|\
| * Reflect file name change in setup.py.dmuellner2013-07-291-1/+1
* | ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+1
|/
* ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-131-1/+6
* MAINT: move simd functions to new file simd.inc.srcJulian Taylor2013-06-081-1/+6
* ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+5
* Merge pull request #3308 from juliantaylor/optimize-isnannjsmith2013-05-151-0/+6
|\
| * 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-0/+4
* | Add test for struct array ufuncsJay Bourque2013-05-141-0/+7
* | Fix formatting issuesJay Bourque2013-05-061-1/+1
* | Add test for setting operand flags through c apiJay Bourque2013-05-061-0/+7
|/
* Rename rational module to test_rationalJay Bourque2013-04-261-2/+2
* Add unit test for ufunc with custom typeJay Bourque2013-04-261-0/+7
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-18/+14
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-13/+13
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-13/+13
* | BLD: Add NPY_RELAXED_STRIDES_CHECKING flagSebastian Berg2013-04-011-0/+9
|/
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* FEAT: use separate build by default.David Cournapeau2013-01-241-1/+1
* REF: make the separate compilation env handling a tad simpler.David Cournapeau2013-01-241-5/+1
* ENH: Split sort source file by sort kind.Charles Harris2012-07-111-1/+4
* ENH: allow NPY_SEPARATE_COMPILATION to be set to 0 to disallow separate build.David Cournapeau2012-06-241-2/+2
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-2/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-6/+0
* ENH: Always include ucsnarray.h and ucsnarray.cCharles Harris2012-04-211-3/+2
* MOV: Rename umathmodule.c.src umathmodule.c since it has no templates.Charles Harris2012-02-041-3/+2
* DEP: Deprecate the old_defines.h header and the macros therein.Charles Harris2012-02-041-1/+0
* ENH: missingdata: Make numpy.all follow the NA || True == True ruleMark Wiebe2011-08-271-0/+2
* ENH: missingdata: Rename na_singleton.[ch] to na_object.[ch]Mark Wiebe2011-08-271-1/+3
* ENH: missingdata: Move some of the refactored reduction code into the APIMark Wiebe2011-08-271-0/+2
* ENH: missingdata: Implement routine for array to array assignmentMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Implement wheremasked scalar assignment with overwritena=TrueMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Writing some low level general array assignment routinesMark Wiebe2011-08-271-0/+2
* ENH: missingdata: Add boilerplate for NA singleton typeMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Add the NA mask members to PyArrayObjectMark Wiebe2011-08-271-0/+1
* STY: define all config.h macro to value 1 to match autoheader convention.David Cournapeau2011-08-211-6/+6
* ENH: nditer: Rename nditer.c.src to indicate it has just the templated bitsMark Wiebe2011-07-071-2/+2
* ENH: nditer: Move the non-templated API into its own fileMark Wiebe2011-07-071-1/+23
* ENH: nditer: Move construction/copy/destruction to its own implementation fileMark Wiebe2011-07-071-22/+24
* ENH: umath: Move the type resolution functions into their own fileMark Wiebe2011-07-061-1/+2
* ENH: Merge branch 'datetime_dev'Mark Wiebe2011-06-221-0/+1
|\
| * ENH: datetime-autounit: Detect unit from string arrays as wellMark Wiebe2011-06-161-0/+1
* | STY: Delete commented out lines and add some comments.Charles Harris2011-06-201-4/+2
* | ENH: Generate the npysort library for linking during build, but do notCharles Harris2011-06-191-5/+4
* | ENH: Remove the _sort module.Charles Harris2011-06-161-37/+1
* | ENH: Directly initialize arraytypes with the sorting functions in the sortCharles Harris2011-06-161-1/+1