Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mention that version.py file is now generated. | David Cournapeau | 2009-03-27 | 1 | -1/+2 | |
| | ||||||
* | Generate the version.py file, to help keeping the version synchronized ↵ | David Cournapeau | 2009-03-27 | 1 | -0/+31 | |
| | | | | everywhere (doc, paver, etc...). | |||||
* | Use global for distutils metat-data, so that we can pull them from paver. | David Cournapeau | 2009-03-27 | 1 | -12/+25 | |
| | ||||||
* | Do not add doc sources through add_data_dir: it will put the docs alongside ↵ | David Cournapeau | 2008-12-28 | 1 | -10/+0 | |
| | | | | numpy, as a separate package, which is not what we want. Use the manifest instead, since that's the only way I know of to include something in sdist-generated tarballs. | |||||
* | Add doc sources so that sdist tarball contains them. | David Cournapeau | 2008-12-21 | 1 | -0/+10 | |
| | ||||||
* | BUG: Fix email addresses. | Robert Kern | 2008-08-01 | 1 | -2/+2 | |
| | ||||||
* | PyPI metadata fixes. | Robert Kern | 2008-06-18 | 1 | -2/+2 | |
| | ||||||
* | Modify the setup routine to indicate that it is being run via a system | Fernando Perez | 2007-12-30 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | global. This allows the main __init__ to detect the setup and avoid attempting to load things that aren't built yet. This is hackish, but the previously used method would fail if there was an existing system-wide numpy already installed, for example (which users might have no control over). There were frequent reports of problems with the previous method: - http://projects.scipy.org/pipermail/scipy-user/2007-November/014511.html - Tickets #561 and #565 | |||||
* | remove old reference to deleted file (r4384) | Jarrod Millman | 2007-11-05 | 1 | -1/+0 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -4/+4 | |
| | ||||||
* | Fix ticket 535. | Pearu Peterson | 2007-06-05 | 1 | -3/+4 | |
| | ||||||
* | Fix some problems with data-files not being added in top-level and extra ↵ | Travis Oliphant | 2007-05-31 | 1 | -6/+6 | |
| | | | | version information added to the name of development distributions. | |||||
* | Remove MANIFEST file at startup time, since distutils fails to properly ↵ | Fernando Perez | 2006-07-12 | 1 | -0/+5 | |
| | | | | update it. Also add proper shebang line. | |||||
* | Use correct download url in setup.py so that setuptool's easy_install would | cookedm | 2006-04-21 | 1 | -1/+1 | |
| | | | | be able to download the source correctly. | |||||
* | Fix version machinery and pkg information requests. | Pearu Peterson | 2006-04-04 | 1 | -20/+20 | |
| | ||||||
* | Add svn revision number to version. | Pearu Peterson | 2006-03-31 | 1 | -9/+5 | |
| | ||||||
* | Introduced configuration kw argument to setup. This fixes long lasted long ↵ | Pearu Peterson | 2006-03-31 | 1 | -28/+36 | |
| | | | | configuration messages when setup command line has only help request or errors. | |||||
* | Included numpy .txt files to installation. | Pearu Peterson | 2006-03-30 | 1 | -0/+4 | |
| | ||||||
* | Adding swig and pyrex examples | Travis Oliphant | 2006-03-13 | 1 | -2/+2 | |
| | ||||||
* | Added options to Configuration. | Pearu Peterson | 2006-01-31 | 1 | -1/+4 | |
| | ||||||
* | Handle setup.py help and display requests without noise. | Pearu Peterson | 2006-01-30 | 1 | -4/+4 | |
| | ||||||
* | Fixed error in setflags and added a few unit tests for test_multiarray | Travis Oliphant | 2006-01-06 | 1 | -3/+3 | |
| | ||||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -2/+2 | |
| | ||||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -2/+2 | |
| | ||||||
* | Fix-up setup.py | Travis Oliphant | 2006-01-04 | 1 | -6/+41 | |
| | ||||||
* | whitespace fix | cookedm | 2005-12-01 | 1 | -1/+1 | |
| | ||||||
* | Made svn version available to main setup.py script. | Pearu Peterson | 2005-10-13 | 1 | -2/+5 | |
| | ||||||
* | More thanks... | Travis Oliphant | 2005-09-29 | 1 | -0/+1 | |
| | ||||||
* | Moved weave to be a sub-package of scipy (so as not to conflict with any ↵ | Travis Oliphant | 2005-09-26 | 1 | -1/+0 | |
| | | | | already installed weave which uses Numeric. | |||||
* | Adding weave and test | Travis Oliphant | 2005-09-26 | 1 | -3/+4 | |
| | ||||||
* | Adding scipy.base | Travis Oliphant | 2005-09-14 | 1 | -3/+3 | |
| | ||||||
* | Fixing for new distutils | Travis Oliphant | 2005-09-14 | 1 | -68/+18 | |
| | ||||||
* | Fixed version numbers. | Pearu Peterson | 2005-01-29 | 1 | -11/+20 | |
| | ||||||
* | Renamed Scipy to scipy (as there are packages like scipy_base etc). | Pearu Peterson | 2005-01-28 | 1 | -1/+1 | |
| | ||||||
* | Prepearing to tag scipy tree (unified micro version numbers)v0.2.2 | Pearu Peterson | 2004-04-02 | 1 | -3/+8 | |
| | ||||||
* | Using NOCOLOR env.var to workaround cygncurses bug under cygwin. | Pearu Peterson | 2004-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added weave to scipy_core | Pearu Peterson | 2004-01-04 | 1 | -1/+2 | |
| | ||||||
* | This fixes curious scipy_distutils.core import error. | Pearu Peterson | 2003-11-24 | 1 | -1/+1 | |
| | ||||||
* | Now one can run 'python /full/path/to/scipy_core/setup.py' | Pearu Peterson | 2003-11-24 | 1 | -26/+17 | |
| | ||||||
* | Introduced SourceFilter. Clean ups and minor bug fixes | Pearu Peterson | 2003-10-27 | 1 | -3/+4 | |
| | ||||||
* | Renamed setup_scipy_core.py to setup.py because scipy_core is not a real package | Pearu Peterson | 2003-03-08 | 1 | -0/+77 | |