summaryrefslogtreecommitdiff
path: root/doc/HOWTO_RELEASE.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* DOC: update HOWTO_RELEASE documentMatthew Brett2015-10-261-46/+157
| | | | | An update of release notes from experience of releasing 1.9.3, with responses to comments by Chuck and Ralf.
* DOC: update HOWTO_BUILD_DOCS and HOWTO_RELEASE for release doc builds.Ralf Gommers2015-10-191-22/+18
| | | | [ci skip]
* TST: raise errors for dev versions and warnings for releases on test runs.Ralf Gommers2015-10-151-16/+0
| | | | | This approach is less error prone than switching from "develop" to "release" in maintenance branches by hand. See gh-6461 for details.
* DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better.Charles Harris2015-06-221-7/+8
| | | | [ci skip]
* DOC: Document bogus stride fix for release.Charles Harris2015-06-221-0/+7
| | | | | | Add explanation and patch link to doc/HOWTO_RELEASE.rst.txt. [ci skip]
* MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-9/+9
| | | | | | Update version hash in numpy/core/code_generators/cversions.txt. Update API version in numpy/core/setup_common.py Update API version in numpy/core/include/numpy/numpyconfig.h
* DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-251-1/+1
| | | | | | | | | Installation docs still stated Python 2.4 is supported, while not mentioning 3.x at all. Also corrected the statement that distutils is in python-dev on Debian, while it's actually in the main package. Several parts of the dev docs and some comments also referenced now-irrelevant 2.5 bugs/limitations.
* DOC: Update HOWTO_RELEASE.rst.txt.Charles Harris2014-05-041-10/+38
| | | | Add more detail in the "Check the C API version number" section.
* DOC: Document the new location of cversions.py.Charles Harris2014-05-041-3/+4
| | | | The instructions in HOWTO_RELEASE.rst.txt needed to be modified.
* DOC: Update HOWTO_RELEASE.rst.txt.Charles Harris2013-08-151-24/+18
| | | | | | The current version is out of date. Supported Python versions have changed, the buildbot is no longer reachable, some links are dead, etc.
* DOC: add to HOWTO_RELEASE to check that the benchmark suite runs.Ralf Gommers2013-06-031-1/+4
|
* BUG: fix NPY_NO_DEPRECATED_API mechanism.Ralf Gommers2013-03-021-2/+5
|
* DOC: update HOWTO_RELEASE document.Ralf Gommers2012-06-261-20/+33
|
* REL: change Sphinx version in release script to 1.1.3.Ralf Gommers2012-05-041-1/+1
| | | | | | | | Version 1.0.4 was used till now, but has become too old. New version gives far fewer warnings and thereby increases the reference guide with O(100) pages that previously got lost. Also update current Cython version number.
* TST: add some string kw options to simplify switching NoseTester behavior.Ralf Gommers2012-03-041-2/+1
|
* TST: add "raise on warning" behavior to NoseTester constructor.Ralf Gommers2012-03-041-0/+11
| | | | | Also document that behavior has to be switched for a release, and remove comments on turning on deprecation warnings that don't apply anymore.
* DOC: add to release HOWTO that the C API version should be updated.Ralf Gommers2012-02-051-4/+13
|
* DOC: describe required version of GCC in MinGW on Windows in release doc.Ralf Gommers2011-10-041-1/+3
|
* DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵rgommers2010-11-111-0/+333
github.