tla [Sun, 7 Dec 2014 20:42:02 +0000]
bump tiny version for test bugfix
tla [Sun, 7 Dec 2014 20:31:26 +0000]
Merge branch 'master' of https://github.com/tla/stemmatology
Tara L Andrews [Sun, 7 Dec 2014 20:26:44 +0000]
fix typo in Collation.pm test
tla [Sun, 7 Dec 2014 19:58:18 +0000]
release current version of persistence module
tla [Sat, 6 Dec 2014 23:58:52 +0000]
Release a new CPAN version of Analysis
tla [Sat, 6 Dec 2014 23:46:43 +0000]
bump a major version, to make life easier
tla [Sat, 6 Dec 2014 22:19:21 +0000]
Add test for compress_readings so that we can close #27
tla [Sat, 6 Dec 2014 21:54:58 +0000]
Stemweb job IDs no longer kill the parser. Fixes #28
tla [Sat, 6 Dec 2014 21:39:16 +0000]
Demonstrate failure mode for issue #28
tla [Tue, 2 Dec 2014 14:43:54 +0000]
Merge branch 'master' of https://github.com/tla/stemmatology
tla [Tue, 2 Dec 2014 14:43:45 +0000]
do_warn is an internal helper, not a public function. Fixes #31
Tara L Andrews [Sun, 30 Nov 2014 15:48:37 +0000]
try to fix test failure of #30
Tara L Andrews [Sat, 29 Nov 2014 19:43:39 +0000]
generate experimental adjacency list version of text
tla [Thu, 27 Nov 2014 15:39:06 +0000]
Accept and convert ASCIIfied witness names in Stemweb results. Addresses tla/stemmaweb#46
tla [Thu, 27 Nov 2014 13:43:22 +0000]
enable tabular output with ASCII sigla. Needed for tla/stemmaweb#46
tla [Thu, 27 Nov 2014 11:17:19 +0000]
add ASCII variant of sigil to witnesses. Needed for tla/stemmaweb#46
Tara L Andrews [Wed, 26 Nov 2014 21:54:21 +0000]
fix bugs in adjacency list generation; add tests
tla [Fri, 21 Nov 2014 22:19:53 +0000]
remove edge weight logic in dot; add adjacency list JSON output
tla [Fri, 21 Nov 2014 22:19:12 +0000]
produce stemma SVG with make_tradition
tla [Thu, 25 Sep 2014 14:26:24 +0000]
Merge branch 'master' of https://github.com/tla/stemmatology
tla [Thu, 25 Sep 2014 14:26:11 +0000]
Do a better sanity check on compress_readings. Addresses #43
Tara L Andrews [Fri, 29 Aug 2014 20:03:19 +0000]
capture warnings in a variable if asked
Tara L Andrews [Fri, 29 Aug 2014 20:02:50 +0000]
create the test dir if it doesn't already exist
Tara L Andrews [Mon, 9 Jun 2014 20:54:41 +0000]
add option to pass explicit path to pars executable
Tara L Andrews [Mon, 9 Jun 2014 20:34:39 +0000]
allow quick and dirty reading merge by relationship type in tab output
Tara L Andrews [Mon, 9 Jun 2014 20:31:11 +0000]
expose available relationship types for the collation
Tara L Andrews [Sun, 8 Jun 2014 10:05:18 +0000]
make CollateX parser recognize and cope with a.c. labels
Tara L Andrews [Sat, 7 Jun 2014 08:40:22 +0000]
suppress display of hyphens for joined-on punctuation
tla [Mon, 26 May 2014 09:39:00 +0000]
Note changes for release 1.3
tla [Mon, 26 May 2014 09:32:34 +0000]
POD fixes for base Text::Tradition package
Tara L Andrews [Wed, 21 May 2014 14:17:49 +0000]
use Set::Scalar comparison operator to compare sets. Addresses #24
Tara L Andrews [Wed, 21 May 2014 14:17:16 +0000]
turn char string into byte string before opening on FH. Addresses #23
Tara L Andrews [Wed, 21 May 2014 13:23:48 +0000]
try to make sure our error messages are strings
tla [Tue, 20 May 2014 13:01:04 +0000]
keep merging readings by rel type until no more exist. Fixes #22
Tara L Andrews [Sun, 23 Mar 2014 21:49:11 +0000]
return relationship significance info in analysis
Tara L Andrews [Fri, 21 Mar 2014 21:35:31 +0000]
save Ternary data type to graphml too
Tara L Andrews [Tue, 21 Jan 2014 20:35:43 +0000]
chase bug thrown up by merge_reading restriction; fix test that succeeded on a bad merge. (I hope) fixes #20.
tla [Tue, 21 Jan 2014 15:04:13 +0000]
move custom datatypes to their own package; add ternary is_significant to relationships. Needed for tla/stemmaweb#33
tla [Tue, 21 Jan 2014 15:02:59 +0000]
prevent merge_readings from causing witness loops
Tara L Andrews [Mon, 20 Jan 2014 22:41:29 +0000]
allow color specification for relationship links in SVG. Needed for tla/stemmaweb #34
Tara L Andrews [Sun, 19 Jan 2014 19:39:38 +0000]
add IDP script dependency to analysis package. #16
tla [Sun, 19 Jan 2014 19:36:51 +0000]
Merge branch 'master' of github.com:tla/stemmatology
tla [Sun, 19 Jan 2014 19:36:34 +0000]
Work around MySQL storage encoding bug. Addresses #19
Tara L Andrews [Sat, 18 Jan 2014 17:57:16 +0000]
bump package version given non-back-compatibility of Relationship.pm changes. tla/stemmaweb#33
Tara L Andrews [Sat, 18 Jan 2014 17:56:40 +0000]
fix test failure
Tara L Andrews [Sat, 18 Jan 2014 16:22:14 +0000]
fix documentation for new relationship flags
Tara L Andrews [Sat, 18 Jan 2014 16:18:02 +0000]
Add function to expose relationship types from Collation object
Tara L Andrews [Sat, 18 Jan 2014 12:24:39 +0000]
tweak options for classifying readings and relationships. Needed for tla/stemmaweb#33
Tara L Andrews [Sat, 18 Jan 2014 11:54:32 +0000]
add method to collapse tradition by relationship
Tara L Andrews [Thu, 16 Jan 2014 20:23:48 +0000]
Merge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Thu, 16 Jan 2014 20:23:33 +0000]
Add check for duplicate_reading that at least one witness remains for each reading. Fixes #18
tla [Wed, 15 Jan 2014 18:45:54 +0000]
Provide way to pass solver_url in options and fall back to default. Fixes #17
tla [Wed, 15 Jan 2014 16:41:48 +0000]
fix bug in IDP error logging
tla [Wed, 15 Jan 2014 14:49:24 +0000]
...and the updated test!
tla [Wed, 15 Jan 2014 14:47:10 +0000]
fix timezone-related minor test failure
tla [Wed, 15 Jan 2014 14:32:40 +0000]
remove abandoned 'forcequote' option logic
tla [Wed, 15 Jan 2014 14:21:09 +0000]
Collect all hacks for Graph::Reader::Dot into a single utility. Fixes #15
tla [Wed, 15 Jan 2014 12:24:31 +0000]
Rework Stemma / StemmaUtil so that utility functions are all in the latter. Fixes #14
tla [Sun, 22 Dec 2013 21:58:05 +0000]
change worker script to using 'say'; timestamp the log
tla [Sun, 22 Dec 2013 21:46:57 +0000]
Merge branch 'master' of https://github.com/tla/stemmatology
tla [Sun, 22 Dec 2013 21:46:50 +0000]
record error if applicable on analysis results
tla [Sun, 22 Dec 2013 21:46:13 +0000]
untaint Gearman IP/port for calling the worker
Tara L Andrews [Sat, 23 Nov 2013 07:16:23 +0000]
change calling of enum for RT ticket 90694
tla [Fri, 8 Nov 2013 12:51:30 +0000]
Add option to put sanitized layer labels in tabular output. Fixes #13 again
tla [Fri, 8 Nov 2013 12:40:05 +0000]
make sure we don't overwrite the cached alignment table with a noac request
tla [Fri, 8 Nov 2013 11:43:23 +0000]
enable output of CSV without witness layers. Fixes #13
tla [Thu, 7 Nov 2013 19:46:44 +0000]
associate Stemweb-generated stemmata with their job ID; return them on create. Needed for tla/stemmaweb#29
tla [Mon, 28 Oct 2013 21:24:13 +0000]
ensure graph names come through for undirected graphs too (tla/stemmaweb#28)
tla [Mon, 28 Oct 2013 20:25:21 +0000]
notice and save changes to graph name / stemma identifier (tla/stemmaweb#28)
tla [Sun, 27 Oct 2013 22:06:26 +0000]
add new dependency to Makefile for #12
tla [Sun, 27 Oct 2013 22:04:33 +0000]
finish and test record_stemweb_result for Tradition (#12)
tla [Sun, 27 Oct 2013 21:15:50 +0000]
ensure that undirected graphs stay undirected after parse. Fixes #11
tla [Fri, 25 Oct 2013 14:26:00 +0000]
added simple tests for CSV and TSV output. Fixes #8
tla [Fri, 25 Oct 2013 14:14:13 +0000]
make TEI-PS parser package variables safe for multiple invocations. Fixes #10
tla [Fri, 25 Oct 2013 13:54:57 +0000]
finish and test Stemma::root_graph method. Fixes #9
tla [Fri, 25 Oct 2013 13:32:27 +0000]
Add as_tsv routine for tab-sep export of collation. Fixes #7
tla [Fri, 25 Oct 2013 13:07:51 +0000]
get rid of erroneous double-decode
tla [Sun, 20 Oct 2013 12:12:42 +0000]
redirect STDOUT via local scope to catch bad graph
tla [Sun, 20 Oct 2013 11:56:18 +0000]
add support for named stemmata
tla [Sat, 19 Oct 2013 13:51:21 +0000]
initial hooks for Stemweb integration
tla [Sat, 19 Oct 2013 13:33:18 +0000]
pull out direct DBI connection horribleness into separate method
Tara L Andrews [Mon, 7 Oct 2013 22:47:59 +0000]
add test that demonstrates breakage with user deletion
tla [Thu, 22 Aug 2013 09:24:15 +0000]
Merge branch 'master' of https://github.com/tla/stemmatology
tla [Thu, 22 Aug 2013 09:23:17 +0000]
Revert "INCOMPLETE overhaul to CTE parsing core, issue #6"
This reverts commit
c9f61c7056e267a816de9377efeee8b538b5c3d8.
tla [Thu, 22 Aug 2013 09:22:56 +0000]
Remove CTE parser revamp from master; this will go on a new branch.
This reverts commit
6f91b6f64c2d1de42d51797c8ba0d4ab27042118.
Tara L Andrews [Tue, 20 Aug 2013 21:24:20 +0000]
Make majority-path tagging optional. Useful for tla/stemmaweb#23
tla [Tue, 20 Aug 2013 13:29:00 +0000]
INCOMPLETE progress on CTE parser revamp for issue #6
Tara L Andrews [Mon, 19 Aug 2013 21:40:29 +0000]
INCOMPLETE overhaul to CTE parsing core, issue #6
Tara L Andrews [Mon, 19 Aug 2013 20:08:42 +0000]
dump relevant apparatus info for deleted nodes
tla [Mon, 19 Aug 2013 14:11:38 +0000]
CTE parser work in progress, debugging mostly
tla [Mon, 19 Aug 2013 09:02:07 +0000]
Fix remaining single quotes in main.idp
tla [Sat, 17 Aug 2013 19:24:03 +0000]
docs for IDP install, plus extra utility script
Tara L Andrews [Sat, 17 Aug 2013 18:41:07 +0000]
Slightly more informative closing message
Tara L Andrews [Sat, 17 Aug 2013 18:34:32 +0000]
add all graph solver support scripts
tla [Fri, 16 Aug 2013 19:10:07 +0000]
fixes to IDP scripts per Bart Bogaerts
tla [Fri, 16 Aug 2013 09:44:14 +0000]
Avoid an empty-string warning
Tara L Andrews [Fri, 16 Aug 2013 08:58:36 +0000]
...and remove debug statement
Tara L Andrews [Fri, 16 Aug 2013 08:57:23 +0000]
use TryCatch; bugfix for lacunae from START
Tara L Andrews [Fri, 16 Aug 2013 07:28:22 +0000]
XML parsers should accept already-parsed XML object too
tla [Thu, 15 Aug 2013 22:01:59 +0000]
Handle a2 app entries separately and more correctly. Fixes #5