Skip to content

Commit

Permalink
Update to Arithcode v1.2 (#2)
Browse files Browse the repository at this point in the history
* Update to arithcode-1.2

* Bump simile-vicino version to 1.2
  • Loading branch information
tfmorris authored Jul 25, 2020
1 parent b4d14c2 commit 653dc6f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed lib-src/arithcode-1.1-sources.jar
Binary file not shown.
Binary file added lib-src/arithcode-1.2-sources.jar
Binary file not shown.
Binary file removed lib/arithcode-1.1.jar
Binary file not shown.
Binary file added lib/arithcode-1.2.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>vicino</artifactId>
<version>1.1</version>
<version>1.2</version>
<name>SIMILE Vicino</name>
<url>https://github.com/OpenRefine/simile-vicino</url>
<description>Vicino is near-neightbor search tool. The idea is be able to query data by distance search, with pluggable distance functions.</description>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>arithcode</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-compress</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/edu/mit/simile/vicino/distances/PPMDistance.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import java.io.ByteArrayOutputStream;
import java.io.IOException;

import com.colloquial.arithcode.ArithCodeOutputStream;
import com.colloquial.arithcode.PPMModel;
import com.colloquial.arithcode.ppm.ArithCodeOutputStream;
import com.colloquial.arithcode.ppm.PPMModel;

public class PPMDistance extends PseudoMetricDistance {

Expand Down

0 comments on commit 653dc6f

Please sign in to comment.