diff options
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index d6746f4d6..f44d17aa9 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -188,7 +188,10 @@ Release process Check the buildbot ------------------ -The buildbot is located at `<http://buildbot.scipy.org/>`_. +For Numpy, check the buildbot located at `<http://buildbot.scipy.org/>`_. +Also check that the benchmarks (which are not run as part of the test suite) +work. Note that at the moment this applies only to Scipy; Numpy doesn't have +a benchmark suite. So, run ``scipy.bench()``. Agree on a release schedule --------------------------- |