summaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-06-10 09:17:16 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-06-10 09:17:16 -0600
commit1ad1c41fdb093f3510b5218bebac0397b8c96cb7 (patch)
tree60002165507d78ee55c1ba5f22a93a8f0ee0b3f1 /doc/changelog
parent7cfec2403486456b52b525eccf7541e1562d9ab3 (diff)
downloadnumpy-1ad1c41fdb093f3510b5218bebac0397b8c96cb7.tar.gz
MAINT: Fixup release notes, changelogs after #9238 merge.
The merge readded the removed changelog information to the 1.12.0-notes.rst file, together with a couple of fixes. Remove the changelog information again and apply the fixes to the changelog. Also make some small fixes to the other changelogs by adding a Changelog title. [ci skip]
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/1.12.0-changelog.rst7
-rw-r--r--doc/changelog/1.12.1-changelog.rst7
-rw-r--r--doc/changelog/1.13.0-changelog.rst3
3 files changed, 13 insertions, 4 deletions
diff --git a/doc/changelog/1.12.0-changelog.rst b/doc/changelog/1.12.0-changelog.rst
index 2f5b2481d..b607f70fc 100644
--- a/doc/changelog/1.12.0-changelog.rst
+++ b/doc/changelog/1.12.0-changelog.rst
@@ -1,3 +1,6 @@
+=========
+Changelog
+=========
Contributors
============
@@ -442,7 +445,7 @@ A total of 418 pull requests were merged for this release.
* `#7965 <https://github.com/numpy/numpy/pull/7965>`__: BUG: cannot modify tuple after use
* `#7976 <https://github.com/numpy/numpy/pull/7976>`__: DOC: Fixed documented dimension of return value
* `#7977 <https://github.com/numpy/numpy/pull/7977>`__: DOC: Create 1.11.2 release notes.
-* `#7979 <https://github.com/numpy/numpy/pull/7979>`__: DOC: Corrected allowed keywords in add_(installed_)library
+* `#7979 <https://github.com/numpy/numpy/pull/7979>`__: DOC: Corrected allowed keywords in ``add_installed_library``
* `#7980 <https://github.com/numpy/numpy/pull/7980>`__: ENH: Add ability to runtime select ufunc loops, add AVX2 integer...
* `#7985 <https://github.com/numpy/numpy/pull/7985>`__: Rebase 7763, ENH: Add new warning suppression/filtering context
* `#7987 <https://github.com/numpy/numpy/pull/7987>`__: DOC: See also np.load and np.memmap in np.lib.format.open_memmap
@@ -513,7 +516,7 @@ A total of 418 pull requests were merged for this release.
* `#8181 <https://github.com/numpy/numpy/pull/8181>`__: ENH: Improve announce to find github squash-merge commits.
* `#8182 <https://github.com/numpy/numpy/pull/8182>`__: MAINT: Update .mailmap
* `#8183 <https://github.com/numpy/numpy/pull/8183>`__: MAINT: Ediff1d performance
-* `#8184 <https://github.com/numpy/numpy/pull/8184>`__: MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12
+* `#8184 <https://github.com/numpy/numpy/pull/8184>`__: MAINT: make `assert_allclose` behavior on nans match pre 1.12
* `#8188 <https://github.com/numpy/numpy/pull/8188>`__: DOC: 'highest' is exclusive for randint()
* `#8189 <https://github.com/numpy/numpy/pull/8189>`__: BUG: setfield should raise if arr is not writeable
* `#8190 <https://github.com/numpy/numpy/pull/8190>`__: ENH: Add a float_power function with at least float64 precision.
diff --git a/doc/changelog/1.12.1-changelog.rst b/doc/changelog/1.12.1-changelog.rst
index 41bd2b50f..afa5fa686 100644
--- a/doc/changelog/1.12.1-changelog.rst
+++ b/doc/changelog/1.12.1-changelog.rst
@@ -1,3 +1,6 @@
+=========
+Changelog
+=========
Contributors
============
@@ -16,8 +19,8 @@ names contributed a patch for the first time.
* Shota Kawabuchi
* Jean Utke +
-Fixes Backported
-================
+Pull requests merged
+====================
* `#8483 <https://github.com/numpy/numpy/pull/8483>`__: BUG: Fix wrong future nat warning and equiv type logic error...
* `#8489 <https://github.com/numpy/numpy/pull/8489>`__: BUG: Fix wrong masked median for some special cases
diff --git a/doc/changelog/1.13.0-changelog.rst b/doc/changelog/1.13.0-changelog.rst
index ebbbbbf54..2ea0177b4 100644
--- a/doc/changelog/1.13.0-changelog.rst
+++ b/doc/changelog/1.13.0-changelog.rst
@@ -1,3 +1,6 @@
+=========
+Changelog
+=========
Contributors
============