unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66388] [PATCH] gnu: Add python-salib.
@ 2023-10-07 12:08 Vinicius Monego
  2023-10-23 21:52 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2023-10-07 12:08 UTC (permalink / raw)
  To: 66388; +Cc: Vinicius Monego

* gnu/packages/python-science.scm (python-salib): New variable.
---
 gnu/packages/python-science.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2dad8a2537..0916eafcb7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2050,6 +2050,33 @@ (define-public python-vaex-core
 tabular datasets.  This package provides the core modules of Vaex.")
     (license license:expat)))
 
+(define-public python-salib
+  (package
+    (name "python-salib")
+    (version "1.4.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/SALib/SALib")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "18xfyzircsx2q2lmfc9lxb6xvkxicnc83qzghd7df1jsprr5ymch"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-matplotlib
+                             python-multiprocess
+                             python-numpy
+                             python-pandas
+                             python-scipy))
+    (native-inputs (list python-hatchling python-pytest python-pytest-cov))
+    (home-page "https://salib.readthedocs.io/en/latest/")
+    (synopsis "Tools for global sensitivity analysis")
+    (description "SALib provides tools for global sensitivity analysis.  It
+contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and
+fractional factorial methods.")
+    (license license:expat)))
+
 (define-public python-pylems
   (package
     (name "python-pylems")

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
-- 
2.39.2





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

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

Vinicius Monego <monego@posteo.net> skribis:

> * gnu/packages/python-science.scm (python-salib): New variable.

LGTM!




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

* bug#66388: [PATCH] gnu: Add python-salib.
  2023-10-23 21:52 ` 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: 66388-done

Em 23/10/2023 18:52, Ludovic Courtès escreveu:
> Vinicius Monego <monego@posteo.net> skribis:
>
>> * gnu/packages/python-science.scm (python-salib): New variable.
> LGTM!


Applied, thanks!





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

end of thread, other threads:[~2023-11-03 22:45 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#66388] [PATCH] gnu: Add python-salib Vinicius Monego
2023-10-23 21:52 ` Ludovic Courtès
2023-11-03 22:45   ` bug#66388: " Vinicius Monego

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).