diff --git a/docs/source/coredev/index.rst b/docs/source/coredev/index.rst index 466658b..64c7869 100644 --- a/docs/source/coredev/index.rst +++ b/docs/source/coredev/index.rst @@ -74,6 +74,7 @@ During the release process, you might need the extra following dependencies: - ``keyring`` to access your GitHub authentication tokens - ``graphviz`` to generate some graphs in the documentation + - ``ghpro`` to generate the stats Make sure you have all the required dependencies to run the tests as well. diff --git a/docs/source/whatsnew/github-stats-6.rst b/docs/source/whatsnew/github-stats-6.rst new file mode 100644 index 0000000..08c08de --- /dev/null +++ b/docs/source/whatsnew/github-stats-6.rst @@ -0,0 +1,49 @@ +Issues closed in the 6.x development cycle +========================================== + +Issues closed in 6.0 +-------------------- + +GitHub stats for 2017/04/10 - 2017/04/19 (milestone: 6.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +We closed 49 issues and merged 145 pull requests. +The full list can be seen `on GitHub `__ + +The following 34 authors contributed 176 commits. + +* Adam Eury +* anantkaushik89 +* Antonino Ingargiola +* Benjamin Ragan-Kelley +* Carol Willing +* Chilaka Ramakrishna +* chillaranand +* Denis S. Tereshchenko +* Diego Garcia +* fatData +* Fermi paradox +* fuho +* Grant Nestor +* Ian Rose +* Jeroen Demeyer +* kaushikanant +* Keshav Ramaswamy +* Matteo +* Matthias Bussonnier +* mbyt +* Michael Käufl +* michaelpacer +* Moez Bouhlel +* Pablo Galindo +* Paul Ivanov +* Piotr Przetacznik +* Rounak Banik +* sachet-mittal +* Srinivas Reddy Thatiparthy +* Tamir Bahar +* Thomas Hisch +* Thomas Kluyver +* Utkarsh Upadhyay +* Yuri Numerov diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst index 30ce1e8..de0300d 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -21,6 +21,7 @@ development work they do here in a user friendly format. :maxdepth: 1 version6 + github-stats-6 version5 github-stats-5 version4 diff --git a/docs/source/whatsnew/version6.rst b/docs/source/whatsnew/version6.rst index 3944108..c8a88a2 100644 --- a/docs/source/whatsnew/version6.rst +++ b/docs/source/whatsnew/version6.rst @@ -5,7 +5,7 @@ IPython 6.0 =========== -Released .... ...., 2017 +Released April 19th, 2017 IPython 6 feature a major improvement in the completion machinery which is now capable of completing non-executed code. It is also the first version of IPython