| Commit message (Expand) | Author | Age | Files | Lines |
| * | REL: release Numpy 1.6.0v1.6.0 | Ralf Gommers | 2011-05-14 | 1 | -1/+1 |
| * | REL: set version to 1.6.0rc3.v1.6.0rc3 | Ralf Gommers | 2011-05-07 | 1 | -1/+1 |
| * | REL: set version to 1.6.0rc2.v1.6.0rc2 | Ralf Gommers | 2011-05-03 | 1 | -1/+1 |
| * | BUG: fix messed up version number. | Ralf Gommers | 2011-05-01 | 1 | -1/+1 |
| * | REL: include OS X version in dmg installer name. Corresponds to python.org sc... | Ralf Gommers | 2011-04-30 | 1 | -2/+2 |
| * | REL: set version to 1.6.0rc1v1.6.0rc1 | Ralf Gommers | 2011-04-30 | 1 | -2/+2 |
| * | REL: set version to 1.6.0b3.dev | Ralf Gommers | 2011-04-04 | 1 | -2/+2 |
| * | REL: set version to 1.6.0b2, released=True.v1.6.0b2 | Ralf Gommers | 2011-04-04 | 1 | -1/+1 |
| * | BLD: do not install swig/cython/pyrex files. See #1791. | Ralf Gommers | 2011-04-02 | 1 | -6/+0 |
| * | BUG: Py3K: fix setup.py to work from a released tarball. | Ralf Gommers | 2011-03-27 | 1 | -13/+14 |
| * | REL: set version number to 1.6.0b2.dev | Ralf Gommers | 2011-03-23 | 1 | -2/+2 |
| * | REL: set version to 1.6.0b1, released=True.v1.6.0b1 | Ralf Gommers | 2011-03-23 | 1 | -2/+2 |
| * | BUG: version string construction was not working with released=True | Ralf Gommers | 2011-03-23 | 1 | -8/+8 |
| * | Revert last two commits - there was a problem to fix before releasing 1.6.0 b... | Ralf Gommers | 2011-03-23 | 1 | -1/+1 |
| * | REL: set version to 1.6.0b2.dev | Ralf Gommers | 2011-03-22 | 1 | -2/+2 |
| * | REL: set version to 1.6.0b1, released=True | Ralf Gommers | 2011-03-22 | 1 | -2/+2 |
| * | BUG: fix up setup.py and pavement.py so the binary builds work again. | rgommers | 2011-03-04 | 1 | -13/+15 |
| * | Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABI | Mark Wiebe | 2011-01-28 | 1 | -2/+2 |
| |\ |
|
| | * | VER: Change version to 1.6.0 | Mark Wiebe | 2011-01-27 | 1 | -2/+2 |
| * | | PY3K: add PyPI classifier for Python 3. Closes #1698. | rgommers | 2011-01-25 | 1 | -0/+1 |
| |/ |
|
| * | BUG: setup.py: write version.py only after switching to Py3 build dir | Pauli Virtanen | 2010-11-23 | 1 | -4/+4 |
| * | BUG: setup.py: make git_version() work on Python 3 | Pauli Virtanen | 2010-11-15 | 1 | -1/+1 |
| * | ENH: Add '-' to separate git hash in version. | Charles Harris | 2010-11-10 | 1 | -2/+1 |
| * | REF: Make version.py more readable | Scott Sinclair | 2010-11-10 | 1 | -5/+5 |
| * | ENH: Use seven character git hash for dev version string | Scott Sinclair | 2010-11-10 | 1 | -3/+3 |
| * | ENH: Add Git revision hash to numpy dev version string | Scott Sinclair | 2010-11-10 | 1 | -39/+26 |
| * | Add doc/swig, doc/cython and doc/pyrex dirs back. Closes #1088. | rgommers | 2010-09-04 | 1 | -0/+6 |
| * | ENH: include /*.txt etc. in source dist only, rather than installing it | Pauli Virtanen | 2010-08-04 | 1 | -5/+0 |
| * | BUG: add tools/py3tool.py to installed/distributed files. | rgommers | 2010-08-04 | 1 | -2/+3 |
| * | Update trunk version to 2.0 and fix descriptor pickle code so that it produce... | Travis Oliphant | 2010-02-12 | 1 | -2/+2 |
| * | 3K: setup.py: really fix svn_version() | Pauli Virtanen | 2009-12-06 | 1 | -1/+3 |
| * | 3K: fix setup.py:svn_version to work on Py3 | Pauli Virtanen | 2009-12-06 | 1 | -1/+2 |
| * | 3K: make setup.py call 2to3 automatically -- place sources to build/py3k | Pauli Virtanen | 2009-12-06 | 1 | -7/+23 |
| * | Fix __builtin__ import for python3 at top setup.py. | David Cournapeau | 2009-12-03 | 1 | -2/+6 |
| * | Port the fix for #1299 to the trunk and change trunk version to 1.5 | Travis Oliphant | 2009-12-02 | 1 | -1/+1 |
| * | Fix svn revision parsing under win32. | David Cournapeau | 2009-09-18 | 1 | -3/+4 |
| * | Continue building even if svn revision detection breaks. | Stefan van der Walt | 2009-06-17 | 1 | -4/+5 |
| * | BUG #1100: fix svn version detection for localized environments. | David Cournapeau | 2009-06-01 | 1 | -2/+15 |
| * | Revert using setuptools svn revision, it is broken. | David Cournapeau | 2009-04-02 | 1 | -37/+20 |
| * | Remove missing import. | David Cournapeau | 2009-04-01 | 1 | -1/+0 |
| * | Fix missing distutils log import . | David Cournapeau | 2009-04-01 | 1 | -7/+8 |
| * | Use setuptools svn rev parsing, should be more reliable ? | David Cournapeau | 2009-03-27 | 1 | -14/+36 |
| * | ... and re | David Cournapeau | 2009-03-27 | 1 | -0/+1 |
| * | Forgot to import subprocess. | David Cournapeau | 2009-03-27 | 1 | -0/+1 |
| * | Fix svn version detection. | David Cournapeau | 2009-03-27 | 1 | -15/+15 |
| * | Fix spelling mistake in version module gen. | David Cournapeau | 2009-03-27 | 1 | -1/+1 |
| * | Fix metadata incorrectly defined as tuples. | David Cournapeau | 2009-03-27 | 1 | -12/+12 |
| * | Add svn parse for the full version. | David Cournapeau | 2009-03-27 | 1 | -1/+25 |
| * | 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 everyw... | David Cournapeau | 2009-03-27 | 1 | -0/+31 |