This repository has been archived by the owner on Feb 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
ChangeLog
57 lines (30 loc) · 1.71 KB
/
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
2013-01-26 Kaustav Das Modak <[email protected]>
* setup.py: Add package data from MANIFEST.in. Fix package install
* MANIFEST.in: Bring back to declare package data dependencies
2013-01-25 Kaustav Das Modak <[email protected]>
* setup.py: Switched packaging to Distribute
* README.rst : Added Acknowledgements section
* tests/test_utils_validate.py (test_is_exact): Added assertions
* tests/test_avro.py: Updated tests for parser
* pyavrophonetic/avro.py: Implemented basic parser
* pyavrophonetic/utils/validate.py (is_exact): Fixed XOR handling
2013-01-24 Kaustav Das Modak <[email protected]>
* pyavrophonetic/utils/__init__.py (utf): Shortcut unicode convert
* tests/test_avro.py : Added tests for avro.parse
* pyavrophonetic/avro.py : Started working on a basic parser
2013-01-20 Kaustav Das Modak <[email protected]>
* tests/test_utils_count.py: Addded tests for utils.count
* pyavrophonetic/config.py: Switched to simplejson
Used simplejson for faster parsing of json files
* README.rst (Branch): Updated README with instructions
Added Travis CI badge along with installation and usage instructions
* .travis.yml (python): Added Travis-CI support
* tests/test_utils_validate.py: Added tests for utils.validation
* pyavrophonetic/utils/count.py: Refactored code
* pyavrophonetic/utils/validate.py: Refactored code
2013-01-19 Kaustav Das Modak <[email protected]>
* pyavrophonetic/test/: Added barebones test structure
* pyavrophonetic/utils.py: Added validation and count methods
* pyavrophonetic/config.py: Added configurations file
* pyavrophonetic/avro.py: Added initial avro.py module
* setup.py: Added initial setup.py file