Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed object put bug.. | Travis Oliphant | 2005-10-05 | 1 | -1/+2 | |
| | ||||||
* | Added f2py2e as scipy.f2py, improved scipy.distutils, fixed setup.py files, etc | Pearu Peterson | 2005-09-29 | 1 | -8/+8 | |
| | ||||||
* | r3493@803638d6: kern | 2005-09-27 19:52:10 -0700 | Robert Kern | 2005-09-28 | 1 | -2/+4 | |
| | | | | get_scipy_include() docs and fix; f2py updated to use get_scipy_include(); mtrand integration | |||||
* | Getting ready to release beta. | Travis Oliphant | 2005-09-28 | 1 | -0/+11 | |
| | ||||||
* | Removed obsolute file. Using MANIFEST.in should be avoided, all source files ↵ | Pearu Peterson | 2005-01-28 | 1 | -1/+0 | |
| | | | | should be listed in setup_...py files. | |||||
* | Added scipy_base/_compiled_base.c since it is used at build time but | jmiller | 2005-01-28 | 1 | -0/+1 | |
| | | | | | not included literally in any Extension, only as a renamed copy: e.g. _na_compiled_base.c. | |||||
* | Removed .build_py_ignore files: the feature didn't work properly, e.g. ↵ | Pearu Peterson | 2003-10-23 | 1 | -5/+0 | |
| | | | | building binaries failed. Added sample_site.cfg to data_files. Emptied MANIFEST.in (later we can consider removing it). | |||||
* | Added setup_*.py files to MANIFEST.in. It is possible that they were missing ↵ | Pearu Peterson | 2003-10-21 | 1 | -0/+4 | |
| | | | | due to .build_py_ignore feature, so, we might consider dropping the feature. | |||||
* | Introduced MANIFEST.in that includes *.inc files to sdist | Pearu Peterson | 2003-08-07 | 1 | -0/+1 | |