summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* REL: set version to 1.6.1v1.6.1Ralf Gommers2011-07-201-1/+1
|
* REL: set version to 1.6.1rc3v1.6.1rc3Ralf Gommers2011-07-111-1/+1
|
* REL: set version to 1.6.1rc2.v1.6.1rc2Ralf Gommers2011-07-011-1/+1
|
* REL: set version number to 1.6.1rc2.devRalf Gommers2011-06-221-2/+2
|
* REL: tag 1.6.1rc1v1.6.1rc1rgommers2011-06-131-2/+2
|
* REL: set version to 1.6.1dev, released=False.Ralf Gommers2011-05-141-2/+2
|
* REL: release Numpy 1.6.0v1.6.0Ralf Gommers2011-05-141-1/+1
|
* REL: set version to 1.6.0rc3.v1.6.0rc3Ralf Gommers2011-05-071-1/+1
|
* REL: set version to 1.6.0rc2.v1.6.0rc2Ralf Gommers2011-05-031-1/+1
|
* BUG: fix messed up version number.Ralf Gommers2011-05-011-1/+1
|
* REL: include OS X version in dmg installer name. Corresponds to python.org ↵Ralf Gommers2011-04-301-2/+2
| | | | scheme.
* REL: set version to 1.6.0rc1v1.6.0rc1Ralf Gommers2011-04-301-2/+2
| | | | Also a small update to the release scripts.
* REL: set version to 1.6.0b3.devRalf Gommers2011-04-041-2/+2
|
* REL: set version to 1.6.0b2, released=True.v1.6.0b2Ralf Gommers2011-04-041-1/+1
|
* BLD: do not install swig/cython/pyrex files. See #1791.Ralf Gommers2011-04-021-6/+0
| | | | | This is not a complete fix yet. Should be handled correctly in binary installers.
* BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers2011-03-271-13/+14
| | | | | | | This was first fixed in commit 0131218 (but that broke the paver script), and broken again in commit 13212a5d. Should now work in both cases. (backport of 87e12c1)
* REL: set version number to 1.6.0b2.devRalf Gommers2011-03-231-2/+2
|
* REL: set version to 1.6.0b1, released=True.v1.6.0b1Ralf Gommers2011-03-231-2/+2
|
* BUG: version string construction was not working with released=TrueRalf Gommers2011-03-231-8/+8
| | | | (backport of c0dcaf4)
* Revert last two commits - there was a problem to fix before releasing 1.6.0 ↵Ralf Gommers2011-03-231-1/+1
| | | | beta 1.
* REL: set version to 1.6.0b2.devRalf Gommers2011-03-221-2/+2
|
* REL: set version to 1.6.0b1, released=TrueRalf Gommers2011-03-221-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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Iterator - Read doc/neps/new-iterator-ufunc.rst. UFunc Update - Change all ufunc functions to use the new iterator. This replaces the inline buffering with iterator buffering, except for the reductions and generalized ufunc which use updateifcopy at the moment. Also adds out= and order= parameters to all ufuncs. Restore 1.5 ABI - This was done by moving the new type numbers to the end of the type enumeration, and replacing all type promotion code with a table-based approach. The ArrFuncs was restored by putting the new type cast functions into the cast dictionary, originally designed just for custom types. Conflicts: numpy/core/src/multiarray/ctors.c numpy/core/tests/test_regression.py
| * 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
| | | | | | This prevents importing non-2to3'ed numpy in Python 3 build, if numpy/version.py exists for some reason but .git does not (e.g building multiple Numpy versions from same source tree).
* 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
| | | | - Also correct spelling of 'Unknown'
* ENH: Add Git revision hash to numpy dev version stringScott Sinclair2010-11-101-39/+26
| | | | | | | - Appends the first 6 characters of the Git revision used to build Numpy - Adds an additional attribute to easily obtain the full Git revision
* 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 ↵Travis Oliphant2010-02-121-2/+2
| | | | produces 1.3-compatible pickle unless it cannot.
* 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
|
* Fix missing distutils log import .David Cournapeau2009-04-011-7/+8
|
* Use setuptools svn rev parsing, should be more reliable ?David Cournapeau2009-03-271-14/+36
|
* ... and reDavid Cournapeau2009-03-271-0/+1
|
* Forgot to import subprocess.David Cournapeau2009-03-271-0/+1
|