summaryrefslogtreecommitdiff
path: root/numpy/doc/DISTUTILS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-546/+0
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-031-7/+1
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-211-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 McIntyre2008-06-171-27/+11
| | | | modules.
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-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.burns2007-10-041-41/+37
|
* adding toc to distutils docsJarrod Millman2007-05-011-0/+2
|
* Add feature: read f77 compiler flags from source. Added a section for extra ↵Pearu Peterson2006-05-191-0/+34
| | | | features in numpy.distutils.
* Apply replace ScipyTestCase->NumpyTestCase. Fix tests for testoob.Pearu Peterson2006-04-261-11/+14
|
* Added warning about config.add_headers to DISTUTILS.txtedschofield2006-04-191-1/+3
|
* Hint for using new setup configuration kw argument.Pearu Peterson2006-03-311-1/+2
|
* Reimplemented add_data_dir and add_data_files methods to fix ambiguities.Pearu Peterson2006-03-301-5/+5
|
* Refactored Configuration._fix_paths method to gpaths, added tests and ↵Pearu Peterson2006-03-301-7/+26
| | | | documentation.
* More refactoring in numpy.distutils.misc_utilcookedm2006-02-021-1/+2
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-241-0/+2
| | | | method to Configuration.
* numpy.base -> numpyTravis Oliphant2006-01-051-3/+3
|
* More documentation updatesedschofield2006-01-051-24/+24
|
* Fixed libTravis Oliphant2006-01-041-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-32/+32
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+509