GNU bug report logs - #66389
[PATCH] gnu: Add python-emcee.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 7 Oct 2023 12:10:02 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66389 in the body.
You can then email your comments to 66389 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66389; Package guix-patches. (Sat, 07 Oct 2023 12:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 07 Oct 2023 12:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
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





Information forwarded to guix-patches <at> gnu.org:
bug#66389; Package guix-patches. (Mon, 23 Oct 2023 21:54:02 GMT) Full text and rfc822 format available.

Message #8 received at 66389 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 66389 <at> debbugs.gnu.org
Subject: Re: [bug#66389] [PATCH] gnu: Add python-emcee.
Date: Mon, 23 Oct 2023 23:53:05 +0200
Vinicius Monego <monego <at> posteo.net> skribis:

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

LGTM!




Reply sent to Vinicius Monego <monego <at> posteo.net>:
You have taken responsibility. (Fri, 03 Nov 2023 22:47:01 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Fri, 03 Nov 2023 22:47:02 GMT) Full text and rfc822 format available.

Message #13 received at 66389-done <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 66389-done <at> debbugs.gnu.org
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 <at> posteo.net> skribis:
>
>> * gnu/packages/statistics.scm (python-emcee): New variable.
> LGTM!

Applied, thanks!





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Dec 2023 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.