##// END OF EJS Templates
Backport PR #13094: Fix virtual environment user warning for lower case pathes
Blazej Michalik -
r26792:4ef07a8e
Show More
Name Size Modified Last Commit Author
/ docs / source / whatsnew
pr
development.rst 1.4 KiB
r26350:fbb8fe816e8e
Matthias Bussonnier
github-stats-0.11.rst 50.2 KiB
r24236:609f248e7ee6
luz.paz
github-stats-0.12.rst 57.7 KiB
r24143:b759450cdd89
Matthias Bussonnier
github-stats-0.13.rst 70.2 KiB
r24143:b759450cdd89
Matthias Bussonnier
github-stats-1.0.rst 104.9 KiB
r24236:609f248e7ee6
luz.paz
github-stats-2.0.rst 85.7 KiB
r24425:3deabdbded7c
Matthias Bussonnier
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 4.3 KiB
r24245:642a180abf44
Thomas Kluyver
github-stats-6.rst 3.7 KiB
r24246:099ef36b029a
Thomas Kluyver
github-stats-7.rst 12.7 KiB
r25988:4e0e8a63d3d9
Matthias Bussonnier
index.rst 1.7 KiB
r25060:fa316178580c
Matthias Bussonnier
version0.10.rst 15.1 KiB
r25167:79c601b9541f
Min ho Kim
version0.11.rst 34.1 KiB
r26770:016b4718b964
Blazej Michalik
version0.12.rst 16.2 KiB
r24236:609f248e7ee6
luz.paz
version0.13.rst 27.6 KiB
r24546:cae2b120220d
Matthias Bussonnier
version0.8.rst 912 B
r11729:5cc341839594
Paul Ivanov
version0.9.rst 12.2 KiB
r25167:79c601b9541f
Min ho Kim
version1.0.rst 12.6 KiB
r22481:a2d38c250acb
klonuo
version2.0.rst 13.7 KiB
r25167:79c601b9541f
Min ho Kim
version3.rst 16.9 KiB
r24546:cae2b120220d
Matthias Bussonnier
version3_widget_migration.rst 15.0 KiB
r24084:25e5bb5081b4
luzpaz
version4.rst 3.3 KiB
r22288:87a0a70dc9cf
Matthias Bussonnier
version5.rst 18.0 KiB
r25013:2d68a23879d1
Matthias Bussonnier
version6.rst 14.0 KiB
r24443:6841ce8574c1
Matthias Bussonnier
version7.rst 54.1 KiB
r26742:ba34867a9666
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.