Skip to content

Commit cb775f8

Browse files
committed
Release 1.6
1 parent d24dee1 commit cb775f8

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release 1.6
2+
- new aligorithm based on Greedy String Tiling
3+
- Java 8 now required
4+
- provide our own implementation of variant graphs
5+
- remove optional and seldomly used integrations with Neo4j and Apache Cocoon
6+
- turn collatex-core into a self-contained library, independent of other components
7+
- package collatex-tools as a self-contained, shaded JAR
8+
19
Release 1.5.1
210
- Extended the normalization in the javascript alignment table rendering to not only trim
311
whitespace but also lowercase the tokens.
@@ -8,7 +16,7 @@ Release 1.5
816
- Feature: Punctuation is now treated as separate tokens by default in the web-service and command-line tool.
917
- Transposition limiter is moved from the Transposition Detector class to the DekkerAlgorithm class.
1018
- The transposition detector is rewritten. It no longer works from left to right, but from largest
11-
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
19+
moved distance to smallest moved distance. This improves the alignment result in case of longer witnesses.
1220
- Improved handling of competing blocks of text in the IslandConflictResolver.
1321
- Fix: When splitting island in the IslandConflictResolver resulting islands were only
1422
kept if there were of size two and up. Now they are kept if they are of size one and up.

collatex-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>eu.interedition</groupId>
77
<artifactId>collatex</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.6</version>
99
</parent>
1010
<artifactId>collatex-core</artifactId>
11-
<version>1.5.2-SNAPSHOT</version>
11+
<version>1.6</version>
1212
<name>CollateX Core</name>
1313
<description>A Java library for collating textual sources, for example, to produce an apparatus.</description>
1414
</project>

collatex-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>eu.interedition</groupId>
77
<artifactId>collatex</artifactId>
8-
<version>1.5.2-SNAPSHOT</version>
8+
<version>1.6</version>
99
</parent>
1010
<artifactId>collatex-tools</artifactId>
11-
<version>1.5.2-SNAPSHOT</version>
11+
<version>1.6</version>
1212
<name>CollateX Tools</name>
1313
<description>CollateX Tool Suite including a command line interface and a HTTP service</description>
1414
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>eu.interedition</groupId>
66
<artifactId>collatex</artifactId>
7-
<version>1.5.2-SNAPSHOT</version>
7+
<version>1.6</version>
88
<packaging>pom</packaging>
99
<name>CollateX</name>
1010
<description>Software for collating textual sources, for example, to produce an apparatus.</description>

0 commit comments

Comments
 (0)