guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64134] [PATCH 07/17] gnu: Add python-pyhdfe.


From: Vinicius Monego
Subject: [bug#64134] [PATCH 07/17] gnu: Add python-pyhdfe.
Date: Sat, 17 Jun 2023 15:18:30 +0000

* gnu/packages/statistics.scm (python-pyhdfe): New variable.
---
 gnu/packages/statistics.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 67466ed3b9..9337a40f7b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6634,6 +6634,26 @@ (define-public r-languageserver
 completion.")
       (license license:expat))))
 
+(define-public python-pyhdfe
+  (package
+    (name "python-pyhdfe")
+    (version "0.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pyhdfe" version))
+              (sha256
+               (base32
+                "0cl4i0irc13r5z73lasfwi75zq9wk56r93h26crm0r9ajb8fa1m9"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-numpy python-scipy))
+    (native-inputs (list python-pytest python-pytest-xdist))
+    (home-page "https://github.com/jeffgortmaker/pyhdfe";)
+    (synopsis "High dimensional fixed effect absorption")
+    (description
+     "PyHDFE is a Python 3 implementation of algorithms for absorbing high
+dimensional fixed effects.")
+     (license license:expat)))
+
 (define-public python-rpy2
   (package
     (name "python-rpy2")
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]