summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate changes made to umathmodule.c to fix the problem with division and ...Travis Oliphant2007-05-171-0/+7
* Perhaps fix the problem with multiarray_module_loaded.Travis Oliphant2007-05-171-3/+4
* Fixed a place where unicode itemsize was being counted twice. This led to ar...Travis Oliphant2007-05-161-4/+1
* Fix problem with records with object elements and add pretty-printing to reco...Travis Oliphant2007-05-152-8/+18
* Add stacklevel=2 to DeprecationWarning for ScipyTestCasecookedm2007-05-151-1/+1
* #513: fix up include of fenv.c in numarray for cygwincookedm2007-05-154-15/+11
* #520: don't add arch-specific flags when linking with Intel Fortrancookedm2007-05-151-1/+0
* Workaround Python distutils bug sf 1718574.Pearu Peterson2007-05-141-0/+7
* Fix f2py command line doc.Pearu Peterson2007-05-142-1/+3
* Fix doc rest formatting - 2.Pearu Peterson2007-05-141-18/+19
* Fix doc rest formatting.Pearu Peterson2007-05-141-12/+12
* With gfortran, compile modern Xeon's with EM64T with -march=nocona (#515)cookedm2007-05-141-0/+2
* Restructure documentation of sort, argsort, searchsorted, var, mean,Charles Harris2007-05-141-127/+161
* Add patch from dhuard to histogramdd. Fixes ticket #509.Charles Harris2007-05-132-61/+99
* Fix ticket #506 by applying the patch from cdavid.Charles Harris2007-05-131-12/+25
* Add iinfo based on a patch by Albert Strasheim (ticket #250).Stefan van der Walt2007-05-132-2/+72
* Add regression tests for tickets 469, 503, 514 and 516.Stefan van der Walt2007-05-131-0/+25
* Add documentation for eigvals, eigvalsh, eig, and eigh.Charles Harris2007-05-131-4/+165
* Add documentation for diagonal.Charles Harris2007-05-133-150/+381
* Add/edit documentation for mean, std, var.Charles Harris2007-05-123-30/+305
* Special check for common error in arange.Travis Oliphant2007-05-111-1/+9
* Fix nan functions to allow sub-class.Travis Oliphant2007-05-111-5/+5
* Raise exception when pyrex is required.Pearu Peterson2007-05-111-1/+5
* Using meaningful NotFoundError exception for blas_opt and lapack_opt resources.Pearu Peterson2007-05-111-0/+4
* Clean up setup() calls.Pearu Peterson2007-05-1117-17/+19
* Improved error message for missing Python.h.Pearu Peterson2007-05-111-1/+7
* Fix ticket #514 (and probably others) due to inappropriate fixing of largest ...Travis Oliphant2007-05-102-6/+5
* Remove wasteful check. Fix problem with PyArray_Transpose for large arrays.Travis Oliphant2007-05-102-2/+3
* Improvement of separator handling for fromstring and fromfile.cookedm2007-05-104-352/+437
* Use a try/finally instead of try/except Exception for cleanup in numpy/distut...cookedm2007-05-101-5/+3
* Better warning when using ScipyTestcookedm2007-05-101-1/+1
* Add docstrings to numpy/core/code_generators/genapi.pycookedm2007-05-101-0/+36
* Change recarray attribute getting to return a view using the class instead of...Travis Oliphant2007-05-091-1/+1
* assert_approx_equal used significant digit more than requested.Robert Kern2007-05-041-1/+1
* Fix compatibility layer definition of stdTravis Oliphant2007-05-041-1/+2
* adding toc to distutils docsJarrod Millman2007-05-011-0/+2
* Fix typo.Robert Kern2007-04-301-1/+1
* Add regression test. Fix order of arguments in test_multiarray.Stefan van der Walt2007-04-302-1/+9
* Fix silly initialization of input variable.Travis Oliphant2007-04-271-1/+1
* Add test case for integer divisioncookedm2007-04-251-0/+8
* Restore invariant of (x == (x/y)*y + (x%y)) by making integer division with m...Travis Oliphant2007-04-241-3/+39
* Add patch to system_info for building with MKL on Win32 #504Travis Oliphant2007-04-241-2/+9
* NumpyTest.test() takes an extra argument, all, which, if true, makescookedm2007-04-222-112/+102
* Some distutils work:cookedm2007-04-223-67/+70
* Better version handling for gnu and intel Fortran compilerscookedm2007-04-225-34/+140
* Add loadtxt and savetxt adapted from matplotlib.Travis Oliphant2007-04-222-4/+175
* Fix byte-swapping error on conversion to Object array from big-endian array (...Travis Oliphant2007-04-201-3/+9
* Fix pointer size for F90 allocatable arrays on 64-bit platform. Closes ticket...Stefan van der Walt2007-04-201-2/+4
* f2py: support for assumed shape arrays of fortran callback functions (will no...Pearu Peterson2007-04-171-0/+4
* Sort module names when running testscookedm2007-04-171-1/+4