Skip to content

Commit ca2f091

Browse files
author
Matthias Bussonnier
committed
update stats
1 parent 31fcaba commit ca2f091

File tree

5 files changed

+67
-27
lines changed

5 files changed

+67
-27
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Laurent Dufréchou <[email protected]> laurent.dufrechou <>
9393
Laurent Dufréchou <[email protected]> Laurent Dufrechou <>
9494
Laurent Dufréchou <[email protected]> [email protected] <>
9595
Laurent Dufréchou <[email protected]> ldufrechou <ldufrechou@PEP>
96+
Luciana da Costa Marques <[email protected]> luciana <[email protected]>
9697
Lorena Pantano <[email protected]> Lorena <[email protected]>
9798
Luis Pedro Coelho <[email protected]> Luis Pedro Coelho <[email protected]>
9899
Marc Molla <[email protected]> marcmolla <[email protected]>

docs/source/whatsnew/development.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,38 @@ Need to be updated:
2323
pr/*
2424

2525

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+
2654
.. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
2755
2856
2957
Backwards incompatible changes
3058
------------------------------
3159

32-
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
60+
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.

docs/source/whatsnew/github-stats-7.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Issues closed in the 7.x development cycle
22
==========================================
33

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+
441
Issues closed in 7.3
542
--------------------
643

docs/source/whatsnew/pr/optional-audio-normalization.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/whatsnew/pr/unicode-name-completions.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)