summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: set version to 1.6.1rc3v1.6.1rc3Ralf Gommers2011-07-112-2/+2
* BUG: iter: writeonly operands weren't always being buffered correctly (Ticket...Mark Wiebe2011-07-112-1/+18
* REL: set version to 1.6.1rc2.v1.6.1rc2Ralf Gommers2011-07-012-2/+2
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-07-015-31/+62
* BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843.Ralf Gommers2011-07-012-1/+3
* BUG: nditer: Error in detecting double reduction loop (Fixes #1885)Mark Wiebe2011-06-283-3/+21
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-222-10/+26
* BUG: core: Fix corner case of object array assignment (#1870)Mark Wiebe2011-06-223-14/+65
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-226-18/+69
* REL: set version number to 1.6.1rc2.devRalf Gommers2011-06-221-2/+2
* REL: tag 1.6.1rc1v1.6.1rc1rgommers2011-06-132-3/+3
* BUG: core: PyArray_NewFromDescr needs to update flags when strides != NULL (f...Mark Wiebe2011-06-092-7/+10
* ENH: distutils: do the correct thing when swig_opts is a string in setup.pyrgommers2011-06-021-0/+7
* BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbo...Pearu Peterson2011-05-302-2/+3
* BUG: Regression of object <-> structured array data copying (ticket #1838)Mark Wiebe2011-05-213-4/+23
* BUG: Iterator reduction buffering bug when the inner loop is bigger than the ...Mark Wiebe2011-05-212-2/+24
* BUG: PyArray_FillWithZero didn't work in the general caseMark Wiebe2011-05-182-1/+9
* BUG: Fix buffered reduction case in nditer (ticket #1834)Mark Wiebe2011-05-183-3/+22
* TST: Reduced test case for ticket #1834Mark Wiebe2011-05-181-0/+19
* REL: set version to 1.6.1dev, released=False.Ralf Gommers2011-05-141-2/+2
* 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