diff options
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 18 | ||||
-rw-r--r-- | doc/release/2.0.0-notes.rst | 16 |
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index 6feb27a8d..e1459be22 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -194,6 +194,12 @@ best to read the pavement.py script. .. note:: The following steps are repeated for the beta(s), release candidates(s) and the final release. +Merge doc wiki edits +-------------------- +The edits in the documentation wiki suitable for merging should be merged, +ideally just before making the release branch. How to do this is described in +detail in doc/HOWTO_MERGE_WIKI_DOCS.txt. + Check deprecations ------------------ Before the release branch is made, it should be checked that all deprecated @@ -211,6 +217,9 @@ following: - for SciPy, supported NumPy version(s) - outlook for the near future +Also make sure that as soon as the branch is made, there is a new release notes +file in trunk for the next release. + Create the release "tag" ------------------------ :: @@ -268,3 +277,12 @@ Matplotlib,IPython and/or Pygame. During the beta/RC phase an explicit request for testing the binaries with several other libraries (SciPy/Matplotlib/Pygame) should be posted on the mailing list. + +After the final release +----------------------- +After the final release is announced, a few administrative tasks are left to be +done: + + - Forward port changes in the release branch to release notes and release + scripts, if any, to trunk. + - Update the Milestones in Trac. diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst new file mode 100644 index 000000000..cb5bdf14b --- /dev/null +++ b/doc/release/2.0.0-notes.rst @@ -0,0 +1,16 @@ +========================= +NumPy 2.0.0 Release Notes +========================= + + +Highlights +========== + + +New features +============ + + +Changes +======= + |