##// END OF EJS Templates
Get stats for 6.1
Matthias Bussonnier -
r23724:491b87b5
Show More
Name Size Modified Last Commit Author
/ docs / source / whatsnew
pr
development.rst 520 B
r23693:6e828a74174a
Matthias Bussonnier
github-stats-0.11.rst 50.2 KiB
r11729:5cc341839594
Paul Ivanov
github-stats-0.12.rst 57.7 KiB
r13595:41d387eea538
Thomas Kluyver
github-stats-0.13.rst 70.2 KiB
r23220:4f9bd43d9b06
Thomas Kluyver
github-stats-1.0.rst 104.9 KiB
r22348:35272e2d5936
Min RK
github-stats-2.0.rst 85.7 KiB
r22348:35272e2d5936
Min RK
github-stats-3.rst 4.9 KiB
r22475:0797d85f76ff
klonuo
github-stats-4.rst 3.3 KiB
r23220:4f9bd43d9b06
Thomas Kluyver
github-stats-5.rst 2.6 KiB
r23270:9641191d0bd2
Matthias Bussonnier
github-stats-6.rst 1.8 KiB
r23724:491b87b52d32
Matthias Bussonnier
index.rst 1.2 KiB
r23561:44d4253fc575
Matthias Bussonnier
version0.10.rst 15.1 KiB
r11729:5cc341839594
Paul Ivanov
version0.11.rst 34.1 KiB
r21602:fc6c80466547
Lev Givon
version0.12.rst 16.2 KiB
r22481:a2d38c250acb
klonuo
version0.13.rst 27.6 KiB
r21578:adb5ba035989
Thomas Kluyver
version0.8.rst 912 B
r11729:5cc341839594
Paul Ivanov
version0.9.rst 12.2 KiB
r21253:ff3b995adc30
Min RK
version1.0.rst 12.6 KiB
r22481:a2d38c250acb
klonuo
version2.0.rst 13.7 KiB
r22481:a2d38c250acb
klonuo
version3.rst 16.9 KiB
r23220:4f9bd43d9b06
Thomas Kluyver
version3_widget_migration.rst 15.0 KiB
r22909:1c2eba4ca77d
Fermi paradox
version4.rst 3.3 KiB
r22288:87a0a70dc9cf
Matthias Bussonnier
version5.rst 14.9 KiB
r23712:1dc063dbc79d
Matthias Bussonnier
version6.rst 10.2 KiB
r23695:d2c83352d06b
Matthias Bussonnier

Documenting What's New

When making a new pull request that either adds a new feature, or makes a
backwards-incompatible change to IPython, please add a new .rst file in this
directory documenting this change as a part of your Pull Request.

This will allow multiple Pull Requests to do the same without conflicting with
one another. Periodically, IPython developers with commit rights will run a
script and populate development.rst
with the contents of this directory, and clean it up.

Files which describe new features can have any name, such as
antigravity-feature.rst, whereas backwards incompatible changes must have
have a filename starting with incompat-, such as
incompat-switching-to-perl.rst. Our "What's new" files always have two
sections, and this prefix scheme will make sure that the backwards incompatible
changes get routed to their proper section.

To merge these files into :file:whatsnew/development.rst, run the script :file:tools/update_whatsnew.py.