analysis script for upcoming presentation
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / RelationshipStore.pm
2012-07-15 Tara L Andrews load XML::LibXML only when required; handle global...
2012-07-13 Tara L Andrews turn off consistency checks while rebuilding graph
2012-07-11 Tara L Andrews get rid of redundate scope testing
2012-07-11 Tara L Andrews some syntactic sugar for relationship filters
2012-06-26 Tara L Andrews restore meta readings to equiv graph
2012-06-20 Tara L Andrews test/fix for bug in metaless equivalence graph
2012-06-20 Tara L Andrews leave meta readings out of equiv graph; test for warnin...
2012-06-15 Tara L Andrews refrain from serializing init flag
2012-06-14 Tara L Andrews ease validation rules during collation init; fix bug...
2012-05-03 Tara L Andrews reading IDs must be XML names; now used in SVG node IDs
2012-05-02 tla working version of rebuild_equivalence
2012-05-02 Tara L Andrews add method for initializing/resetting equivalence graph
2012-04-21 Tara L Andrews fix bugs in persistent equivalence graph implementation
2012-04-21 Tara L Andrews implement persistent equivalence graph for relationship...
2012-04-20 Tara L Andrews check for relationship before collating
2012-04-20 Tara L Andrews fix graphml subgraph generation; fix tab parsing to...
2012-04-20 Tara L Andrews add some more transposition logic
2012-04-19 Tara L Andrews workaround for segfault; slightly poor form GraphML...
2012-04-19 Tara L Andrews overhaul of colocated-relationship validation, still...
2012-04-19 Tara L Andrews add failing tests for relationship logic, next we fix...
2012-04-19 Tara L Andrews revert untested changes that were causing a segfault
2012-04-19 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-04-19 Tara L Andrews enable graphml export of partial traditions
2012-04-19 Tara L Andrews replace local with global rel if they are equivalent...
2012-04-19 Tara L Andrews UNTESTED better validation for transpositions
2012-04-18 Tara L Andrews fix bug in transposition validation
2012-04-18 Tara L Andrews drop collations on global relationship setting too
2012-04-18 tla relationship deletions should include scoped objects
2012-04-15 Tara L Andrews remove refs to deprecated relationship type 'meaning'
2012-03-14 Tara L Andrews CollateX format for GraphML output changed; parser...
2012-03-14 Tara L Andrews CollateX format for GraphML output changed; parser...
2012-03-14 Tara L Andrews replace collation relationships whenever we can
2012-03-07 Tara L Andrews don't error on relationship deletion no-op
2012-03-06 Tara L Andrews fix bug in finding scoped relationships in some cases
2012-03-06 Tara L Andrews allow case-insensitive relationships on all but orthography
2012-03-04 Tara L Andrews refactor GraphML write/parse to use Moose introspection
2012-03-02 Tara L Andrews try not to let collations interfere with relationship...
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-22 Tara L Andrews abandon 'collated' relationship removal
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-01-21 Tara L Andrews add exceptions to the rest of the Tradition library
2012-01-19 Tara L Andrews refactor get/set of relationship object on graph edge
2012-01-17 Tara L Andrews oops, is not an object
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 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...