summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix failing npyio test under py3k. Thanks to Derek Homeier. Closes #1793.Ralf Gommers2011-08-102-1/+3
* BUG: lib: use Py_TYPE to access ob_type, so it works also on Py3Pauli Virtanen2011-07-311-7/+8
* ENH: let genfromtxt return empty array for empty input file instead of an error.Paul Anton Letnes2011-07-312-7/+10
* BUG: core: Fix memory leak, add a test which catches it (Ticket #1917)Mark Wiebe2011-07-292-1/+8
* BUG: don't use quotes in "dtype=name" when printing arrays for "simple" dtypes'Alok Singhal2011-07-281-1/+5
* In the old API, PyArray_DATA and PyArray_BYTES differ in that DATA returns a ...Michael Droettboom2011-07-271-3/+4
* Merge branch 'deprecate_array_field_access'Mark Wiebe2011-07-2667-2371/+2974
|\
| * STY: Remove trailing whitespaceMark Wiebe2011-07-2621-76/+76
| * ENH: core: Rename PyArray_SetBase to PyArray_SetBaseObject to be more clearMark Wiebe2011-07-2221-40/+39
| * ENH: dtype: Make handling of struct dtype align= flag more rigorous (also fix...Mark Wiebe2011-07-223-31/+111
| * STY: Updates for pull request feedback from Chuck and BenMark Wiebe2011-07-201-1/+5
| * ENH: core: Add access macros back in conditionally, for backwards compatibili...Mark Wiebe2011-07-191-39/+84
| * BUG: mmap: Make the memmap subclass rely on the Python mmap's destructor bein...Mark Wiebe2011-07-192-36/+22
| * BUG: core: Needed to initialize 'obj' to NULL for Py_XDECREF_ERR in fail sectionMark Wiebe2011-07-192-7/+7
| * TST: rec: DType in join_by test was inconsistentMark Wiebe2011-07-191-2/+3
| * BUG: core: PyArray_GetArrayParamsFromObject was treating __array_interface__ ...Mark Wiebe2011-07-191-1/+7
| * BUG: dtype: comma-list dtype formats didn't accept M8[] parameterized dtypesMark Wiebe2011-07-194-54/+41
| * ENH: core: Fix more test failures post-field access deprecationMark Wiebe2011-07-198-113/+107
| * ENH: core: Got the tests running after the ArrayObject field access deprecationMark Wiebe2011-07-199-55/+61
| * ENH: core: More cleanups removing direct PyArrayObject field accessMark Wiebe2011-07-198-242/+260
| * WRN: nditer: remove some warningsMark Wiebe2011-07-191-4/+4
| * ENH: core: Get it fully building without direct field accessMark Wiebe2011-07-194-78/+81
| * ENH: core: more progress removing direct ArrayObject field accessMark Wiebe2011-07-1914-461/+487