Skip to content

Commit

Permalink
Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Feb 21, 2015
1 parent d24dee1 commit cb775f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release 1.6
- new aligorithm based on Greedy String Tiling
- Java 8 now required
- provide our own implementation of variant graphs
- remove optional and seldomly used integrations with Neo4j and Apache Cocoon
- turn collatex-core into a self-contained library, independent of other components
- package collatex-tools as a self-contained, shaded JAR

Release 1.5.1
- Extended the normalization in the javascript alignment table rendering to not only trim
whitespace but also lowercase the tokens.
Expand All @@ -8,7 +16,7 @@ Release 1.5
- Feature: Punctuation is now treated as separate tokens by default in the web-service and command-line tool.
- Transposition limiter is moved from the Transposition Detector class to the DekkerAlgorithm class.
- The transposition detector is rewritten. It no longer works from left to right, but from largest
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
- Improved handling of competing blocks of text in the IslandConflictResolver.
- Fix: When splitting island in the IslandConflictResolver resulting islands were only
kept if there were of size two and up. Now they are kept if they are of size one and up.
Expand Down
4 changes: 2 additions & 2 deletions collatex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.6</version>
</parent>
<artifactId>collatex-core</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.6</version>
<name>CollateX Core</name>
<description>A Java library for collating textual sources, for example, to produce an apparatus.</description>
</project>
4 changes: 2 additions & 2 deletions collatex-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.6</version>
</parent>
<artifactId>collatex-tools</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.6</version>
<name>CollateX Tools</name>
<description>CollateX Tool Suite including a command line interface and a HTTP service</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.interedition</groupId>
<artifactId>collatex</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>
<name>CollateX</name>
<description>Software for collating textual sources, for example, to produce an apparatus.</description>
Expand Down

0 comments on commit cb775f8

Please sign in to comment.