| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | Pearu Peterson | 2007-05-19 | 1 | -1/+1 |
* | Fix atlas version detection when using MSVC compiler | Pearu Peterson | 2007-05-19 | 2 | -1/+39 |
* | Fix fcompiler/compiler unification warning. | Pearu Peterson | 2007-05-19 | 1 | -2/+6 |
* | Fix for win32 platform. | Pearu Peterson | 2007-05-19 | 1 | -0/+1 |
* | Add descriptions to config_fc and config_cc commands. | Pearu Peterson | 2007-05-18 | 1 | -1/+4 |
* | Added --fcompiler,--help-fcompiler options to build command parallel to --com... | Pearu Peterson | 2007-05-18 | 3 | -6/+24 |
* | show less messages in --help-fcompiler | Pearu Peterson | 2007-05-18 | 1 | -1/+1 |
* | Added --help-fcompiler option to build_ext command. | Pearu Peterson | 2007-05-18 | 1 | -1/+6 |
* | added config to --fcompiler option unification method. introduced config_cc f... | Pearu Peterson | 2007-05-18 | 4 | -13/+47 |
* | unify config_fc, build_clib, build_ext commands --fcompiler options so that -... | Pearu Peterson | 2007-05-18 | 4 | -11/+23 |
* | Fixed warnings on language changes. | Pearu Peterson | 2007-05-18 | 2 | -11/+4 |
* | Minor for Python 2.3 support. | Pearu Peterson | 2007-05-18 | 1 | -4/+3 |
* | g3 f2py: impl. compiling Fortran codes online (function numpy.f2py.lib.compil... | Pearu Peterson | 2007-05-18 | 9 | -265/+264 |
* | Extension modules and libraries are built with suitable compilers/linkers. Im... | Pearu Peterson | 2007-05-18 | 2 | -177/+295 |
* | build_src: introduced --swig and other related options (as in std distutils b... | Pearu Peterson | 2007-05-18 | 1 | -51/+97 |
* | fix typo: iteratable -> iterator | cookedm | 2007-05-18 | 1 | -1/+1 |
* | Fix ticekt #511 and start to handle allclose problems. | Travis Oliphant | 2007-05-17 | 2 | -9/+21 |
* | Fix some bugs with isposinf and isneginf as well as with how allclose dealt w... | Travis Oliphant | 2007-05-17 | 2 | -2/+11 |
* | Propagate changes made to umathmodule.c to fix the problem with division and ... | Travis Oliphant | 2007-05-17 | 1 | -0/+7 |
* | Perhaps fix the problem with multiarray_module_loaded. | Travis Oliphant | 2007-05-17 | 1 | -3/+4 |
* | Fixed a place where unicode itemsize was being counted twice. This led to ar... | Travis Oliphant | 2007-05-16 | 1 | -4/+1 |
* | Fix problem with records with object elements and add pretty-printing to reco... | Travis Oliphant | 2007-05-15 | 2 | -8/+18 |
* | Add stacklevel=2 to DeprecationWarning for ScipyTestCase | cookedm | 2007-05-15 | 1 | -1/+1 |
* | #513: fix up include of fenv.c in numarray for cygwin | cookedm | 2007-05-15 | 4 | -15/+11 |
* | #520: don't add arch-specific flags when linking with Intel Fortran | cookedm | 2007-05-15 | 1 | -1/+0 |
* | Workaround Python distutils bug sf 1718574. | Pearu Peterson | 2007-05-14 | 1 | -0/+7 |
* | Fix f2py command line doc. | Pearu Peterson | 2007-05-14 | 2 | -1/+3 |
* | Fix doc rest formatting - 2. | Pearu Peterson | 2007-05-14 | 1 | -18/+19 |
* | Fix doc rest formatting. | Pearu Peterson | 2007-05-14 | 1 | -12/+12 |
* | With gfortran, compile modern Xeon's with EM64T with -march=nocona (#515) | cookedm | 2007-05-14 | 1 | -0/+2 |
* | Restructure documentation of sort, argsort, searchsorted, var, mean, | Charles Harris | 2007-05-14 | 1 | -127/+161 |
* | Add patch from dhuard to histogramdd. Fixes ticket #509. | Charles Harris | 2007-05-13 | 2 | -61/+99 |
* | Fix ticket #506 by applying the patch from cdavid. | Charles Harris | 2007-05-13 | 1 | -12/+25 |
* | Add iinfo based on a patch by Albert Strasheim (ticket #250). | Stefan van der Walt | 2007-05-13 | 2 | -2/+72 |
* | Add regression tests for tickets 469, 503, 514 and 516. | Stefan van der Walt | 2007-05-13 | 1 | -0/+25 |
* | Add documentation for eigvals, eigvalsh, eig, and eigh. | Charles Harris | 2007-05-13 | 1 | -4/+165 |
* | Add documentation for diagonal. | Charles Harris | 2007-05-13 | 3 | -150/+381 |
* | Add/edit documentation for mean, std, var. | Charles Harris | 2007-05-12 | 3 | -30/+305 |
* | Special check for common error in arange. | Travis Oliphant | 2007-05-11 | 1 | -1/+9 |
* | Fix nan functions to allow sub-class. | Travis Oliphant | 2007-05-11 | 1 | -5/+5 |
* | Raise exception when pyrex is required. | Pearu Peterson | 2007-05-11 | 1 | -1/+5 |
* | Using meaningful NotFoundError exception for blas_opt and lapack_opt resources. | Pearu Peterson | 2007-05-11 | 1 | -0/+4 |
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 17 | -17/+19 |
* | Improved error message for missing Python.h. | Pearu Peterson | 2007-05-11 | 1 | -1/+7 |
* | Fix ticket #514 (and probably others) due to inappropriate fixing of largest ... | Travis Oliphant | 2007-05-10 | 2 | -6/+5 |
* | Remove wasteful check. Fix problem with PyArray_Transpose for large arrays. | Travis Oliphant | 2007-05-10 | 2 | -2/+3 |
* | Improvement of separator handling for fromstring and fromfile. | cookedm | 2007-05-10 | 4 | -352/+437 |
* | Use a try/finally instead of try/except Exception for cleanup in numpy/distut... | cookedm | 2007-05-10 | 1 | -5/+3 |
* | Better warning when using ScipyTest | cookedm | 2007-05-10 | 1 | -1/+1 |
* | Add docstrings to numpy/core/code_generators/genapi.py | cookedm | 2007-05-10 | 1 | -0/+36 |