Skip to content

Commit

Permalink
Release a new CPAN version of Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
tla committed Dec 6, 2014
1 parent 4f56826 commit 3d71549
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
15 changes: 13 additions & 2 deletions analysis/CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
*** 1.2 ***
=== Version 2.0.0 ===

Support for the specification of an IDP solver URL
Support for the specification of a local path to the 'pars' executable
Support for integration with Stemweb phylogenetic analysis
Allow stemmata to have meaningful names
Handle the existence of undirected stemma graphs
Catch bad Dot input for new / edited stemma graphs
Return extra information in Analysis data structure
Various and sundry bugfixes and improvements

=== Version 1.2 ===

Adopt more generalized relationship scheme in Text::Tradition 1.2
Tweaks to analysis routines

*** 1.1 ***
=== Version 1.1 ===

Initial release
1 change: 1 addition & 0 deletions analysis/MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
idp_server
script
lib/Text/Tradition/Analysis/IDPUtil.pm
2 changes: 1 addition & 1 deletion analysis/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires( 'LWP::UserAgent' );
requires( 'Moose' );
requires( 'Moose::Role' );
requires( 'Set::Scalar' );
requires( 'Text::Tradition' => '1.2' );
requires( 'Text::Tradition' => '2.0.0' );
requires( 'Text::Tradition::Error' );
requires( 'TryCatch' );

Expand Down
2 changes: 1 addition & 1 deletion analysis/lib/Text/Tradition/Analysis.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use TryCatch;

use vars qw/ @EXPORT_OK $VERSION /;
@EXPORT_OK = qw/ run_analysis group_variants analyze_variant_location wit_stringify /;
$VERSION = "1.3";
$VERSION = "2.0.0";


my $DEFAULT_SOLVER_URL = 'http://perf.byzantini.st/cgi-bin/graphcalc.cgi';
Expand Down

0 comments on commit 3d71549

Please sign in to comment.