GNU bug report logs -
#74497
[PATCH 00/46] Astro update 2024/11.
Previous Next
Full log
Message #14 received at 74497 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/statistics.scm (python-kalepy): New variable.
Change-Id: I1bdaedd07f6149eeffe115eb30c17035a0ed75fd
---
gnu/packages/statistics.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7089030fcc..2f48598f87 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2023 Troy Figiel <troy <at> troyfigiel.com>
;;; Copyright © 2024 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2024 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2385,6 +2386,37 @@ (define-public python-patsy
;; and is covered by the PSFL.
(license (list license:bsd-2 license:psfl))))
+(define-public python-kalepy
+ (package
+ (name "python-kalepy")
+ (version "1.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "kalepy" version))
+ (sha256
+ (base32 "1a1d98vjkjs8zwx4hdss3gv67jyf25mmsrdc5qi8hpxminkizb6w"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-matplotlib
+ python-numba
+ python-numpy
+ python-scipy
+ python-six))
+ (home-page "https://github.com/lzkelley/kalepy")
+ (synopsis "Kernel Density Estimation (KDE) and sampling")
+ (description
+ "This package performs KDE operations on multidimensional data to
+calculate estimated PDFs (probability distribution functions), and resample
+new data from those PDFs.")
+ ;; MIT - setup.py
+ ;; GPL3+ - LICENSE
+ (license (list license:gpl3+ license:expat))))
+
(define-public python-lifelines
(package
(name "python-lifelines")
--
2.46.0
This bug report was last modified 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.