emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#66389: closed ([PATCH] gnu: Add python-emcee.)


From: GNU bug Tracking System
Subject: bug#66389: closed ([PATCH] gnu: Add python-emcee.)
Date: Fri, 03 Nov 2023 22:47:01 +0000

Your message dated Fri,  3 Nov 2023 22:45:46 +0000
with message-id <aaea67c7-5387-48c0-8e7b-a03189ebcbfd@posteo.net>
and subject line Re: [bug#66389] [PATCH] gnu: Add python-emcee.
has caused the debbugs.gnu.org bug report #66389,
regarding [PATCH] gnu: Add python-emcee.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66389: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66389
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-emcee. Date: Sat, 7 Oct 2023 12:08:41 +0000
* gnu/packages/statistics.scm (python-emcee): New variable.
---
 gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index df6ae4497c..e100593284 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2354,6 +2354,29 @@ (define-public python-mapie
 conformal prediction methods intervals.")
     (license license:bsd-3)))
 
+(define-public python-emcee
+  (package
+    (name "python-emcee")
+    (version "3.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "emcee" version))
+       (sha256
+        (base32 "1vbz67cwzig28dlndkm6g246p1vcvj6yy2w65z8cdyffigf1j3lf"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-numpy))
+    (native-inputs (list python-coverage
+                         python-pytest
+                         python-pytest-cov
+                         python-setuptools-scm))
+    (home-page "https://emcee.readthedocs.io/en/stable/";)
+    (synopsis "Ensemble sampling toolkit for MCMC")
+    (description
+     "@code{emcee} is a Python implementation of the affine-invariant ensemble
+sampler for Markov chain Monte Carlo (MCMC).")
+    (license license:expat)))
+
 (define-public python-statsmodels
   (package
     (name "python-statsmodels")

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66389] [PATCH] gnu: Add python-emcee. Date: Fri, 3 Nov 2023 22:45:46 +0000
Em 23/10/2023 18:53, Ludovic Courtès escreveu:
Vinicius Monego <monego@posteo.net> skribis:

* gnu/packages/statistics.scm (python-emcee): New variable.
LGTM!

Applied, thanks!



--- End Message ---

reply via email to

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