uwot 0.1.16

Bug fixes and minor improvements

uwot 0.1.15

New features:

Bug fixes and minor improvements

uwot 0.1.14

New features

Bug fixes and minor improvements

uwot 0.1.13

uwot 0.1.12

New features

Bug fixes and minor improvements

uwot 0.1.11

New features

Bug fixes and minor improvements

uwot 0.1.10

This release is mainly to allow for some internal changes to keep compatibility with RcppAnnoy, used for the nearest neighbor calculations.

Bug fixes and minor improvements

uwot 0.1.9

New features

Bug fixes and minor improvements

uwot 0.1.8

Bug fixes and minor improvements

uwot 0.1.7

Bug fixes and minor improvements

uwot 0.1.6

New features

Bug fixes and minor improvements

uwot 0.1.5

Bug fixes and minor improvements

uwot 0.1.4

Bug fixes and minor improvements

uwot 0.1.3

Bug fixes and minor improvements

Known issue

Even with a fix for the bug mentioned above, if the nearest neighbor index file is larger than 2GB in size, Annoy may not be able to read the data back in. This should only occur with very large or high-dimensional datasets. The nearest neighbor search will fail under these conditions. A work-around is to set n_threads = 0, because the index will not be written to disk and re-loaded under these circumstances, at the cost of a longer search time. Alternatively, set the pca parameter to reduce the dimensionality or lower n_trees, both of which will reduce the size of the index on disk. However, either may lower the accuracy of the nearest neighbor results.

uwot 0.1.2

Initial CRAN release.

New features

Bug fixes and minor improvements

uwot 0.0.0.9010 (31 March 2019)

New features

Bug fixes and minor improvements

uwot 0.0.0.9009 (1 January 2019)

Bug fixes and minor improvements

uwot 0.0.0.9008 (December 23 2018)

New features

Bug fixes and minor improvements

uwot 0.0.0.9007 (December 9 2018)

New features

Bug fixes and minor improvements

uwot 0.0.0.9006 (December 5 2018)

New features

uwot 0.0.0.9005 (November 4 2018)

New features

uwot 0.0.0.9004 (October 21 2018)

New features

uwot 0.0.0.9003 (September 22 2018)

New features

Bug fixes and minor improvements

uwot 0.0.0.9002 (August 14 2018)

Bug fixes and minor improvements

uwot 0.0.0.9001

New features