summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ENH: Move sorting functions into a library.Charles Harris2011-06-161-18/+29
* | STY: Move npy_intp definitions and associated formats into npy_common.h.Charles Harris2011-06-161-15/+25
* | STY: Reorganize core/setup.py a bit.Charles Harris2011-06-161-99/+129
* | ENH: Break out the sort functions into a separate file.Charles Harris2011-06-161-56/+85
* | ENH: Rename the sorting directory to npysort.Charles Harris2011-06-161-2/+2
* | ENH: Move comparison functions into an include file.Charles Harris2011-06-161-0/+1
* | ENH: Rename _sortmodule.c.src and move it into a new sorting directory.Charles Harris2011-06-161-1/+1
|/
* STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendarMark Wiebe2011-06-151-1/+1
* ENH: datetime-bday: Create the np.busdaydef business day definition objectMark Wiebe2011-06-131-0/+1
* ENH: datetime-bday: Add datetime_busday.c/.h, start busday_offset functionMark Wiebe2011-06-101-0/+1
* STY: Rename source files for the iterator to nditer_*.*Mark Wiebe2011-03-131-3/+3
* BLD: Fix scons and setup.py buildMark Wiebe2011-02-021-1/+1
* ENH: core: Start einsum function, add copyright notices to filesMark Wiebe2011-01-231-2/+4
* ENH: iter: Add support for buffering arrays with fields and subarraysMark Wiebe2011-01-141-0/+1
* ENH: iter: Move new_iterator.h to the include directoryMark Wiebe2011-01-091-1/+0
* ENH: Implemented basic bufferingMark Wiebe2011-01-091-2/+5
* ENH: iter: Start Python wrapper of new iteratorMark Wiebe2011-01-091-1/+2
* ENH: iter: Track indices, use templating to specialize iternextMark Wiebe2011-01-091-2/+3
* ENH: iter: Basic version of iterator is runningMark Wiebe2011-01-091-2/+4
* BUG: complex.h is broken on Interix, so skip it. Closes ticket #1365.rgommers2010-12-021-3/+11
* ENH: core: Update the sorting module for half/float16Mark Wiebe2010-12-011-1/+1
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-0/+4
* BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-061-2/+5
* BUG: fix re-declaration of already defined macros in python.h.David Cournapeau2010-08-211-4/+4