Releases: libscran/umappp
Releases · libscran/umappp
v3.0.0
- Actually use Gauss-Newton + Levenberg-Marquardt dampening in the
a
/b
search.
- Use Newton's method to find the
sigma
for computing neighbor similarities.
- Updated code for the latest knncolle interface.
v2.0.1
- Bumped up the
min_dist
to 0.1 to match uwot::umap2
's default.
- Don't rely on an extra template argument only available in the latest irlba.
v2.0.0
- Switch from classes to a free
initialize()
function with an Options
argument.