fix typo in Collation.pm test
[scpubgit/stemmatology.git] / base / lib / Text / Tradition / Collation.pm
2014-12-07 Tara L Andrews fix typo in Collation.pm test
2014-12-06 tla Add test for compress_readings so that we can close #27
2014-11-30 Tara L Andrews try to fix test failure of #30
2014-11-27 tla enable tabular output with ASCII sigla. Needed for...
2014-11-26 Tara L Andrews fix bugs in adjacency list generation; add tests
2014-11-21 tla remove edge weight logic in dot; add adjacency list...
2014-09-25 tla Do a better sanity check on compress_readings. Addresse...
2014-06-09 Tara L Andrews allow quick and dirty reading merge by relationship...
2014-06-09 Tara L Andrews expose available relationship types for the collation
2014-06-07 Tara L Andrews suppress display of hyphens for joined-on punctuation
2014-05-26 tla POD fixes for base Text::Tradition package
2014-05-20 tla keep merging readings by rel type until no more exist...
2014-03-21 Tara L Andrews save Ternary data type to graphml too
2014-01-21 Tara L Andrews chase bug thrown up by merge_reading restriction; fix...
2014-01-21 tla prevent merge_readings from causing witness loops
2014-01-20 Tara L Andrews allow color specification for relationship links in...
2014-01-18 Tara L Andrews fix test failure
2014-01-18 Tara L Andrews Add function to expose relationship types from Collatio...
2014-01-18 Tara L Andrews add method to collapse tradition by relationship
2014-01-16 Tara L Andrews Add check for duplicate_reading that at least one witne...
2013-11-08 tla Add option to put sanitized layer labels in tabular...
2013-11-08 tla make sure we don't overwrite the cached alignment table...
2013-11-08 tla enable output of CSV without witness layers. Fixes #13
2013-10-25 tla added simple tests for CSV and TSV output. Fixes #8
2013-10-25 tla Add as_tsv routine for tab-sep export of collation...
2013-10-25 tla get rid of erroneous double-decode
2013-08-20 Tara L Andrews Make majority-path tagging optional. Useful for tla...
2013-07-18 Tara L Andrews Return a relation, not a reading, in the invalid list...
2013-07-18 Tara L Andrews Return deleted invalid noncolo relationships when a...
2013-07-04 Tara L Andrews small but crucial bugfix in identical_readings for...
2013-06-11 Tara L Andrews let stringify_args pass all args; add test for reading...
2013-06-10 Tara L Andrews bugfix in identical_readings; optimization in duplicate...
2013-06-10 Tara L Andrews pass through args from flatten_ranks to identical_readings
2013-06-10 Tara L Andrews method to identify identical readings; make flatten_ran...
2013-06-07 Tara L Andrews return the new reading generated on duplication
2013-06-03 Tara L Andrews add method to duplicate a given relationship
2013-04-24 Tara L Andrews invalidate alignment table cache on relationship add...
2013-04-24 Tara L Andrews field tested but unchecked changes, review ASAP
2012-09-29 Tara L Andrews safer existence check
2012-09-27 Tara L Andrews fix test, fix doc
2012-09-27 Tara L Andrews start to add a proper and extensible relationship typology
2012-09-25 Tara L Andrews first ugly stab at relationship links in SVG; add ident...
2012-09-14 Tara L Andrews make sure all tests work in all combos, save the broken...
2012-09-14 Tara L Andrews split tradition language into morphology module; add...
2012-09-14 Tara L Andrews load extensions statically to avoid bad object wrapping...
2012-09-13 Tara L Andrews split out morphology; make all tests pass apart from...
2012-09-13 Tara L Andrews split off stemma analysis modules from base Tradition...