summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: release Numpy 1.6.0v1.6.0Ralf Gommers2011-05-142-2/+2
* REL: set version to 1.6.0rc3.v1.6.0rc3Ralf Gommers2011-05-073-8/+2
* use np.atleast_Nd() to boost dimensions to ndminDerek Homeier2011-05-072-7/+24
* changed ndmin option in loadtxt to return shape (1, X.size) for single-row in...Derek Homeier2011-05-072-3/+12
* BUG: Fix the order of declaring variables in f2py generated code. The bug was...Pearu Peterson2011-05-071-2/+6
* DOC: Updated f2py size support note.Pearu Peterson2011-05-071-5/+2
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-074-10/+76
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-074-12/+70
* REL: set version to 1.6.0rc2.v1.6.0rc2Ralf Gommers2011-05-032-2/+2
* 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
* BUG: fix messed up version number.Ralf Gommers2011-05-011-1/+1
* REL: include OS X version in dmg installer name. Corresponds to python.org sc...Ralf Gommers2011-04-302-4/+18
* REL: set version to 1.6.0rc1v1.6.0rc1Ralf Gommers2011-04-303-3/+22
* DOC:BUG: fix percentile examples. Closes #1813.Ralf Gommers2011-04-301-7/+6
* TST: fix test due to recent change for large arrays (ValueError / MemoryError).Ralf Gommers2011-04-301-2/+2
* TST: mark a string array test as knownfail for py3.x in 1.6.x branch only.Ralf Gommers2011-04-301-0/+2
* 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
* 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
* 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-222-2/+48
* DOC: Improve the documentation about type promotionMark Wiebe2011-04-223-13/+99
* 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 test failure related to intp on 64-bit Windows.Ralf Gommers2011-04-201-1/+1
* ENH: do not make backup copies when running 2to3.Ralf Gommers2011-04-171-1/+1
* 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