Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 1 | -546/+0 |
| | |||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 1 | -7/+1 |
| | | | | extraneous output. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | ||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -27/+11 |
| | | | | modules. | ||||
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 1 | -1/+0 |
| | | | | | | | | It has the same problems as our old numpy.distutils.ccompiler.split_quoted. splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning This has the positive side effect of not having numpy.distutils pulled in when numpy is imported -- there was a use of splitcmdline in numpy.testing. | ||||
* | Some documentation cleanup of disutils. | chris.burns | 2007-10-04 | 1 | -41/+37 |
| | |||||
* | adding toc to distutils docs | Jarrod Millman | 2007-05-01 | 1 | -0/+2 |
| | |||||
* | Add feature: read f77 compiler flags from source. Added a section for extra ↵ | Pearu Peterson | 2006-05-19 | 1 | -0/+34 |
| | | | | features in numpy.distutils. | ||||
* | Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob. | Pearu Peterson | 2006-04-26 | 1 | -11/+14 |
| | |||||
* | Added warning about config.add_headers to DISTUTILS.txt | edschofield | 2006-04-19 | 1 | -1/+3 |
| | |||||
* | Hint for using new setup configuration kw argument. | Pearu Peterson | 2006-03-31 | 1 | -1/+2 |
| | |||||
* | Reimplemented add_data_dir and add_data_files methods to fix ambiguities. | Pearu Peterson | 2006-03-30 | 1 | -5/+5 |
| | |||||
* | Refactored Configuration._fix_paths method to gpaths, added tests and ↵ | Pearu Peterson | 2006-03-30 | 1 | -7/+26 |
| | | | | documentation. | ||||
* | More refactoring in numpy.distutils.misc_util | cookedm | 2006-02-02 | 1 | -1/+2 |
| | |||||
* | __config__.py files are generated through py_modules list. Added get_info ↵ | Pearu Peterson | 2006-01-24 | 1 | -0/+2 |
| | | | | method to Configuration. | ||||
* | numpy.base -> numpy | Travis Oliphant | 2006-01-05 | 1 | -3/+3 |
| | |||||
* | More documentation updates | edschofield | 2006-01-05 | 1 | -24/+24 |
| | |||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -32/+32 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+509 |