remove tradition from old user too
[scpubgit/stemmatology.git] / base / CHANGES
1 Version 2.0.0
2 =============
3 * Major version bump to allow minor releases for stupid mistakes
4 * New "adjacency list" output format
5 * Cope with Stemweb's lack of UTF-8 support
6 * Various and sundry bugfixes
7
8 Version 1.3
9 ===========
10 * Deal with Moose objectification of its exceptions
11 * Add functionality to merge readings according to relationship type
12 * Add attributes for reading relationships to indicate their significance
13 * Move custom Moose datatypes to their own package
14 * Allow specification of relationship colors for SVG output
15 * Allow layered witnesses to be excluded from alignment table for 
16   phylogenetic data
17 * Add functionality for tab-separated alignment table
18 * Limited improvements to CTE parsing
19 * Various and sundry bugfixes and POD fixes
20
21 Version 1.2
22 ===========
23 * Generalize relationship scheme so that a user can define a set of 
24   relationships for each text
25 * Allow witness renaming in a tradition (before collation)
26 * Allow clearing of collation object
27 * Enable duplication (i.e. splitting) of readings within the collation
28 * Propagate relationships logically according to their transitivity properties
29 * Improvements to some of the parsers
30 * Various bugfixes and improved tests
31
32 Version 1.1
33 ===========
34 * Split out text morphology functionality into separate package 
35 * (unreleased, available from http://github.com/tla/stemmatology -> /morphology
36
37 Version 1.0
38 ===========
39 [far, far too many commits to list individually]
40
41 * Modularization / split of stemma analysis logic and morphology logic
42 * Support for tradition persistence, user logic
43 * Months of redesigns and bugfixes.
44
45 Version 0.3
46 ===========
47
48 commit 85030ed0b680146d92cda476df6b32a081999311
49 Author: Tara L Andrews <tla\@mit.edu>
50 Date:   Sun Feb 26 03:54:38 2012 +0100
51
52     remove analysis tests from CPAN module too
53
54
55 Version 0.2
56 ===========
57
58 commit 4e483aa5bae680511b62d9c77984f732ae699066
59 Author: Tara L Andrews <tla@mit.edu>
60 Date:   Fri Feb 24 11:38:44 2012 +0100
61
62     merge readings properly based on join_* and wordsep
63
64 commit 0ac5e75094ef0e62b940ab89b0c12d9a3287ff83
65 Author: Tara L Andrews <tla@mit.edu>
66 Date:   Fri Feb 24 02:17:15 2012 +0100
67
68     fix small logic bug in pre-existing scoped relationship detection
69
70 commit 7c293912d5aeee653131449d246a0f442dc8119f
71 Author: Tara L Andrews <tla@mit.edu>
72 Date:   Fri Feb 24 02:11:05 2012 +0100
73
74     fix change detection bug
75
76 commit ca6e6095920ad91d131ee8365872ca8501849f08
77 Author: Tara L Andrews <tla@mit.edu>
78 Date:   Fri Feb 24 02:06:55 2012 +0100
79
80     handle some cases for existing scoped relationships etc.
81
82 commit 629e27b0b63f69e99a5f2a82e360a4081f8d971a
83 Author: Tara L Andrews <tla@mit.edu>
84 Date:   Thu Feb 23 04:47:55 2012 +0100
85
86     allow for prefix/suffix readings
87
88 commit 98a6cab2686bd3c1e7174cfa340f41e05665a642
89 Author: Tara L Andrews <tla@mit.edu>
90 Date:   Thu Feb 23 03:09:18 2012 +0100
91
92     add support for direct SQL query of directory
93
94 commit 44a6e7af93c340e0cdec95f115d94702dc350e04
95 Author: Tara L Andrews <tla@mit.edu>
96 Date:   Wed Feb 22 21:09:52 2012 +0100
97
98     make cmp_str a noop except for the tradition that needs it
99
100 commit d7ba60b4f5b9621bdb6d257a27b77696d8e2abff
101 Author: Tara L Andrews <tla@mit.edu>
102 Date:   Wed Feb 22 15:20:42 2012 +0100
103
104     restore Directory deletion, albeit without garbage collection
105
106 commit 3d14b48ee0a2081fb622df2e5fa67c1dbeae3dd7
107 Author: Tara L Andrews <tla@mit.edu>
108 Date:   Wed Feb 22 15:13:51 2012 +0100
109
110     abandon 'collated' relationship removal
111
112 commit c1915ab92db09d28aa270d86e5910a103d4f98cd
113 Author: Tara L Andrews <tla@mit.edu>
114 Date:   Wed Feb 22 13:12:12 2012 +0100
115
116     try to be smarter about recalculating rank and common readings
117
118 commit 55bc8c78b0f3ae1eeab669e8607522ca9a886a7b
119 Author: Tara L Andrews <tla@mit.edu>
120 Date:   Wed Feb 22 12:57:07 2012 +0100
121
122     track the language of a text if applicable
123
124 commit bfcbcecb79f1f863779fef01bcf8e81c0bdbe7b1
125 Author: Tara L Andrews <tla@mit.edu>
126 Date:   Tue Feb 21 01:19:46 2012 +0100
127
128     don't run SVG tests unless dot is installed
129
130 commit 5be0cdeb978d5ebacb5f73ecc5a7f027b7090aa7
131 Author: Tara L Andrews <tla\@mit.edu>
132 Date:   Fri Feb 17 16:25:28 2012 +0100
133
134     reinstate useful_variant; better handling of AC wits
135
136 commit c12bb87843b49eee09f588126ac7d375046b29fd
137 Author: Tara L Andrews <tla\@mit.edu>
138 Date:   Fri Feb 17 15:45:40 2012 +0100
139
140     remove redundant a.c. witnesses from list
141
142 commit 2acf0892d2cfca8036e2208e4f83d0404d761695
143 Author: Tara L Andrews <tla\@mit.edu>
144 Date:   Fri Feb 17 15:07:19 2012 +0100
145
146     add JSON serialization method
147
148 commit 7c75081a2273aff7bb142564ed9f95a3c129ba1c
149 Merge: 47263c9 0655d30
150 Author: Tara L Andrews <tla\@mit.edu>
151 Date:   Wed Feb 15 22:15:33 2012 +0100
152
153     Merge branch 'master' of github.com:tla/stemmatology
154
155 commit 0655d30ce9cda59f3f25091aa4bb50e2b28c65a5
156 Merge: 8ac2394 7b5da8b
157 Author: Tara L Andrews <tla@mit.edu>
158 Date:   Wed Feb 15 22:14:37 2012 +0100
159
160     revamp of Analysis.pm and associated changes
161
162 commit 7b5da8b612e63f308f46a9dd4cd07795abc7cb4e
163 Author: Tara L Andrews <tla@mit.edu>
164 Date:   Wed Feb 15 22:06:03 2012 +0100
165
166     limit variant graph size
167
168 commit 7f52eac8cd00b160ea9e828790cbd093dc444feb
169 Author: Tara L Andrews <tla@mit.edu>
170 Date:   Mon Feb 13 23:26:04 2012 +0100
171
172     refactored Analysis module with associated changes