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