Skip to content

Commit

Permalink
Update NEWS for new submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmelville committed Apr 6, 2019
1 parent 4877a0a commit a872f97
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# uwot 0.1.0
# uwot 0.1.2

Initial CRAN release.

## New features

* New parameter, `tmpdir`, which allows the user to specify the temporary
directory where nearest neighbor indexes will be written during Annoy
nearest neighbor search. The default is `base::tempdir()`. Only used if
`n_threads > 1` and `nn_method = "annoy"`.

## Bug fixes and minor improvements

* Fixed an issue with `lvish` where there was an off-by-one error when
calculating input probabilities.

* Added a safe-guard to `lvish` to prevent the gaussian precision, beta,
becoming overly large when the binary search fails during perplexity
calibration.

* The `lvish` perplexity calibration uses the log-sum-exp trick to avoid
numeric underflow if beta becomes large.

# uwot 0.0.0.9010 (31 March 2019)

## New features
Expand Down

0 comments on commit a872f97

Please sign in to comment.