summaryrefslogtreecommitdiff
path: root/doc/HOWTO_RELEASE.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* DOC: update the release howto for oldest-supported-numpyRalf Gommers2020-11-291-0/+9
| | | | [ci skip]
* DOC: Add instruction about stable symlink.Ross Barnowski2020-06-291-2/+5
| | | | | Add comment to HOWTO_RELEASE about updating the stable symlink when the minor version number is incremented.
* Merge pull request #16500 from bjnath/move_c_style_linkRalf Gommers2020-06-061-8/+8
|\ | | | | DOC: Point Contributing page to new NEP 45
| * DOC: Add NEP45 and NEP29 targets, use <NEPxx> linksBen Nathanson2020-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per gh-16500, changed link style to :ref:`<NEPxx>`. Added a NEP45 target to NEP 45, and added a NEP29 target to NEP 29 since it has the irregular NEP0029 target. The two new NEP targets aren't picked up, though the older ones are. Tried make clean in neps and docs. ``` /home/bjn/numpy_git/numpy-1/doc/source/dev/index.rst:191: WARNING: undefined label: nep45 (if the link has no caption the label must precede a section header) HOWTO_RELEASE.rst.txt:43: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header) HOWTO_RELEASE.rst.txt:50: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header) ``` The nep objects.inv does seem to have both the nep29 and nep44 targets.
| * DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Per #16500 discussion, adds link updates to PR. Replaces NEP URLs with intersphinx links in these files: * doc/HOWTO_RELEASE.rst.txt * doc/source/dev/howto-docs.rst * numpy/doc/dispatch.py * numpy/lib/format.py and incorporates @rossbar's #16502 change of `config.py`.
* | DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-7/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Fixes for 18 broken links This, with PR #16465, should fix nearly all the remaining broken links on the site. 4 or 5 others should be easy to fix and just need attention from someone more knowledgeable -- will open an issue. For release notes with dead links, I could usually find links on archive.org for roughly contemporary versions. * DOC: Update to "Fixes for 18 broken links #16472" * Obsolete links, previously commented out, now deleted: https://github.com/numpy/numpy/pull/16472#discussion_r433928958 * Semantic markup for reference to Python class: https://github.com/numpy/numpy/pull/16472#discussion_r433553928 * Missing :ref: in internal link: https://github.com/numpy/numpy/pull/16472#discussion_r433554484 Not included: Resolution on using external/internal doc link in .py: https://github.com/numpy/numpy/pull/16472#discussion_r433554824 * DOC: Add internal link for 'Fixes for 18 broken links' PR #16472 Making reference [1] an internal link in function_base.py => numpy.vectorize.html * DOC: Redirect 2 link fixes in PR #16472 * governance.rst link reverted * ununcs.rst `overridden` link goes where it was meant to per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070
* DOC, BLD: update release howto and walkthrough for ananconda.org storage ↵Matti Picus2020-04-251-22/+16
| | | | | | | | | | | | | | | (#16054) * BLD: update release howto and walkthrough for ananconda.org storage * fixes from review * DOC: clarification from review * MAINT: Remove duplicated lines. [ci skip] Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* Update instructions for building/archiving docs.Ross Barnowski2020-02-051-2/+2
| | | | * results of `make merge-doc` live in `build/merge`, not `dist/merge`
* Notes on compiler and OpenBLASSeth Troisi2020-01-071-15/+22
|
* Update HOWTO_RELEASE.rstSeth Troisi2020-01-041-3/+3
|
* MAINT: Update pavement.py for towncrier.Charles Harris2019-12-221-2/+3
| | | | | | | | The update is needed so that the links generated by towncrier are converted in the README.md file generated for the github release documentation. The code is also simplified. [skip ci]
* DOC: Update HOWTO_RELEASE.rst.txtCharles Harris2019-12-031-64/+69
| | | | | | | | | - Remove obsolete bits. - Update Python versions. - Add some blank lines for clarity - Make list markup uniform. [ci skip]
* DOC: Update note for using towncrierCharles Harris2019-12-021-7/+7
|
* BUILD, DOC: add merge-doc target to update the numpy/doc repomattip2019-08-081-33/+19
|
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-9/+0
|
* ENH: use towncrier to build the release notemattip2019-07-241-7/+13
|
* made required changesparul2019-04-111-1/+1
|
* made required changesparul2019-04-071-1/+1
|
* minor fixesparul2019-04-061-1/+1
|
* Changed wordings (trunk -> master,etc.) in HOWTO_RELEASE fileparul2019-04-061-4/+4
|
* DOC-minor fixesparul2019-04-021-16/+16
|
* WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-161-32/+6
| | | | | | | | | | | | | | | | | | * DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip]
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-11/+11
|
* Merge pull request #8106 from charris/release-walkthroughCharles Harris2017-03-261-8/+38
|\ | | | | WIP, DOC: Document release procedure with a walkthrough.
| * DOC: Document release procedure with a walkthrough.Charles Harris2017-03-181-8/+38
| | | | | | | | | | | | | | Also update the lists of release dependencies in doc/HOWTO_RELEASE.rst.txt. [ci skip]
* | DOC: Fix typosJakub Wilk2017-03-171-1/+1
|/
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-1/+1
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: add note of 64-bit wheels on WindowsMatthew Brett2016-06-291-5/+4
| | | | Say that we do provide 64-bit Windows wheels. Update link to mingwpy.
* DOC: update wheel building procedure for releaseMatthew Brett2016-06-291-169/+83
| | | | | Document the single repository wheel building system. Strip out the old Wine instructions.
* DOC: write pypi as PyPI; more on warehouse uploadsMatthew Brett2016-06-031-10/+11
| | | | | | | Correct capitalization of PyPI. Add more on procedure for uploading via warehouse server rather than pypi server.
* DOC: update wheel build / upload instructionsMatthew Brett2016-05-311-2/+90
| | | | | Update the instructions for the numpy Windows and manylinux wheels builds, and uploading the wheels to pypi.
* 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
|