You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsne-core/pom.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@
12
12
<!-- 2.5.0: Moved TSneConfiguration to better package location -->
13
13
<!-- 2.5.1: Added check method -->
14
14
<!-- 2.6.0: Cleanups and simplification of some parallelism -->
15
-
<!-- 2.6.0: Fixed hanging in "Learning Embedding" with small datasets (https://github.com/lejon/T-SNE-Java/issues/14) -->
16
-
<version>2.6.1</version>
15
+
<!-- 2.6.1: Fixed hanging in "Learning Embedding" with small datasets (https://github.com/lejon/T-SNE-Java/issues/14) -->
16
+
<!-- 2.6.2: More parallelization simplifications. Have seen up to 50% better performance, but this is not rigorously measured, but better performance than 2.5.1 for sure -->
0 commit comments