Skip to content

Commit

Permalink
Merge pull request #18941 from charris/fix-changelog-script
Browse files Browse the repository at this point in the history
BUG: Make changelog recognize gh- as a PR number prefix.
  • Loading branch information
charris committed May 7, 2021
2 parents c447619 + 59414b6 commit b5cfe76
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 116 deletions.
3 changes: 2 additions & 1 deletion doc/changelog/1.17.0-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ names contributed a patch for the first time.
Pull requests merged
====================

A total of 531 pull requests were merged for this release.
A total of 532 pull requests were merged for this release.

* `#4808 <https://github.com/numpy/numpy/pull/4808>`__: ENH: Make the `mode` parameter of np.pad default to 'constant'
* `#8131 <https://github.com/numpy/numpy/pull/8131>`__: BUG: Fix help() formatting for deprecated functions.
Expand All @@ -174,6 +174,7 @@ A total of 531 pull requests were merged for this release.
* `#10855 <https://github.com/numpy/numpy/pull/10855>`__: ENH: Adding a count parameter to np.unpackbits
* `#11230 <https://github.com/numpy/numpy/pull/11230>`__: MAINT: More cleanup of einsum
* `#11233 <https://github.com/numpy/numpy/pull/11233>`__: BUG: ensure i0 does not change the shape.
* `#11358 <https://github.com/numpy/numpy/pull/11358>`__: MAINT: Rewrite numpy.pad without concatenate
* `#11684 <https://github.com/numpy/numpy/pull/11684>`__: BUG: Raise when unravel_index, ravel_multi_index are given empty...
* `#11689 <https://github.com/numpy/numpy/pull/11689>`__: DOC: Add ref docs for C generic types.
* `#11721 <https://github.com/numpy/numpy/pull/11721>`__: BUG: Make `arr.ctypes.data` hold onto a reference to the underlying...
Expand Down
Loading

0 comments on commit b5cfe76

Please sign in to comment.