[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/64: gnu: Add python-fastcluster.
From: |
guix-commits |
Subject: |
16/64: gnu: Add python-fastcluster. |
Date: |
Thu, 2 May 2024 10:52:24 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit c4ea8f9fa2d809166ff286fd2698d84ff90e1967
Author: Marco Baggio <marco.baggio@mdc-berlin.de>
AuthorDate: Mon Apr 29 14:09:41 2024 +0200
gnu: Add python-fastcluster.
* gnu/packages/python-science.scm (python-fastcluster): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: Ifc5229a4d00f581eb358a1f41fc3479fd1c33c2e
---
gnu/packages/python-science.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b485a2ecd8..190dca5d06 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2024 Marco Baggio <marco.baggio@mdc-berlin.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1230,6 +1231,26 @@ region of practical equivalence (rope), or that the
second classifier has
higher scores.")
(license license:expat)))
+(define-public python-fastcluster
+ (package
+ (name "python-fastcluster")
+ (version "1.2.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fastcluster" version))
+ (sha256
+ (base32 "19labbgnq85p4r4jbli2p045lgh57larhi2g2anagfxnlzpqdf5a"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-numpy))
+ (native-inputs (list python-scipy))
+ (home-page "https://danifold.net/fastcluster.html")
+ (synopsis "Fast hierarchical clustering routines for R and Python")
+ (description "The fastcluster package implements seven common hierarchical
+clustering schemes efficiently. The package is made with two interfaces to
+standard software: R and Python.")
+ (license license:bsd-2)))
+
(define-public python-fbpca
(package
(name "python-fbpca")
- 10/64: gnu: Add python-nbmake., (continued)
- 10/64: gnu: Add python-nbmake., guix-commits, 2024/05/02
- 18/64: gnu: Add python-qdldl., guix-commits, 2024/05/02
- 20/64: gnu: Add python-ecos., guix-commits, 2024/05/02
- 26/64: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/02
- 31/64: gnu: python-scikit-learn: Update to 1.4.2., guix-commits, 2024/05/02
- 30/64: gnu: python-cython-3: Update to 3.0.8., guix-commits, 2024/05/02
- 35/64: gnu: Add apache-orc., guix-commits, 2024/05/02
- 11/64: gnu: Add python-colorcet., guix-commits, 2024/05/02
- 13/64: gnu: Add python-param., guix-commits, 2024/05/02
- 15/64: gnu: Add python-clarabel., guix-commits, 2024/05/02
- 16/64: gnu: Add python-fastcluster.,
guix-commits <=
- 19/64: gnu: Add python-osqp., guix-commits, 2024/05/02
- 23/64: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/02
- 21/64: gnu: Add python-cvxpy., guix-commits, 2024/05/02
- 22/64: gnu: Add python-metacells., guix-commits, 2024/05/02
- 24/64: gnu: python-scikit-opt: Add missing input., guix-commits, 2024/05/02
- 28/64: gnu: tadbit: Use G-expression., guix-commits, 2024/05/02
- 33/64: gnu: python-tabulate: Update to 0.9.0., guix-commits, 2024/05/02
- 17/64: gnu: Add python-scs., guix-commits, 2024/05/02
- 27/64: gnu: r-reticulate: Update to 1.36.1., guix-commits, 2024/05/02
- 29/64: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/02