summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-064-10/+76
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-064-12/+70
* BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case.Michael Droettboom2011-05-021-0/+1
* BUG: Fix a bug where memory was being read after being freed.Michael Droettboom2011-05-021-1/+3
* BUG: Fix reference counting leaks in C-based multiarray_testsMichael Droettboom2011-05-021-3/+0
* BUG: Fix memory leak in UMath_Tests_test_signature testMichael Droettboom2011-05-021-0/+1
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL buildsMark Wiebe2011-05-011-11/+4
* TST: fix test due to recent change for large arrays (ValueError / MemoryError).Ralf Gommers2011-04-301-2/+2
* DOC:BUG: fix percentile examples. Closes #1813.Ralf Gommers2011-04-291-7/+6
* BUG: Remove buggy test for error trying to allocate too large array.Charles Harris2011-04-271-2/+1
* TST: fix test for too large array, raises ValueError, not MemoryError.Ralf Gommers2011-04-271-1/+1
* TST: fix forgotten import in core/test_regression.pyRalf Gommers2011-04-271-0/+1
* ENH: Put line ending on message to stderr.Charles Harris2011-04-261-1/+1
* BUG: Make some variables npy_int8 instead of char.Charles Harris2011-04-261-1/+1
* BUG: linalg: Update the rwork size in the call to zgesdd to reflect a documen...Jason Grout2011-04-261-1/+2
* DOC: Add note about the danger of integer overflow when computing arrayCharles Harris2011-04-241-0/+6
* ENH: Ticket #1218, allow use of custom formatters in array2string andRalf Gommers2011-04-242-48/+264
* BUG: Switch char to npy_byte/npy_ubyte in min_scalar_typeMark Wiebe2011-04-231-2/+2
* TST: Try to make the test for checking array size from dimensions aCharles Harris2011-04-231-1/+2
* BUG: Fix regression in checking array size from dimensions.Christolph Gohlke2011-04-232-4/+5
* BUG: Fix another cast to char.Charles Harris2011-04-231-2/+2
* BUG: Fix signed char assumption in einsum label parsingMark Wiebe2011-04-231-5/+22
* WRN: Fix gcc warnings (4.6.0 with "-Wall -Wno-unused-function")Mark Wiebe2011-04-237-36/+14
* STY: Make include flag name match file name.Charles Harris2011-04-231-2/+2
* BUG: Change some char variables to npy_int8 so that they are always signedCharles Harris2011-04-231-32/+32
* BUG: ticket #1805, replace type char by signed char for tables.Charles Harris2011-04-232-12/+12
* BUG: PyArray_FromString failed to disallow object arraysMark Wiebe2011-04-221-1/+2
* STY: Add comment about errobj reference ownershipMark Wiebe2011-04-221-1/+5
* BUG: Fix memory leak in reduction ufuncs -- the error object was not being de...Michael Droettboom2011-04-221-0/+6
* TST: Add some specific desirable type-promotion use cases to the testsMark Wiebe2011-04-221-1/+50
* DOC: Document the new keyword arguments for ufuncsMark Wiebe2011-04-221-2/+9
* DOC: Improve the documentation about type promotionMark Wiebe2011-04-221-6/+50
* BUG: Fix type promotion regression for ufuncs (Ticket #1798)Mark Wiebe2011-04-221-27/+82
* BUG: Fix type promotion regression for the result_type function (Ticket #1798)Mark Wiebe2011-04-221-15/+105
* TST: Add tests for scalar*array type promotionMark Wiebe2011-04-222-37/+26
* BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801.Ralf Gommers2011-04-221-2/+2
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* TST: fix regression on 64-bit Windows.Ralf Gommers2011-04-181-1/+2
* TST: test for different line endings in genfromtxt input file. NoteMatthew Brett2011-04-061-25/+27
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-0535-576/+579
* BUG: Fix Python version comparison in last patchMark Wiebe2011-04-051-1/+1
* BUG: Work around the fact that Python 2.6 doesn't support %lld in PyString_Fo...Mark Wiebe2011-04-051-3/+18
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-0513-42/+43
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-058-26/+25
* STY: Update exception styles, trickier ones.Charles Harris2011-04-0514-34/+34
* STY: Update exception style, easy ones.Charles Harris2011-04-0533-193/+193
* BUG: Fix INTP printf formatting string on 64-bit windowsMark Wiebe2011-04-051-7/+3
* STY: Change one more old-style class to a new-style class.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-0511-18/+18