UMAP.jl Versions Save

Uniform Manifold Approximation and Projection (UMAP) implementation in Julia

v0.1.11

3 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])

v0.1.10

1 year ago

UMAP v0.1.10

Diff since v0.1.9

Closed issues:

  • upgrade dependencies (#46)

v0.1.9

2 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])

v0.1.8

3 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])

v0.1.7

3 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])

v0.1.6

3 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])

v0.1.5

4 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:

v0.1.4

4 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)

v0.1.3

5 years ago

v0.1.2

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.