1.9.2 Release
  1. c04513c REL: Release 1.9.2rc1 by Julian Taylor · 11 years ago v1.9.2rc1
  2. c88fd91 REL: Release 1.9.1rc1 by Julian Taylor · 11 years ago v1.9.1rc1
  3. 07601a6 REL: Release 1.9.0 by Julian Taylor · 11 years ago v1.9.0
  4. 96b4349 REL: Release 1.9.0b1 by Julian Taylor · 11 years ago v1.9.0b1
  5. f451a9c BLD: compute sha256 sums of build artifacts by Julian Taylor · 11 years ago
  6. b3f4975 MAINT: add python3.4 to paver file by Julian Taylor · 11 years ago
  7. 415c62c MAINT: update pavement.py for no-2to3. by Ralf Gommers · 12 years ago
  8. 0c857a8 MAINT: update release scripts for building OS X binaries. by Ralf Gommers · 12 years ago
  9. e4d9030 MAINT: Update pavement.py script. by Charles Harris · 12 years ago
  10. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  11. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  12. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  13. c6397ba 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ . by Charles Harris · 12 years ago
  14. e924692 BLD: Add support for Python 3.3 in paver by Ondřej Čertík · 13 years ago
  15. fb2df76 pavement.py: rename "yop" to "atlas" by Ondrej Certik · 13 years ago
  16. d609dff REL: change Sphinx version in release script to 1.1.3. by Ralf Gommers · 13 years ago
  17. e2af7b7 REL: forward port changes to release scripts from 1.6.x branch. by Ralf Gommers · 14 years ago
  18. 87e12c1 BUG: Py3K: fix setup.py to work from a released tarball. by Ralf Gommers · 14 years ago
  19. 782ba88 DOC: BLD: fix some doc build warnings. by Ralf Gommers · 14 years ago
  20. 702ae6a REL: update release scripts for Python 3.2. by rgommers · 14 years ago
  21. 13212a5 BUG: fix up setup.py and pavement.py so the binary builds work again. by rgommers · 14 years ago
  22. cbf7407 DOC: update notes in release script and reorganize paver script a little. by rgommers · 14 years ago
  23. 3c3d423 REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. by rgommers · 15 years ago
  24. 4e7b7b6 3K: copy built installers from build/py3k/dist instead of dist/. by rgommers · 15 years ago
  25. 22becbb ENH: Several changes to Paver script taken from 1.4.x branch. by rgommers · 15 years ago
  26. 0132351 BUG: fix paver execution on windows 7 for python 2.6. by David Cournapeau · 15 years ago
  27. 453172f REL: fix atlas detection for SSE2/SSE3 wininst. by David Cournapeau · 16 years ago
  28. d4d3480 REL: re-enable SSE2 binary in the superpack. by David Cournapeau · 16 years ago
  29. e0abf3b REL: fix dmg name and dmg build. by David Cournapeau · 16 years ago
  30. cc8c533 Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard. by David Cournapeau · 16 years ago
  31. 6dce852 BUG: fix md5 import for python 2.6 in paver file. by David Cournapeau · 16 years ago
  32. 7b2d3ba REL: new, better paver file. by David Cournapeau · 16 years ago
  33. 71c4ff9 ENH: update version for paver script. by David Cournapeau · 16 years ago
  34. 09a0a0a ENH: fix paver script for wine-built simple wininst installer. by David Cournapeau · 16 years ago
  35. e427f7a Don't use paver html target to avoid using a numpy which is different than the one installed in the bootstrapped venv. by David Cournapeau · 16 years ago
  36. 706640d Clean up paver.py. by Stefan van der Walt · 16 years ago
  37. 826add2 Use environment instead of config files for superpack arc config: simpler and more reliable. by David Cournapeau · 16 years ago
  38. 9fed0f5 Depend on sphinx 0.6.1 now for building numpy doc. by David Cournapeau · 16 years ago
  39. fe23881 HACK: Make sure we use python.org interpreter to build the mpkg in paver by David Cournapeau · 16 years ago
  40. 3073f2c Remove leftover from when I copied the paver file from samplerate scikit. by David Cournapeau · 16 years ago
  41. 0b0dbdf Update paver script file doc + TODO. by David Cournapeau · 16 years ago
  42. a6098d4 Simplify and fix the latex build in paver. by David Cournapeau · 16 years ago
  43. ffaeb86 Add a task to write notes and changelog once the installers are ready. by David Cournapeau · 16 years ago
  44. c7927eb Copy tarballs and superpack into release dir. by David Cournapeau · 16 years ago
  45. a7499c3 re-enable correct dep rules for superpack target. by David Cournapeau · 16 years ago
  46. 6e80c9e Abstract superpack installer name. by David Cournapeau · 16 years ago
  47. a73581f Document global vars in paver. by David Cournapeau · 16 years ago
  48. 06a6665 Do not import numpy.distutils in pavement script - not needed. by David Cournapeau · 16 years ago
  49. 0dc3ac8 Fix tab issues in paver file. by David Cournapeau · 16 years ago
  50. 7cc0108 Add darwine config. by David Cournapeau · 16 years ago
  51. 313f272 Superpack can now be built from wine, bye bye windows pain. by David Cournapeau · 16 years ago
  52. 644588a Add tasks to build arch specifics wininst. by David Cournapeau · 16 years ago
  53. 6b94248 Add some doc to the paver script. by David Cournapeau · 16 years ago
  54. bc70602 Add pdf task + full dmg build for paver script. by David Cournapeau · 16 years ago
  55. 310db3a Update paver script such as one can create the fancy numpy dmg in one command. by David Cournapeau · 16 years ago
  56. 83b74f2 Add a bdist_mpkg task + fix setup import issues. by David Cournapeau · 16 years ago
  57. 89d874e Add simple .dmg build to paver. by David Cournapeau · 16 years ago
  58. db3320c Add wine-based bdist_wininst installers. by David Cournapeau · 16 years ago
  59. 743ac26 Bypass paver sdist. by David Cournapeau · 16 years ago
  60. a293cac Clean egg-info too in paver. by David Cournapeau · 16 years ago
  61. 57fc6f5 Add bootstrap task. by David Cournapeau · 16 years ago
  62. 958f4a4 Add task to build html doc. by David Cournapeau · 16 years ago
  63. 874a405 Start a paver file to help for release purpose. by David Cournapeau · 16 years ago