summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-04 09:43:11 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-04 09:43:11 +0100
commit4c1c67e888c40bb5b7ec0c6c3e4ab013b0e00e5e (patch)
tree1f5054ccf3f868a40d9e322c543d5afc47e209dd
parent16ee065aa006e4cd8982e26cd0430f9e018874ad (diff)
gnu: python-umap-learn: Update to 0.5.8.
* gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.8. Change-Id: Ia399c994bdb2092a19a9a179d0d592d0e1626529
-rw-r--r--gnu/packages/machine-learning.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index d73fe8f0469..59131628ac9 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4342,7 +4342,7 @@ methodxs at scale on CPU or GPU.")
(define-public python-umap-learn
(package
(name "python-umap-learn")
- (version "0.5.6")
+ (version "0.5.8")
(source
(origin
(method git-fetch) ;no tests in pypi release
@@ -4351,8 +4351,7 @@ methodxs at scale on CPU or GPU.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0rb0nx0zwi5gddiqil20ssqwb45a8w9fk65bnam001kp7vqjb9ky"))))
+ (base32 "0pdlb6qn9vnvabksiabxmcj30j8ff7526mz1qszrbdl5kh2sl7sm"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4376,9 +4375,10 @@ methodxs at scale on CPU or GPU.")
python-tqdm))
(home-page "https://github.com/lmcinnes/umap")
(synopsis "Uniform Manifold Approximation and Projection")
- (description "Uniform Manifold Approximation and Projection is a dimension
-reduction technique that can be used for visualization similarly to t-SNE, but
-also for general non-linear dimension reduction.")
+ (description
+ "Uniform Manifold Approximation and Projection is a dimension reduction
+technique that can be used for visualization similarly to t-SNE, but also for
+general non-linear dimension reduction.")
(license license:bsd-3)))
;; Requires AVX2 on x86_64-linux.