CRAN release 0.1.10
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
andtumap
now note that the contents of themodel
list are subject to change and not intended to be part of the uwot public API. I recommend not relying on the structure of themodel
, especially if your package is intended to appear on CRAN or Bioconductor, as any breakages will delay future releases of uwot to CRAN.