From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gDokCJhPzmRZawEASxT56A (envelope-from ) for ; Sat, 05 Aug 2023 15:33:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id ABz1B5hPzmRZbwAA9RJhRA (envelope-from ) for ; Sat, 05 Aug 2023 15:33:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D3CBB42068 for ; Sat, 5 Aug 2023 15:33:11 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qmBCKIjW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691242391; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=uLINuCHBkTQbnscZhXjXoga4s3Hfn4sAnWwUvnYG8FM=; b=pGQFzGDk4cLStwrs7+0rXD0F4dfozOmKo4Sy0tsy2OlqQGFl66Ba9hx2s4Xv5PLCh0+zA6 GdcolXfC6HacRiya/giZscqPJHyuHNF2vP5CWeOwUZ1sP/PDW1hkbnZLqBzFB61PUkokOK cwv3FN4lSOf88dWUx8KAKG7cPvW4zjaYaQ0a41qavhJapQMn/i1oOL6IYPFBqu/pvZemdQ zI7p/oBEJbP0YUYRadKUGPiVe0JVdWHUAN2AGiAwECRdHFVc+NdkelJbMvHdRZC6RpC5OO FnM07PbAypanyCCA5z0KHS+D5UNOJbqdl3DoyxPRbwKXzgL18iU6qscH5ZJ1og== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qmBCKIjW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691242391; a=rsa-sha256; cv=none; b=iZE2FefF01MoiMPl1jEfEBXckWME82KkJPbMWPomZPL4QoVbF7uzNJddJf/B7CD5VqCZ6L WJaUCx2vIpxnQCoPvysnU6uOSiu4QGfzhhrYFXhxTRdu+puHuiuutdVE6xVNrxf/stE2lN zyZ5thIRf/NsaSRm35Nf0ePTy+4/QH1qMHg0F9goCPhMRJ5A6MiQxDxMqyueg9pYD38S08 glWaCo53BHI3nACI7tLlLYirI+G+JY5WupkmNMUDi8k/mp3pvN1/qwifX0OkF9SuK+j+N+ S/4fllSPwOgGbuKR9NMwJXkakrZ006jsQXrsWaD1pQMfY8MhIFrTkQoVxnIvBw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSHOz-0000c0-Sd; Sat, 05 Aug 2023 09:33:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSHOx-0000ae-KQ for guix-patches@gnu.org; Sat, 05 Aug 2023 09:33:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qSHOx-00068H-CF for guix-patches@gnu.org; Sat, 05 Aug 2023 09:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qSHOx-0006TQ-8K for guix-patches@gnu.org; Sat, 05 Aug 2023 09:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65096] [PATCH 09/10] gnu: Add python-chaospy. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Aug 2023 13:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65096 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65096@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 65096-submit@debbugs.gnu.org id=B65096.169124234024789 (code B ref 65096); Sat, 05 Aug 2023 13:33:03 +0000 Received: (at 65096) by debbugs.gnu.org; 5 Aug 2023 13:32:20 +0000 Received: from localhost ([127.0.0.1]:56229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSHOF-0006Rl-J7 for submit@debbugs.gnu.org; Sat, 05 Aug 2023 09:32:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41025) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSHOD-0006RE-N8 for 65096@debbugs.gnu.org; Sat, 05 Aug 2023 09:32:18 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2D4BE240101 for <65096@debbugs.gnu.org>; Sat, 5 Aug 2023 15:32:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1691242332; bh=2X5J32XYu+XGTC2OtArPwq/XAV8+rCGi2Q801wWfU3M=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=qmBCKIjW13iAKj86i6RlMv1z1NkFoCrFBJPK6dL/kckXyNWHIKbpF/0Unbgl1LnRA JNapg6my2hvoNNA15fqIMydclS5SUAtWJtHKHa7ch4kadbJ6BZhA/mTnpKJiiE1xAf f3Z1gEYHpHMm69QIn42j9+lWmsC/PhcXUzlmeF5XgGdWjN5uJ0h+tP3sTztqekaoWb Sru4TFwup8nbZAYyQ5Cj0Zv7NC0SzXuGfWwhfgOBmIQJSf2mcVs2PsWIy42q5imxUq rYUI/VoacC/wEM68V8KtxFAJ27WAHBTKKa6/XMLeTMI10WP1jHkMCjWnfAFhX35klk QD/lM5P1Maelg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RJ3Qz2lmYz6ty3; Sat, 5 Aug 2023 15:32:11 +0200 (CEST) From: Vinicius Monego Date: Sat, 5 Aug 2023 13:31:22 +0000 Message-Id: <20230805133123.1128243-9-monego@posteo.net> In-Reply-To: <20230805133123.1128243-1-monego@posteo.net> References: <20230805133123.1128243-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: D3CBB42068 X-Migadu-Scanner: mx1.migadu.com X-Spam-Score: 4.15 X-Migadu-Spam-Score: 4.15 X-TUID: 53zWZY2Fr9Bu * gnu/packages/statistics.scm (python-chaospy): New variable. --- gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dc620b13a1..2aecd5b8e3 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2231,6 +2231,32 @@ (define-public python-pymc inference (VI) algorithms.") (license license:asl2.0))) +(define-public python-chaospy + (package + (name "python-chaospy") + (version "4.3.13") + (source (origin ;; PyPI misses Pytest fixtures. + (method git-fetch) + (uri (git-reference + (url "https://github.com/jonathf/chaospy") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bn4jmwygs5h0dskbniivj20qblgm75pyi9hcjf47r25kawd730m")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-importlib-metadata python-numpoly + python-numpy python-scipy)) + (native-inputs (list python-pytest python-scikit-learn)) + (home-page "https://chaospy.readthedocs.io/en/master/") + (synopsis "Numerical tool for performing uncertainty quantification") + (description "Chaospy is a numerical toolbox for performing uncertainty +quantification using polynomial chaos expansions, advanced Monte Carlo +methods implemented in Python. It also include a full suite of tools for +doing low-discrepancy sampling, quadrature creation, polynomial manipulations, +and a lot more.") + (license license:expat))) + (define-public python-patsy (package (name "python-patsy") -- 2.34.1