##// END OF EJS Templates
update stats
Matthias Bussonnier -
Show More
@@ -93,6 +93,7 b' Laurent Dufr\xc3\xa9chou <laurent.dufrechou@gmail.com> laurent.dufrechou <>'
93 Laurent Dufréchou <laurent.dufrechou@gmail.com> Laurent Dufrechou <>
93 Laurent Dufréchou <laurent.dufrechou@gmail.com> Laurent Dufrechou <>
94 Laurent Dufréchou <laurent.dufrechou@gmail.com> laurent.dufrechou@gmail.com <>
94 Laurent Dufréchou <laurent.dufrechou@gmail.com> laurent.dufrechou@gmail.com <>
95 Laurent Dufréchou <laurent.dufrechou@gmail.com> ldufrechou <ldufrechou@PEP>
95 Laurent Dufréchou <laurent.dufrechou@gmail.com> ldufrechou <ldufrechou@PEP>
96 Luciana da Costa Marques <lucianadacostamarques@gmail.com> luciana <lucianadacostamarques@gmail.com>
96 Lorena Pantano <lorena.pantano@gmail.com> Lorena <lorena.pantano@gmail.com>
97 Lorena Pantano <lorena.pantano@gmail.com> Lorena <lorena.pantano@gmail.com>
97 Luis Pedro Coelho <luis@luispedro.org> Luis Pedro Coelho <lpc@cmu.edu>
98 Luis Pedro Coelho <luis@luispedro.org> Luis Pedro Coelho <lpc@cmu.edu>
98 Marc Molla <marcmolla@gmail.com> marcmolla <marcmolla@gmail.com>
99 Marc Molla <marcmolla@gmail.com> marcmolla <marcmolla@gmail.com>
@@ -23,10 +23,38 b' Need to be updated:'
23 pr/*
23 pr/*
24
24
25
25
26 Unicode name completions
27 ========================
28
29 Previously, we provided completion for a unicode name with its relative symbol.
30 With this, now IPython provides complete suggestions to unicode name symbols.
31
32 As on the PR, if user types ``\LAT<tab>``, IPython provides a list of
33 possible completions. In this case, it would be something like:
34
35 'LATIN CAPITAL LETTER A',
36 'LATIN CAPITAL LETTER B',
37 'LATIN CAPITAL LETTER C',
38 'LATIN CAPITAL LETTER D',
39 ....
40
41 This help to type unicode character that do not have short latex aliases, and
42 have long unicode names. for example ``Ͱ``, ``\GREEK CAPITAL LETTER HETA``.
43
44 This feature was contributed by Luciana Marques `ghpull:`#11583`.
45
46 Make audio normalization optional
47 =================================
48
49 Added 'normalize' argument to `IPython.display.Audio`. This argument applies
50 when audio data is given as an array of samples. The default of `normalize=True`
51 preserves prior behavior of normalizing the audio to the maximum possible range.
52 Setting to `False` disables normalization.
53
26 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
54 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
27
55
28
56
29 Backwards incompatible changes
57 Backwards incompatible changes
30 ------------------------------
58 ------------------------------
31
59
32 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
60 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. No newline at end of file
@@ -1,6 +1,43 b''
1 Issues closed in the 7.x development cycle
1 Issues closed in the 7.x development cycle
2 ==========================================
2 ==========================================
3
3
4 Issues closed in 7.4
5 --------------------
6
7 GitHub stats for 2019/02/18 - 2019/03/21 (tag: 7.3.0)
8
9 These lists are automatically generated, and may be incomplete or contain duplicates.
10
11 We closed 9 issues and merged 20 pull requests.
12 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.3>`__
13
14 The following 23 authors contributed 69 commits.
15
16 * anatoly techtonik
17 * Benjamin Ragan-Kelley
18 * bnables
19 * Frédéric Chapoton
20 * Gabriel Potter
21 * Ian Bell
22 * Jake VanderPlas
23 * Jan S. (Milania1)
24 * Jesse Widner
25 * jsnydes
26 * Kyungdahm Yun
27 * Laurent Gautier
28 * Luciana da Costa Marques
29 * Matan Gover
30 * Matthias Bussonnier
31 * memeplex
32 * Mickaël Schoentgen
33 * Partha P. Mukherjee
34 * Philipp A
35 * Sanyam Agarwal
36 * Steve Nicholson
37 * Tony Fast
38 * Wouter Overmeire
39
40
4 Issues closed in 7.3
41 Issues closed in 7.3
5 --------------------
42 --------------------
6
43
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now