[Numpy-svn] [numpy/numpy] 529128: ENH: Add a tool for release authors and PRs.

GitHub noreply at github.com
Mon Oct 17 18:15:51 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 529128134d92facd5728525c77a58397e87f0a38
      https://github.com/numpy/numpy/commit/529128134d92facd5728525c77a58397e87f0a38
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
    A tools/announce.py

  Log Message:
  -----------
  ENH: Add a tool for release authors and PRs.

Add the script tools/announce.py to generate the author and pull request
lists needed in release announcements. Some bits of this are taken from
the scipy gh_list.py and authors.py tools.

Usage:

$ ./tools/announce.py <github_user> <github_password> <revision_range>

The output is utf8 rst.

[ci skip]


  Commit: 9569e504bd1363e2e9dba693a29d30ee3dd55056
      https://github.com/numpy/numpy/commit/9569e504bd1363e2e9dba693a29d30ee3dd55056
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    A tools/announce.py

  Log Message:
  -----------
  Merge pull request #8111 from charris/add-release-tool

ENH: Add a tool for release authors and PRs.


Compare: https://github.com/numpy/numpy/compare/0d27413fba08...9569e504bd13


More information about the Numpy-svn mailing list