Skip to content

Commit

Permalink
Bumped POM with new parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
lejon committed Nov 9, 2016
1 parent 8bbac0f commit dda5256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tsne-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<!-- v2.0.0: Barnes Hut Implementation -->
<!-- 2.1.0: Added support for configurable theta -->
<!-- 2.2.0: Substantial improvements in parallelization -->
<version>2.2.0</version>
<!-- 2.3.0: Substantial improvements in parallelization. Added parallelization of vp tree search-->
<version>2.3.0</version>
<name>Java T-SNE</name>

<properties>
Expand Down
5 changes: 3 additions & 2 deletions tsne-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<!-- 2.1.0: Added support for configurable theta -->
<!-- 2.2.0: Use latest core with better parallelization performance -->
<!-- 2.3.0: Added option to output 3 dims (2D (default) or 3D) -->
<version>2.3.0</version>
<!-- 2.4.0: Use latest core with better parallelization performance (VP Tree search) -->
<version>2.4.0</version>
<name>Java T-SNE Demos</name>

<properties>
Expand Down Expand Up @@ -35,7 +36,7 @@
<dependency>
<groupId>com.jujutsu.tsne</groupId>
<artifactId>tsne</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<!-- http://mvnrepository.com/artifact/com.github.yannrichet/JMathPlot -->
<dependency>
Expand Down

0 comments on commit dda5256

Please sign in to comment.