forked from ooz/Confopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
112 lines (65 loc) · 2.24 KB
/
CHANGES.txt
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
0.4.9 2015/11/16
* Fix a bug with referenced rules not detecting references containing
newlines
0.4.8.1 2015/10/09
* Fix changelog for v0.4.8
0.4.8 2015/10/08
* Add a new rule that checks whether a floating object was referenced
before its occurence
* Increase verbosity of the caption rule
* The former "multidoc" report is now known as "docsavg"
* New report "multidoc":
- displays metric values for multiple documents
- counts the number of metric transgressions and highlights those
values in the latex output
- counts the number of rule violations
0.4.7 2014/12/08
* Improve the readability of the doccomp report when used
without the --latex option
* Improve the readability of the multidoc report when used
without the --latex option
0.4.6 2014/11/24
* Fix validation of Confopy XML documents
0.4.5 2014/11/20
* Add descriptions for german metrics and reports
0.4.4 2014/11/18
* Add -ul command to list all available rules
* Remove obsolete -m option. Use -ml instead
* Add tests to the statistics module
0.4.3 2014/11/15
* Speed up listing of reports/metrics (-rl, -ml commands)
0.4.2 2014/11/14
* Fix bugs in some rule predicates
0.4.1 2014/11/04
* Fix unescaped XML characters in XML output
0.4.0 2014/11/03
* Add tests to some modules
* Add detailed (section-wise) document report
0.3.10 2014/10/02
* Add ARI metric
0.3.9 2014/09/20
* Add script for automated download of the TIGER corpus
0.3.8 2014/09/20
* Fix Numpy dependency
0.3.7 2014/09/20
* Make Confopy NLTK 3 compatible
0.3.6 2014/09/19
* Fix NLTK dependency to == 2.0.4
0.3.5 2014/09/09
* Fix typo in the report "document"
* Update expected metric values in the report "document"
0.3.4 2014/09/09
* Textextraction now recombines words separated by newlines
0.3.3 2014/09/06
* Add "wird" to passive constructs metric.
0.3.2 2014/08/25
* Fix missing floating point division in sentlength metric
0.3.1 2014/08/25
* Fix various metrics counting punctation as words
0.3.0
* Fix division by zero in some metrics
* Add new rule regarding float captions
0.2.2
* Update README
0.2.1
* Update README