##// END OF EJS Templates
add wn
Matthias Bussonnier -
Show More
@@ -0,0 +1,41 b''
1 Unicode Completion update
2 -------------------------
3
4 In IPython 7.1 the unicode completion map has been updated and synchronized with
5 the Julia language.
6
7 Added and removed character characters:
8
9 ``\jmath`` (``ȷ``), ``\\underleftrightarrow`` (U+034D, combining) have been
10 added, while ``\\textasciicaron`` have been removed
11
12 Some sequence have seen their prefix removed:
13
14 - 6 characters ``\text...<tab>`` should now be inputed with ``\...<tab>`` directly,
15 - 45 characters ``\Elz...<tab>`` should now be inputed with ``\...<tab>`` directly,
16 - 65 characters ``\B...<tab>`` should now be inputed with ``\...<tab>`` directly,
17 - 450 characters ``\m...<tab>`` should now be inputed with ``\...<tab>`` directly,
18
19 Some sequence have seen their prefix shortened:
20
21 - 5 characters ``\mitBbb...<tab>`` should now be inputed with ``\bbi...<tab>`` directly,
22 - 52 characters ``\mit...<tab>`` should now be inputed with ``\i...<tab>`` directly,
23 - 216 characters ``\mbfit...<tab>`` should now be inputed with ``\bi...<tab>`` directly,
24 - 222 characters ``\mbf...<tab>`` should now be inputed with ``\b...<tab>`` directly,
25
26 A couple of character had their sequence simplified:
27
28 - ``ð``, type ``\dh<tab>``, instead of ``\eth<tab>``
29 - ``ħ``, type ``\hbar<tab>``, instead of ``\Elzxh<tab>``
30 - ``ɸ``, type ``\ltphi<tab>``, instead of ``\textphi<tab>``
31 - ``ϴ``, type ``\varTheta<tab>``, instead of ``\textTheta<tab>``
32 - ``ℇ``, type ``\eulermascheroni<tab>``, instead of ``\Eulerconst<tab>``
33 - ``ℎ``, type ``\planck<tab>``, instead of ``\Planckconst<tab>``
34
35 - U+0336 (COMBINING LONG STROKE OVERLAY), type ``\strike<tab>``, instead of ``\Elzbar<tab>``.
36
37 A couple of sequences have been updated:
38
39 - ``\varepsilon`` now give ``ɛ`` (GREEK SMALL LETTER EPSILON) instead of ``ε`` (GREEK LUNATE EPSILON SYMBOL),
40 - ``\underbar`` now give U+0331 (COMBINING MACRON BELOW) instead of U+0332 (COMBINING LOW LINE).
41
General Comments 0
You need to be logged in to leave comments. Login now