forked from pettarin/ipapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
61 lines (34 loc) · 898 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Changelog
=========
v0.0.9 (2019-05-05)
-------------------
#. Fix for Windows users when installing via PyPI
v0.0.8 (2016-06-07)
-------------------
#. Added more IPA char aliases to filter_chars in IPAString
#. Uppercase ARPABET symbols
v0.0.7 (2016-06-04)
-------------------
#. Added filter_chars function to IPAString
v0.0.6 (2016-05-28)
-------------------
#. Refactored Mapper
#. Added ARPABETMapper
#. Better data files
v0.0.5 (2016-05-26)
-------------------
#. Added can_map_ipa_string to Mapper
#. Fixed a bug in ASCIIMapper
v0.0.4 (2016-05-24)
-------------------
#. Added cns_vwl_pstr and cns_vwl_pstr_long to IPAString
v0.0.3 (2016-05-23)
-------------------
#. Added Mapper concept
#. Refactored ASCIIIPA into ASCIIMapper
v0.0.2 (2016-05-21)
-------------------
#. Generic data loading from files
v0.0.1 (2016-05-19)
-------------------
#. Initial release