works now apart from the perl solver fallback
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation /
2012-02-28 Tara L Andrews try to fix encoding issues in Directory name trawl
2012-02-24 Tara L Andrews fix small logic bug in pre-existing scoped relationship...
2012-02-24 Tara L Andrews handle some cases for existing scoped relationships...
2012-02-23 Tara L Andrews allow for prefix/suffix readings
2012-02-22 Tara L Andrews save and display relationship annotations
2012-02-22 Tara L Andrews abandon 'collated' relationship removal
2012-02-17 Tara L Andrews add JSON serialization method
2012-02-13 Tara L Andrews refactored Analysis module with associated changes
2012-02-12 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-02-10 Tara L Andrews add relationship deletion functionality
2012-02-03 Tara L Andrews keep from stripping meta readings, oops
2012-02-03 Tara L Andrews add facilities for removing 'collated' relationship...
2012-02-03 Tara L Andrews zap undefined value warning
2012-02-03 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-02-03 Tara L Andrews huge pile of pod updates
2012-02-01 Tara L Andrews fix detection of potential witness loops
2012-02-01 Tara L Andrews detect and mark common readings
2012-01-21 Tara L Andrews add exceptions to the rest of the Tradition library
2012-01-20 Tara L Andrews start using witness->text and ->layertext for consisten...
2012-01-19 Tara L Andrews refactor get/set of relationship object on graph edge
2012-01-19 Tara L Andrews add displaylabel attribute that we might even use someday
2012-01-18 Tara L Andrews remove punctuation handling logic; we will do this...
2012-01-17 Tara L Andrews add JSON alignment table parsing
2012-01-17 Tara L Andrews oops, is not an object
2012-01-16 Tara L Andrews fix niggly bug in TEI parsing; test GraphML in/out
2012-01-16 Tara L Andrews parse our new GraphML format
2012-01-16 Tara L Andrews set up graphml output for relationships
2012-01-16 Tara L Andrews break out punctuation from the rest of the reading...
2012-01-16 Tara L Andrews keep from deleting lacuna nodes prematurely
2012-01-16 Tara L Andrews return reading IDs, not reading objects, in vectors
2012-01-15 Tara L Andrews make relationships into proper objects; track global...
2012-01-06 Tara L Andrews fix up CTE parser, including an ugly hack I need, with...
2011-12-27 Tara L Andrews various bugfixes, getting real traditions to parse
2011-12-26 Tara L Andrews all tests now working again
2011-12-26 Tara L Andrews make tabular parse test work
2011-12-26 Tara L Andrews Collation library now backed by Graph.pm, tested with...
2011-12-22 Tara L Andrews stop saving duplicate path arrays in witnesses; get...
2011-12-22 Tara L Andrews change identity pools to use KiokuDB::Set
2011-12-22 Tara L Andrews stop saving duplicate path arrays in witnesses; get...
2011-12-21 Tara L Andrews we no longer use position; stop breaking relationship...
2011-10-30 Tara L Andrews remove deprecated Position and Segment modules
2011-10-20 Tara L Andrews fix bugs to do with reading relationships
2011-10-02 Tara L Andrews Fix graphml output / input format
2011-09-21 Tara L Andrews add support for lacunas within the witnesses
2011-08-31 Tara L Andrews various things; headline change is reworking of node...
2011-06-26 Tara L Andrews add first-cut module for stemma analysis
2011-06-06 Tara L Andrews new position logic for the lemmatizer and toggler;...
2011-06-05 Tara L Andrews new positioning system, works great for graph, needs...
2011-06-03 Tara L Andrews make relationships work, add some hacks for Boodts...
2011-05-30 Tara L Andrews we can parse our own graph output now
2011-05-27 Tara L Andrews generate svg with relationships invisible; fix graphml...
2011-05-28 tla first crack at implementing relationships
2011-05-18 tla UNTESTED saving work on base text parsing with new...
2011-05-17 Tara L Andrews tests passing with new library, yay
2011-05-17 tla some more rehoming of functionality
2011-05-16 Tara L Andrews make the first couple of tests pass
2011-05-16 tla use Moose for empty subclasses too
2011-05-15 Tara L Andrews make some progress, also make perl -cw work
2011-05-13 tla Start fleshing out some of these classes