remove analysis tests from CPAN module too
[scpubgit/stemmatology.git] / CHANGES
CommitLineData
5d0044a0 1Version 0.2
2===========
3
4commit 4e483aa5bae680511b62d9c77984f732ae699066
5Author: Tara L Andrews <tla@mit.edu>
6Date: Fri Feb 24 11:38:44 2012 +0100
7
8 merge readings properly based on join_* and wordsep
9
10commit 0ac5e75094ef0e62b940ab89b0c12d9a3287ff83
11Author: Tara L Andrews <tla@mit.edu>
12Date: Fri Feb 24 02:17:15 2012 +0100
13
14 fix small logic bug in pre-existing scoped relationship detection
15
16commit 7c293912d5aeee653131449d246a0f442dc8119f
17Author: Tara L Andrews <tla@mit.edu>
18Date: Fri Feb 24 02:11:05 2012 +0100
19
20 fix change detection bug
21
22commit ca6e6095920ad91d131ee8365872ca8501849f08
23Author: Tara L Andrews <tla@mit.edu>
24Date: Fri Feb 24 02:06:55 2012 +0100
25
26 handle some cases for existing scoped relationships etc.
27
28commit 629e27b0b63f69e99a5f2a82e360a4081f8d971a
29Author: Tara L Andrews <tla@mit.edu>
30Date: Thu Feb 23 04:47:55 2012 +0100
31
32 allow for prefix/suffix readings
33
34commit 98a6cab2686bd3c1e7174cfa340f41e05665a642
35Author: Tara L Andrews <tla@mit.edu>
36Date: Thu Feb 23 03:09:18 2012 +0100
37
38 add support for direct SQL query of directory
39
40commit 44a6e7af93c340e0cdec95f115d94702dc350e04
41Author: Tara L Andrews <tla@mit.edu>
42Date: Wed Feb 22 21:09:52 2012 +0100
43
44 make cmp_str a noop except for the tradition that needs it
45
46commit d7ba60b4f5b9621bdb6d257a27b77696d8e2abff
47Author: Tara L Andrews <tla@mit.edu>
48Date: Wed Feb 22 15:20:42 2012 +0100
49
50 restore Directory deletion, albeit without garbage collection
51
52commit 3d14b48ee0a2081fb622df2e5fa67c1dbeae3dd7
53Author: Tara L Andrews <tla@mit.edu>
54Date: Wed Feb 22 15:13:51 2012 +0100
55
56 abandon 'collated' relationship removal
57
58commit c1915ab92db09d28aa270d86e5910a103d4f98cd
59Author: Tara L Andrews <tla@mit.edu>
60Date: Wed Feb 22 13:12:12 2012 +0100
61
62 try to be smarter about recalculating rank and common readings
63
64commit 55bc8c78b0f3ae1eeab669e8607522ca9a886a7b
65Author: Tara L Andrews <tla@mit.edu>
66Date: Wed Feb 22 12:57:07 2012 +0100
67
68 track the language of a text if applicable
69
70commit bfcbcecb79f1f863779fef01bcf8e81c0bdbe7b1
71Author: Tara L Andrews <tla@mit.edu>
72Date: Tue Feb 21 01:19:46 2012 +0100
73
74 don't run SVG tests unless dot is installed
75
76commit 5be0cdeb978d5ebacb5f73ecc5a7f027b7090aa7
77Author: Tara L Andrews <tla\@mit.edu>
78Date: Fri Feb 17 16:25:28 2012 +0100
79
80 reinstate useful_variant; better handling of AC wits
81
82commit c12bb87843b49eee09f588126ac7d375046b29fd
83Author: Tara L Andrews <tla\@mit.edu>
84Date: Fri Feb 17 15:45:40 2012 +0100
85
86 remove redundant a.c. witnesses from list
87
88commit 2acf0892d2cfca8036e2208e4f83d0404d761695
89Author: Tara L Andrews <tla\@mit.edu>
90Date: Fri Feb 17 15:07:19 2012 +0100
91
92 add JSON serialization method
93
94commit 7c75081a2273aff7bb142564ed9f95a3c129ba1c
95Merge: 47263c9 0655d30
96Author: Tara L Andrews <tla\@mit.edu>
97Date: Wed Feb 15 22:15:33 2012 +0100
98
99 Merge branch 'master' of github.com:tla/stemmatology
100
101commit 0655d30ce9cda59f3f25091aa4bb50e2b28c65a5
102Merge: 8ac2394 7b5da8b
103Author: Tara L Andrews <tla@mit.edu>
104Date: Wed Feb 15 22:14:37 2012 +0100
105
106 revamp of Analysis.pm and associated changes
107
108commit 7b5da8b612e63f308f46a9dd4cd07795abc7cb4e
109Author: Tara L Andrews <tla@mit.edu>
110Date: Wed Feb 15 22:06:03 2012 +0100
111
112 limit variant graph size
113
114commit 7f52eac8cd00b160ea9e828790cbd093dc444feb
115Author: Tara L Andrews <tla@mit.edu>
116Date: Mon Feb 13 23:26:04 2012 +0100
117
118 refactored Analysis module with associated changes