Skip to content

CRAN release 0.1.10

Compare
Choose a tag to compare
@jlmelville jlmelville released this 15 Dec 15:32
· 336 commits to master since this release

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

  • Passing in data with missing values will now raise an error early. Missing data in factor columns intended for supervised UMAP is still ok. Thank you David McGaughey for tweeting about this issue.
  • The documentation for the return value of umap and tumap now note that the contents of the model list are subject to change and not intended to be part of the uwot public API. I recommend not relying on the structure of the model, especially if your package is intended to appear on CRAN or Bioconductor, as any breakages will delay future releases of uwot to CRAN.