all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66389] [PATCH] gnu: Add python-emcee.
@ 2023-10-07 12:08 Vinicius Monego
  2023-10-23 21:53 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2023-10-07 12:08 UTC (permalink / raw)
  To: 66389; +Cc: Vinicius Monego

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#66389] [PATCH] gnu: Add python-emcee.
  2023-10-07 12:08 [bug#66389] [PATCH] gnu: Add python-emcee Vinicius Monego
@ 2023-10-23 21:53 ` Ludovic Courtès
  2023-11-03 22:45   ` bug#66389: " Vinicius Monego
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-10-23 21:53 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 66389

Vinicius Monego <monego@posteo.net> skribis:

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

LGTM!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#66389: [PATCH] gnu: Add python-emcee.
  2023-10-23 21:53 ` Ludovic Courtès
@ 2023-11-03 22:45   ` Vinicius Monego
  0 siblings, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2023-11-03 22:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 66389-done

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!





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-03 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-07 12:08 [bug#66389] [PATCH] gnu: Add python-emcee Vinicius Monego
2023-10-23 21:53 ` Ludovic Courtès
2023-11-03 22:45   ` bug#66389: " Vinicius Monego

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.