UMAP.jl

Uniform Manifold Approximation and Projection (UMAP) implementation in Julia

MIT License

Stars
130
Committers
6

Bot releases are visible (Hide)

UMAP.jl - v0.1.11 Latest Release

Published by github-actions[bot] 9 months ago

UMAP v0.1.11

Diff since v0.1.10

Merged pull requests:

  • CompatHelper: bump compat for "LsqFit" to "0.14" (#56) (@github-actions[bot])
  • CompatHelper: bump compat for "LsqFit" to "0.15" (#57) (@github-actions[bot])
UMAP.jl - v0.1.10

Published by github-actions[bot] over 1 year ago

UMAP v0.1.10

Diff since v0.1.9

Closed issues:

  • upgrade dependencies (#46)
UMAP.jl - v0.1.9

Published by github-actions[bot] almost 3 years ago

UMAP v0.1.9

Diff since v0.1.8

Closed issues:

  • ERROR: MethodError: Cannot convert an object of type (#34)

Merged pull requests:

  • CompatHelper: bump compat for "LsqFit" to "0.12" (#38) (@github-actions[bot])
  • CompatHelper: bump compat for "Arpack" to "0.5" (#39) (@github-actions[bot])
UMAP.jl - v0.1.8

Published by github-actions[bot] about 4 years ago

UMAP v0.1.8

Diff since v0.1.7

Closed issues:

  • Isn't the input data row-major? (#32)

Merged pull requests:

  • modified _knn_from_dists to enable very large distance matrices (#33) (@kragol)
  • CompatHelper: bump compat for "Distances" to "0.10" (#35) (@github-actions[bot])
UMAP.jl - v0.1.7

Published by github-actions[bot] about 4 years ago

UMAP v0.1.7

Diff since v0.1.6

Closed issues:

  • DescentGraph not defined (#30)

Merged pull requests:

  • CompatHelper: bump compat for "LsqFit" to "0.11" (#31) (@github-actions[bot])
UMAP.jl - v0.1.6

Published by github-actions[bot] over 4 years ago

UMAP v0.1.6

Diff since v0.1.5

Merged pull requests:

  • CompatHelper: bump compat for "LsqFit" to "0.9" (#23) (@github-actions[bot])
  • CompatHelper: bump compat for "LsqFit" to "0.10" (#24) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#25) (@JuliaTagBot)
  • add transform data functionality (#26) (@sanjmohan)
  • CompatHelper: bump compat for "Distances" to "0.9" (#28) (@github-actions[bot])
UMAP.jl - v0.1.5

Published by julia-tagbot[bot] almost 5 years ago

v0.1.5 (2019-12-27)

Diff since v0.1.4

Closed issues:

  • Error in spectral layout on master (#16)

Merged pull requests:

UMAP.jl - v0.1.4

Published by julia-tagbot[bot] over 5 years ago

v0.1.4 (2019-06-14)

Diff since v0.1.3

Closed issues:

  • Float32 (#10)
  • UMAP from distance matrix? (#8)

Merged pull requests:

  • Relax type constraints; fix Float32 bug; which=:SR (#11) (dillondaudert)
UMAP.jl - v0.1.3

Published by julia-tagbot[bot] over 5 years ago

UMAP.jl - v0.1.2

Published by dillondaudert over 5 years ago

Implemented local_connectivity.
Fixed bug in smooth_knn_dists where an error was thrown if all k nearest neighbors to a point had distances of 0.

UMAP.jl - v0.1.1

Published by dillondaudert almost 6 years ago

Update uuid; use latest NearestNeighborDescent

UMAP.jl - v0.1.0

Published by dillondaudert almost 6 years ago

Package Rankings
Top 9.15% on Juliahub.com
Badges
Extracted from project README
Coverage Status codecov
Related Projects