1. f769c64 REL: Release 1.10.1 by Charles R Harris · 10 years ago v1.10.1
  2. 0c1a5df BLD: import setuptools to allow compile with VS2008 python2.7 sdk by Julian Taylor · 10 years ago
  3. b268c2d DOC: Add Trove classifiers for supported Python versions by Alex Willmer · 10 years ago
  4. ae438c3 BLD: Add mingw-w64 support for the mingw64static option. by carlkl · 10 years ago
  5. e15f292 Change to fully PEP440 compliant dev version numbers (always .dev0) by Åsmund Hjulstad · 11 years ago
  6. c683a43 BLD: for PEP 440 compliance, change development version name format from e.g. 1.10.0.dev-243ab56 to 1.10.0.dev+243ab56 by alex · 11 years ago
  7. dc98a3d Merge pull request #4671 from charris/prepare-1.10-devel by Charles Harris · 11 years ago
  8. 6f5329f MAINT: start 1.10-devel. by Charles Harris · 11 years ago
  9. 99cbdba BUG: cythonize sources for wheel build by Matthew Brett · 11 years ago
  10. c9fd634 BLD: remove cython c source from git by Julian Taylor · 11 years ago
  11. 4cd7274 BLD: check submodules on sdist by Julian Taylor · 12 years ago
  12. 17716d7 MAINT: setup.py improvements - allow some setuptools commands to work. by Ralf Gommers · 12 years ago
  13. 4d5ac69 REL: Update minor version number to 9. by Charles Harris · 12 years ago
  14. 28eadc0 MAINT: Remove outdated version checks. by Charles Harris · 12 years ago
  15. b4180e3 2to3: Stop using 2to3 and remove the tools/py3tool.py file. by Charles Harris · 12 years ago
  16. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  17. 09a52ed 2to3: Apply `imports` fixer. by Charles Harris · 12 years ago
  18. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  19. b990ed5 2to3: Apply `filter` fixes. Closes #3053. by Charles Harris · 12 years ago
  20. 864353e move to www.numpy.org by Sandro Tosi · 13 years ago
  21. ddbb4bd PKG: Fix minor typo in setup.py. by Stefan van der Walt · 13 years ago
  22. 58c1bf7 BUG: fix download link in setup.py (which is shown on PyPi). by Ralf Gommers · 13 years ago
  23. eee4651 Change version number on master to 1.8 by Travis E. Oliphant · 13 years ago
  24. 3f685a1 Change version number to 1.7.0 by Travis E. Oliphant · 13 years ago
  25. dba98cc BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray. by Ralf Gommers · 14 years ago
  26. cd6d53f BLD: raise a clearer warning in case of building without cleaning up first. by Ralf Gommers · 14 years ago
  27. b8101c9 BLD: do not install swig/cython/pyrex files. See #1791. by Ralf Gommers · 14 years ago
  28. 87e12c1 BUG: Py3K: fix setup.py to work from a released tarball. by Ralf Gommers · 14 years ago
  29. c0dcaf4 BUG: version string construction was not working with released=True by Ralf Gommers · 14 years ago
  30. 1fe8136 REL: 1.6.x branch created, master open for development of Numpy 2.0 by Ralf Gommers · 14 years ago
  31. 13212a5 BUG: fix up setup.py and pavement.py so the binary builds work again. by rgommers · 14 years ago
  32. 67e5476 Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABI by Mark Wiebe · 15 years ago
  33. 82bd8f9 VER: Change version to 1.6.0 by Mark Wiebe · 15 years ago
  34. cdac120 PY3K: add PyPI classifier for Python 3. Closes #1698. by rgommers · 15 years ago
  35. 0131218 BUG: setup.py: write version.py only after switching to Py3 build dir by Pauli Virtanen · 15 years ago
  36. d1a184c BUG: setup.py: make git_version() work on Python 3 by Pauli Virtanen · 15 years ago
  37. a07ac0f ENH: Add '-' to separate git hash in version. by Charles Harris · 15 years ago
  38. 0502dab REF: Make version.py more readable by Scott Sinclair · 15 years ago
  39. d5ed744 ENH: Use seven character git hash for dev version string by Scott Sinclair · 15 years ago
  40. 58e6360 ENH: Add Git revision hash to numpy dev version string by Scott Sinclair · 15 years ago
  41. 9752b73 Add doc/swig, doc/cython and doc/pyrex dirs back. Closes #1088. by rgommers · 15 years ago
  42. 7eb6fa7 ENH: include /*.txt etc. in source dist only, rather than installing it by Pauli Virtanen · 15 years ago
  43. b2a1666 BUG: add tools/py3tool.py to installed/distributed files. by rgommers · 15 years ago
  44. 7c0908e Update trunk version to 2.0 and fix descriptor pickle code so that it produces 1.3-compatible pickle unless it cannot. by Travis Oliphant · 16 years ago
  45. 3033a149c 3K: setup.py: really fix svn_version() by Pauli Virtanen · 16 years ago
  46. ab391a9 3K: fix setup.py:svn_version to work on Py3 by Pauli Virtanen · 16 years ago
  47. 6815943 3K: make setup.py call 2to3 automatically -- place sources to build/py3k by Pauli Virtanen · 16 years ago
  48. 2b51769 Fix __builtin__ import for python3 at top setup.py. by David Cournapeau · 16 years ago
  49. b3f63a2 Port the fix for #1299 to the trunk and change trunk version to 1.5 by Travis Oliphant · 16 years ago
  50. 5032b52 Fix svn revision parsing under win32. by David Cournapeau · 16 years ago
  51. b9a22d7 Continue building even if svn revision detection breaks. by Stefan van der Walt · 16 years ago
  52. 44d92ec BUG #1100: fix svn version detection for localized environments. by David Cournapeau · 16 years ago
  53. 5623a7c Revert using setuptools svn revision, it is broken. by David Cournapeau · 16 years ago
  54. 745ebc0 Remove missing import. by David Cournapeau · 16 years ago
  55. d8fc4ad Fix missing distutils log import . by David Cournapeau · 16 years ago
  56. 52fb78d Use setuptools svn rev parsing, should be more reliable ? by David Cournapeau · 16 years ago
  57. 5864bd2 ... and re by David Cournapeau · 16 years ago
  58. b60cd14 Forgot to import subprocess. by David Cournapeau · 16 years ago
  59. 5bb1aa5 Fix svn version detection. by David Cournapeau · 16 years ago
  60. a70c483 Fix spelling mistake in version module gen. by David Cournapeau · 16 years ago
  61. cc9a446 Fix metadata incorrectly defined as tuples. by David Cournapeau · 16 years ago
  62. 5e041cb Add svn parse for the full version. by David Cournapeau · 16 years ago
  63. 914bb15 Mention that version.py file is now generated. by David Cournapeau · 16 years ago
  64. a2ac985 Generate the version.py file, to help keeping the version synchronized everywhere (doc, paver, etc...). by David Cournapeau · 16 years ago
  65. c253b72 Use global for distutils metat-data, so that we can pull them from paver. by David Cournapeau · 16 years ago
  66. ef8690c Do not add doc sources through add_data_dir: it will put the docs alongside 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. by David Cournapeau · 17 years ago
  67. 13ad726 Add doc sources so that sdist tarball contains them. by David Cournapeau · 17 years ago
  68. 4957e5e BUG: Fix email addresses. by Robert Kern · 17 years ago
  69. 19da971 PyPI metadata fixes. by Robert Kern · 17 years ago
  70. 083ca64 Modify the setup routine to indicate that it is being run via a system by Fernando Perez · 18 years ago
  71. 47baaba remove old reference to deleted file (r4384) by Jarrod Millman · 18 years ago
  72. 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago
  73. 7b76ca7 Fix ticket 535. by Pearu Peterson · 18 years ago
  74. 00a3587 Fix some problems with data-files not being added in top-level and extra version information added to the name of development distributions. by Travis Oliphant · 18 years ago
  75. 36d3c16 Remove MANIFEST file at startup time, since distutils fails to properly update it. Also add proper shebang line. by Fernando Perez · 19 years ago
  76. 2276bf7 Use correct download url in setup.py so that setuptool's easy_install would by cookedm · 19 years ago
  77. 17d7cfe Fix version machinery and pkg information requests. by Pearu Peterson · 19 years ago
  78. 2a800cc Add svn revision number to version. by Pearu Peterson · 19 years ago
  79. 471196b Introduced configuration kw argument to setup. This fixes long lasted long configuration messages when setup command line has only help request or errors. by Pearu Peterson · 19 years ago
  80. 9953985 Included numpy .txt files to installation. by Pearu Peterson · 19 years ago
  81. 3afb449 Adding swig and pyrex examples by Travis Oliphant · 19 years ago
  82. 33279f1 Added options to Configuration. by Pearu Peterson · 20 years ago
  83. 39ba8fc Handle setup.py help and display requests without noise. by Pearu Peterson · 20 years ago
  84. c8b5a7e Fixed error in setflags and added a few unit tests for test_multiarray by Travis Oliphant · 20 years ago
  85. 5a76512 Fixed lib by Travis Oliphant · 20 years ago
  86. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  87. da9c6da Fix-up setup.py by Travis Oliphant · 20 years ago
  88. 5cf8208 whitespace fix by cookedm · 20 years ago
  89. 682a875 Made svn version available to main setup.py script. by Pearu Peterson · 20 years ago
  90. 9c5f512 More thanks... by Travis Oliphant · 20 years ago
  91. 64c9050 Moved weave to be a sub-package of scipy (so as not to conflict with any already installed weave which uses Numeric. by Travis Oliphant · 20 years ago
  92. 8ac222e Adding weave and test by Travis Oliphant · 20 years ago
  93. 8ce04e7 Adding scipy.base by Travis Oliphant · 20 years ago
  94. 14db419 Fixing for new distutils by Travis Oliphant · 20 years ago
  95. 2974e97 Fixed version numbers. by Pearu Peterson · 21 years ago
  96. ba85fbb Renamed Scipy to scipy (as there are packages like scipy_base etc). by Pearu Peterson · 21 years ago
  97. d8e22e7 Prepearing to tag scipy tree (unified micro version numbers) by Pearu Peterson · 21 years ago v0.2.2
  98. 23dc54f Using NOCOLOR env.var to workaround cygncurses bug under cygwin. by Pearu Peterson · 22 years ago
  99. 594e5eb Added weave to scipy_core by Pearu Peterson · 22 years ago
  100. aba9774 This fixes curious scipy_distutils.core import error. by Pearu Peterson · 22 years ago