summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.9.0v1.9.0Julian Taylor2014-09-071-1/+1
* REL: Release 1.9.0rc1v1.9.0rc1Julian Taylor2014-08-271-1/+1
* REL: Release 1.9.0b2v1.9.0b2Julian Taylor2014-07-301-1/+1
* REL: Release 1.9.0b1v1.9.0b1Julian Taylor2014-06-081-2/+2
* BUG: cythonize sources for wheel buildMatthew Brett2014-05-031-5/+3
* BLD: remove cython c source from gitJulian Taylor2014-04-051-0/+14
* BLD: check submodules on sdistJulian Taylor2014-01-291-0/+29
* MAINT: setup.py improvements - allow some setuptools commands to work.Ralf Gommers2013-12-071-42/+60
* REL: Update minor version number to 9.Charles Harris2013-08-181-1/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-0/+3
* 2to3: Stop using 2to3 and remove the tools/py3tool.py file.Charles Harris2013-04-211-28/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
* move to www.numpy.orgSandro Tosi2012-12-301-1/+1
* PKG: Fix minor typo in setup.py.Stefan van der Walt2012-11-141-1/+1
* BUG: fix download link in setup.py (which is shown on PyPi).Ralf Gommers2012-11-051-3/+3
* Change version number on master to 1.8Travis E. Oliphant2012-06-211-1/+1
* Change version number to 1.7.0Travis E. Oliphant2012-02-231-2/+2
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-0/+13
* BLD: raise a clearer warning in case of building without cleaning up first.Ralf Gommers2011-04-201-1/+6
* BLD: do not install swig/cython/pyrex files. See #1791.Ralf Gommers2011-04-021-6/+0
* BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers2011-03-271-13/+14
* BUG: version string construction was not working with released=TrueRalf Gommers2011-03-231-8/+8
* REL: 1.6.x branch created, master open for development of Numpy 2.0Ralf Gommers2011-03-161-2/+2
* BUG: fix up setup.py and pavement.py so the binary builds work again.rgommers2011-03-041-13/+15
* Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABIMark Wiebe2011-01-281-2/+2
|\
| * VER: Change version to 1.6.0Mark Wiebe2011-01-271-2/+2
* | PY3K: add PyPI classifier for Python 3. Closes #1698.rgommers2011-01-251-0/+1
|/
* BUG: setup.py: write version.py only after switching to Py3 build dirPauli Virtanen2010-11-231-4/+4
* BUG: setup.py: make git_version() work on Python 3Pauli Virtanen2010-11-151-1/+1
* ENH: Add '-' to separate git hash in version.Charles Harris2010-11-101-2/+1
* REF: Make version.py more readableScott Sinclair2010-11-101-5/+5
* ENH: Use seven character git hash for dev version stringScott Sinclair2010-11-101-3/+3
* ENH: Add Git revision hash to numpy dev version stringScott Sinclair2010-11-101-39/+26
* Add doc/swig, doc/cython and doc/pyrex dirs back. Closes #1088.rgommers2010-09-041-0/+6
* ENH: include /*.txt etc. in source dist only, rather than installing itPauli Virtanen2010-08-041-5/+0
* BUG: add tools/py3tool.py to installed/distributed files.rgommers2010-08-041-2/+3
* Update trunk version to 2.0 and fix descriptor pickle code so that it produce...Travis Oliphant2010-02-121-2/+2
* 3K: setup.py: really fix svn_version()Pauli Virtanen2009-12-061-1/+3
* 3K: fix setup.py:svn_version to work on Py3Pauli Virtanen2009-12-061-1/+2
* 3K: make setup.py call 2to3 automatically -- place sources to build/py3kPauli Virtanen2009-12-061-7/+23
* Fix __builtin__ import for python3 at top setup.py.David Cournapeau2009-12-031-2/+6
* Port the fix for #1299 to the trunk and change trunk version to 1.5Travis Oliphant2009-12-021-1/+1
* Fix svn revision parsing under win32.David Cournapeau2009-09-181-3/+4
* Continue building even if svn revision detection breaks.Stefan van der Walt2009-06-171-4/+5
* BUG #1100: fix svn version detection for localized environments.David Cournapeau2009-06-011-2/+15
* Revert using setuptools svn revision, it is broken.David Cournapeau2009-04-021-37/+20
* Remove missing import.David Cournapeau2009-04-011-1/+0