##// END OF EJS Templates
update what's new for 7.12
Matthias Bussonnier -
Show More
@@ -2,6 +2,23 b''
2 7.x Series
2 7.x Series
3 ============
3 ============
4
4
5 .. _version 712:
6
7 IPython 7.12
8 ============
9
10 IPython 7.12 is a minor update that mostly brings code cleanup, removal of
11 longtime deprecated function and a couple update to documentation cleanup as well.
12
13 Notable changes are the following:
14
15 - Exit non-zero when ipython is given a file path to run that doesn't exist :ghpull:`12074`
16 - Test PR on ARM64 with Travis-CI :ghpull:`12073`
17 - Update CI to work with latest Pytest :ghpull:`12086`
18 - Add infrastructure to run ipykernel eventloop via trio :ghpull:`12097`
19 - Support git blame ignore revs :ghpull:`12091`
20 - Start multi-line ``__repr__`` s on their own line :ghpull:`12099`
21
5 .. _version 7111:
22 .. _version 7111:
6
23
7 IPython 7.11.1
24 IPython 7.11.1
General Comments 0
You need to be logged in to leave comments. Login now