allow creation and SVG rendering of nonlinear graphs
[scpubgit/stemmatology.git] / lib /
2012-03-04 Tara L Andrews more robust hack for IDP node name problem
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-03-02 Tara L Andrews add a stats script, evade a perl bug, go back to hackie...
2012-03-02 Tara L Andrews perl solver works again too
2012-03-02 Tara L Andrews fix last bugs, make stexaminer work under new regime
2012-03-02 Tara L Andrews works now apart from the perl solver fallback
2012-03-02 Tara L Andrews UNFINISHED change to Analysis to incorporate IDP solver
2012-03-01 Tara L Andrews working fuller analysis plus tests
2012-03-01 Tara L Andrews better analysis with more information
2012-03-01 Tara L Andrews deal with global relationships
2012-03-01 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-02-28 Tara L Andrews try to fix encoding issues in Directory name trawl
2012-02-26 Tara L Andrews remove analysis tests from CPAN module too
2012-02-24 Tara L Andrews release version 0.2 to cpan
2012-02-24 Tara L Andrews merge readings properly based on join_* and wordsep
2012-02-24 Tara L Andrews fix small logic bug in pre-existing scoped relationship...
2012-02-24 Tara L Andrews fix change detection bug
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-23 Tara L Andrews add support for direct SQL query of directory
2012-02-22 Tara L Andrews small conveniences
2012-02-22 Tara L Andrews make cmp_str a noop except for the tradition that needs it
2012-02-22 Tara L Andrews save and display relationship annotations
2012-02-22 Tara L Andrews restore Directory deletion, albeit without garbage...
2012-02-22 Tara L Andrews restore Directory deletion, albeit without garbage...
2012-02-22 Tara L Andrews abandon 'collated' relationship removal
2012-02-22 Tara L Andrews try to be smarter about recalculating rank and common...
2012-02-22 Tara L Andrews track the language of a text if applicable
2012-02-21 Tara L Andrews don't run SVG tests unless dot is installed
2012-02-17 Tara L Andrews reinstate useful_variant; better handling of AC wits
2012-02-17 Tara L Andrews remove redundant a.c. witnesses from list
2012-02-17 Tara L Andrews add JSON serialization method
2012-02-15 Tara L Andrews revamp of Analysis.pm and associated changes
2012-02-13 Tara L Andrews refactored Analysis module with associated changes
2012-02-13 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-02-13 Tara L Andrews modify alignment table API, to allow table caching
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-07 Tara L Andrews keep from caching subgraph svg
2012-02-07 Tara L Andrews add SVG caching
2012-02-05 Tara L Andrews get rid of undefined-value comparison warning
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 remove distance tree stuff from Stemma object
2012-02-03 Tara L Andrews Merge branch 'master' of github.com:tla/stemmatology
2012-02-03 Tara L Andrews use new stemma interface
2012-02-03 Tara L Andrews increase graph fontsize for better legibility
2012-02-03 Tara L Andrews replace ugly layout hack with less hacky solution
2012-02-03 Tara L Andrews huge pile of pod updates
2012-02-03 Tara L Andrews initialize stemma array in tradition
2012-02-03 Tara L Andrews change shape of hack node; we no longer have to remove it
2012-02-02 Tara L Andrews only run the hack for larger graphs
2012-02-02 Tara L Andrews allow specification of options for dot/svg;
2012-02-02 Tara L Andrews calculate common readings when we parse
2012-02-02 Tara L Andrews allow multiple stemmas on a tradition
2012-02-02 Tara L Andrews add horrible hack to fix graph layout direction
2012-02-01 Tara L Andrews fix detection of potential witness loops
2012-02-01 Tara L Andrews detect and mark common readings
2012-02-01 Tara L Andrews make display graph edges reflect popularity of path
2012-02-01 Tara L Andrews fix return value mod in distance_trees
2012-01-31 Tara L Andrews use hypothetical witness labels, borderless ellipses...
2012-01-31 Tara L Andrews no escape_char either when using tab separation
2012-01-22 Tara L Andrews allow stemma dot to be file or string
2012-01-22 Tara L Andrews make error page render for microservice controller
2012-01-21 Tara L Andrews add proper exceptions to StemmaUtil
2012-01-21 Tara L Andrews no quoting needed for tabsep files
2012-01-21 Tara L Andrews add exceptions to the rest of the Tradition library
2012-01-21 Tara L Andrews restore total count; get rid of benchmarking
2012-01-21 Tara L Andrews simplify Directory and add exceptions;
2012-01-20 Tara L Andrews start using witness->text and ->layertext for consisten...
2012-01-20 Tara L Andrews start a real index page for traditions
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-18 Tara L Andrews refactor the hardcoded attribute stuff in as_dot
2012-01-18 Tara L Andrews fix various bugs in subgraph rendering
2012-01-17 Tara L Andrews add JSON alignment table parsing
2012-01-17 Tara L Andrews add clear_witness functionality, use it, and update...
2012-01-17 Tara L Andrews oops, is not an object
2012-01-17 Tara L Andrews fix pod bug
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 make lacuna nodes lacunae from the beginning
2012-01-16 Tara L Andrews remember to rank lacunae too
2012-01-16 Tara L Andrews don't add an extra node if endrank == end->rank
2012-01-16 Tara L Andrews add method to generate a part of the graph specified...
2012-01-16 Tara L Andrews return reading IDs, not reading objects, in vectors
2012-01-16 Tara L Andrews recalculate ranks with each new relationship, for now
2012-01-15 Tara L Andrews make relationships into proper objects; track global...
2012-01-14 Tara L Andrews Merge branch 'master' into relationships
2012-01-14 Tara L Andrews handle limited parsing of 3.0 self output
2012-01-13 Tara L Andrews Merge branch 'master' into relationships
2012-01-13 Tara L Andrews add run_pars functionality to the webservice, based...
2012-01-13 Tara L Andrews move more procedural stuff out of Stemma.pm into StemmaUtil
2012-01-13 Tara L Andrews split stemma lib into util and object; make phylip_inpu...
next