summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Pearu Peterson2007-05-191-1/+1
* Fix atlas version detection when using MSVC compilerPearu Peterson2007-05-192-1/+39
* Fix fcompiler/compiler unification warning.Pearu Peterson2007-05-191-2/+6
* Fix for win32 platform.Pearu Peterson2007-05-191-0/+1
* Add descriptions to config_fc and config_cc commands.Pearu Peterson2007-05-181-1/+4
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-183-6/+24
* show less messages in --help-fcompilerPearu Peterson2007-05-181-1/+1
* Added --help-fcompiler option to build_ext command.Pearu Peterson2007-05-181-1/+6
* added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-184-13/+47
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-184-11/+23
* Fixed warnings on language changes.Pearu Peterson2007-05-182-11/+4
* Minor for Python 2.3 support.Pearu Peterson2007-05-181-4/+3
* g3 f2py: impl. compiling Fortran codes online (function numpy.f2py.lib.compil...Pearu Peterson2007-05-189-265/+264
* Extension modules and libraries are built with suitable compilers/linkers. Im...Pearu Peterson2007-05-182-177/+295
* build_src: introduced --swig and other related options (as in std distutils b...Pearu Peterson2007-05-181-51/+97
* fix typo: iteratable -> iteratorcookedm2007-05-181-1/+1
* Fix ticekt #511 and start to handle allclose problems.Travis Oliphant2007-05-172-9/+21
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-172-2/+11
* 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