summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rew...Mark Wiebe2011-08-272-3/+3
* ENH: missingdata: Implemented boolean assignment, working with NA masksMark Wiebe2011-08-279-44/+472
* ENH: missingdata: Rewrote boolean indexing to support NA masksMark Wiebe2011-08-279-24/+477
* ENH: missingdata: Get the NA mask working with slice indexingMark Wiebe2011-08-274-94/+182
* ENH: missingdata: In progress making slicing work with NA masksMark Wiebe2011-08-274-2/+88
* ENH: missingdata: Finish the initial implementation of numpy.isnaMark Wiebe2011-08-273-10/+80
* ENH: missingdata: In progress exposing USE_MASKNA to Python numpy.nditerMark Wiebe2011-08-274-38/+246
* ENH: missingdata: More progress towards NPY_ITER_USE_MASKNA flag supportMark Wiebe2011-08-273-8/+61
* ENH: missingdata: Part way through supporting the NPY_ITER_USE_MASKNA flagMark Wiebe2011-08-277-50/+130
* BLD: missingdata: Signature of arraydescr_short_construction_repr changedMark Wiebe2011-08-272-1/+4
* ENH: missingdata: Get printing of NAs to work a little bit betterMark Wiebe2011-08-272-4/+14
* ENH: missingdata: Clean up object dtype detection to work with NAs properlyMark Wiebe2011-08-276-171/+316
* ENH: missingdata: Really simple printing with NA works in some cases now tooMark Wiebe2011-08-275-6/+85
* ENH: missingdata: Have some basic assignment and indexing with NA workingMark Wiebe2011-08-2715-102/+469
* ENH: missingdata: Add (untested) functions for creating the NA maskMark Wiebe2011-08-2711-118/+605
* ENH: missingdata: Use NPY_NA_NOPAYLOAD instead of constant 255 everywhereMark Wiebe2011-08-271-14/+12
* ENH: missingdata: Define the standard Python arithmetic operations for NAMark Wiebe2011-08-275-16/+467
* ENH: missingdata: Make comparisons with NA return NA, raise on 'if np.NA: ...'Mark Wiebe2011-08-275-10/+96
* ENH: missingdata: Write NA repr functionMark Wiebe2011-08-271-8/+48
* ENH: missingdata: Add boilerplate for NA singleton typeMark Wiebe2011-08-277-12/+265
* ENH: Create NA singleton fileMark Wiebe2011-08-271-0/+22
* ENH: missingdata: Add the NA mask members to PyArrayObjectMark Wiebe2011-08-2710-90/+212
* BUG: stray brackets at end of define for macroMatthew Brett2011-08-271-1/+1
* DOC: nditer: Add links to the nditer introductory doc to make it more discove...Mark Wiebe2011-08-251-0/+2
* Changed to follow PEP 7Chris Jordan-Squire2011-08-221-1/+1
* DOCS: New ufunc creation docsChris Jordan-Squire2011-08-221-1/+1
* BUG: Fix segfault when PyArray_VOID and no minitype in _array_find_type.Ben Walsh2011-08-212-3/+9
* BUG: use npy_isnan, not isnan.David Cournapeau2011-08-211-3/+3
* BUG: fix dummy module build.David Cournapeau2011-08-211-1/+1
* STY: define all config.h macro to value 1 to match autoheader convention.David Cournapeau2011-08-211-6/+6
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-205-2/+32
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-205-32/+2
* Merge branch 'pull-140'Charles Harris2011-08-202-5/+30
|\
| * BUG: loadtxt: There was some extra nesting for subarray dtypes (Ticket #1936)Mark Wiebe2011-08-202-5/+30
* | BLD: follow build_ext coding convention in build_clib to catch strange fcompi...Pearu Peterson2011-08-191-12/+14
* | ENH: add useful repr's for finfo, iinfo.Brent Pedersen2011-08-182-0/+20
* | Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-165-2/+32
|/
* ENH: refactor doctest plugin to help subclassingMatthew Brett2011-08-161-45/+71
* ENH: remove unused class definitionMatthew Brett2011-08-161-22/+1
* ENH: skip doctests for testsMatthew Brett2011-08-162-11/+9
* FIX: fix doctest error with empty outputMatthew Brett2011-08-162-1/+21
* ENH: move doctest tests to own file with ifmainMatthew Brett2011-08-162-29/+35
* ENH: refactor testing to improve subclass supportMatthew Brett2011-08-161-23/+39
* ENH: refactor of docteset plugin managementMatthew Brett2011-08-162-90/+71
* ENH: Add provision for headers and footers to savetxt, fixes ticket 1236.Paul Anton Letnes2011-08-152-4/+57
* BUG: print format fix for datetime/timedeltaAlok Singhal2011-08-131-0/+14
* STY: Rewrite some macros to look better. This code could probably use aCharles Harris2011-08-131-8/+41
* BUG: Fix import_umath macro to work with python 3.Arfrever Frehtes Taifersar Arahesis2011-08-131-1/+7
* ENH: Faster asarray_chkfiniteChris Jordan-Squire2011-08-131-2/+1
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-1/+5