From unknown Fri Aug 15 20:50:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72133] [PATCH 0/2] Add python-pandapower and python-pandapipes Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jul 2024 01:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72133 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72133@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17210921991585 (code B ref -1); Tue, 16 Jul 2024 01:10:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jul 2024 01:09:59 +0000 Received: from localhost ([127.0.0.1]:60617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWhb-0000PV-2K for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:09:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:34442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWhZ-0000PM-J3 for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:09:58 -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 1sTWhW-0007UH-IA for guix-patches@gnu.org; Mon, 15 Jul 2024 21:09:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTWhU-0003iY-SC for guix-patches@gnu.org; Mon, 15 Jul 2024 21:09:54 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id BAB59240027 for ; Tue, 16 Jul 2024 03:09:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1721092188; bh=4Uo8Dpu2C3UmmPy9rz96shK5OaZhrKZUR7icT2bmraw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=SyvaAqUtFunbJF11ReIavPqsOZfy+AK32zGjnD3splM4x2eM7q98vPClNNLgHWqTt PS4BALHNMKprQMSeQWq8wcNH3Svc7ppEe4GglnqK5gQ2YzrDoVVRfmYznJv6WJUd4r 32yp4nsMBUTC0JrPhF1kH6HGXDwMTlEkS6nXbeNdt93WyP1FlytNdth16cUvPSDQEh oUB0XaJ1gCTpc97t6Dl5eJU0yrJE3u1IDIMiEz0XvmGKa4xKuojILhb/Z+R0jIjKAr SqVJrfsFRls0BBiq5ylAZN3Rc99AnzE/ihi5syp5v8uuHDRefQg+I//KGK6Zd6RLDL 7QOt9BidUh79w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WNLZg5KtZz6tvc; Tue, 16 Jul 2024 03:09:46 +0200 (CEST) From: Vinicius Monego Date: Tue, 16 Jul 2024 01:08:38 +0000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Vinicius Monego (2): gnu: Add python-pandapower. gnu: Add python-pandapipes. gnu/packages/engineering.scm | 59 ++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) base-commit: eb508e32d2d359c94d2cabebfe90dc32ca5dcf4f -- 2.39.2 From unknown Fri Aug 15 20:50:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72133] [PATCH 1/2] gnu: Add python-pandapower. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jul 2024 01:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72133 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72133@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 72133-submit@debbugs.gnu.org id=B72133.17210922871772 (code B ref 72133); Tue, 16 Jul 2024 01:12:02 +0000 Received: (at 72133) by debbugs.gnu.org; 16 Jul 2024 01:11:27 +0000 Received: from localhost ([127.0.0.1]:60622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWj0-0000SV-Gi for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:11:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]:36595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWiy-0000SB-RU for 72133@debbugs.gnu.org; Mon, 15 Jul 2024 21:11:25 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 51116240101 for <72133@debbugs.gnu.org>; Tue, 16 Jul 2024 03:11:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1721092276; bh=ifWp4P501l+Dw0HWHPB1M95I3XCijRDE5JkxyWtnYJQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=bmMZnk9vEkMu/omL2Km8aFUgVKxD7IQIQCIxLn5ePFdpzryXkVJJW3LPymf9fcjGV GGgIHVqY5xiPBrxhSyhnhfvb7U0i87iigPGRXy61n8V36LJV+hejND1J3KdkA8Fg3I D9xDvZ5i0Nlz1nzis3BoAqNQP7oarnNVdVont+XaS/xuJ8wmKKv3P6byjahXeobI3s 75l2DYejBwynakQQsh+1MihQRi/jCky7E83UXu3wcT9CKQNxtPB+wXpX0F+Q/J95rh hS4JaUJu4phqhMps0LIqzAQiATMdc73bwwB61pCKK90HSLpRPHkpxf7iSiy/WtBO+i QXUlsAs2a0QyA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WNLcM0KDlz6tvn; Tue, 16 Jul 2024 03:11:14 +0200 (CEST) From: Vinicius Monego Date: Tue, 16 Jul 2024 01:10:08 +0000 Message-Id: <6f763535fd29b3b0b82de04f8c6e4ccd0289c498.1721091992.git.monego@posteo.net> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/engineering.scm (python-pandapower): New variable. Change-Id: I08bbb31df0e8c9918f331c420eb2f3ac136b69a8 --- gnu/packages/engineering.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index cc9020c6fd..6e204e6b6d 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2627,6 +2627,40 @@ (define-public python-pyvisa measurement devices and test equipment via GPIB, RS232, Ethernet or USB.") (license license:expat))) +(define-public python-pandapower + (package + (name "python-pandapower") + (version "2.14.9") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pandapower" version ".zip")) + (sha256 + (base32 "0c5vgiq795kd5q4wcy2x7s3l7x9xdj2nqyfx188dmhgqckrym161")))) + (build-system pyproject-build-system) + (native-inputs (list python-pyproj python-pytest unzip)) + (propagated-inputs (list python-deepdiff + python-geojson + python-networkx + python-numpy + python-packaging + python-pandas + python-scipy + python-tqdm + python-typing-extensions)) + (home-page "https://www.pandapower.org/") + (synopsis "Power system modelling and analysis") + (description "@code{pandapower} is an easy to use network calculation +program aimed to automate the analysis and optimization of power systems. +It uses the data analysis library @code{pandas} and is compatible with the +commonly used @code{MATPOWER} / @code{PYPOWER} case format. @code{pandapower} +allows using different solvers including an improved Newton-Raphson power flow +implementation, all @code{PYPOWER} solvers, the C++ library solvers for fast +steady-state distribution power system analysis of @code{PowerGridModel}, the +Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the +@code{PowerModels.jl} library.") + (license license:bsd-3))) + (define-public python-scikit-rf (package (name "python-scikit-rf") -- 2.39.2 From unknown Fri Aug 15 20:50:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72133] [PATCH 2/2] gnu: Add python-pandapipes. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jul 2024 01:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72133 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72133@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 72133-submit@debbugs.gnu.org id=B72133.17210922901788 (code B ref 72133); Tue, 16 Jul 2024 01:12:02 +0000 Received: (at 72133) by debbugs.gnu.org; 16 Jul 2024 01:11:30 +0000 Received: from localhost ([127.0.0.1]:60625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWj3-0000Sl-VD for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:11:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59933) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWj2-0000SF-3E for 72133@debbugs.gnu.org; Mon, 15 Jul 2024 21:11:28 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 0369A240101 for <72133@debbugs.gnu.org>; Tue, 16 Jul 2024 03:11:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1721092280; bh=fznDdtXXjg97ILOJ/QHIsK70Ph7VkO3OhxINyFDAsY4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=OPC2y4/vy1dhGS2W7EMi7JqzeNtgVxDLhlQTIywhZGfcLoCYlkYLod45PQB+HLXLR MyF5u8RYx4Y2hKDT2HGzBzbQmfnjwHcEO0N55i4WemsuGUW6lUh2W+MnxweqSuwIqC WsruVy5rEvgU0ET3+I2P+S2GHsTSe+wKbXk6LuKoah1erMy05S8L1wikNyb3xSO6Qt u6SFI1EN1rUohbHt4QvJCV/rHBU7WbgPpqXl/7RvREhZPzo786kCGB1PU2uMfD5/bJ Uc20VZ+3IMDfYwFPHhVB5DDctGO3WccnlTT9vygAs0Tv/Qp+HN/Oabr6m+5/cZlQoc BIOdUL6HGNRDA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WNLcR0xtwz6tvn; Tue, 16 Jul 2024 03:11:18 +0200 (CEST) From: Vinicius Monego Date: Tue, 16 Jul 2024 01:10:09 +0000 Message-Id: <4a31aeddd0a9029e9213e6602149060103c108aa.1721091992.git.monego@posteo.net> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/engineering.scm (python-pandapipes): New variable. Change-Id: I5858f8a82ec6b351e14a03ecc52a0b9fef62f7c0 --- gnu/packages/engineering.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6e204e6b6d..2875d45330 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2661,6 +2661,31 @@ (define-public python-pandapower @code{PowerModels.jl} library.") (license license:bsd-3))) +(define-public python-pandapipes + (package + (name "python-pandapipes") + (version "0.10.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pandapipes" version ".zip")) + (sha256 + (base32 "06yqqd25hxa6q49qcbpy0njwxkqzfhbff4frrrxd84391njgvdhq")))) + (build-system pyproject-build-system) + (native-inputs (list python-nbmake + python-pytest + python-pytest-xdist + unzip)) + (propagated-inputs (list python-matplotlib + python-pandapower + python-shapely)) + (home-page "http://www.pandapipes.org") + (synopsis "Simulation of multi energy grids") + (description + "This package provides a pipeflow calculation tool that complements +@code{pandapower} in the simulation of multi energy grids.") + (license license:bsd-3))) + (define-public python-scikit-rf (package (name "python-scikit-rf") -- 2.39.2 From unknown Fri Aug 15 20:50:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#72133: closed (Re: [PATCH 0/2] Add python-pandapower and python-pandapipes) Message-ID: References: <87v815dhk7.fsf@dismail.de> X-Gnu-PR-Message: they-closed 72133 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72133@debbugs.gnu.org Date: Tue, 16 Jul 2024 05:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1721108222-29463-1" This is a multi-part message in MIME format... ------------=_1721108222-29463-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72133: [PATCH 0/2] Add python-pandapower and python-pandapipes which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72133@debbugs.gnu.org. --=20 72133: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72133 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1721108222-29463-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72133-done) by debbugs.gnu.org; 16 Jul 2024 05:36:42 +0000 Received: from localhost ([127.0.0.1]:60807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTarh-0007ee-PM for submit@debbugs.gnu.org; Tue, 16 Jul 2024 01:36:41 -0400 Received: from mx2.dismail.de ([159.69.191.136]:6229) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTarf-0007eO-ES for 72133-done@debbugs.gnu.org; Tue, 16 Jul 2024 01:36:40 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id a4f6dd2b; Tue, 16 Jul 2024 07:36:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:in-reply-to:date:message-id:mime-version:content-type; s=20190914; bh=z3l3eQQR9vD7Afm1cWANGuXkFEzbaprQTgywIrSFNss=; b= dSwdRpr9LwY52ykbSyuqQsxeUkviRPdtx0e0O+zHUJU4ktBej+aovbQPH0bYKryF knMu/X+BApMdtyBhroWDFyoI4Y1sqaueiYg0VG5sGr5zGokii+fMJrjNVnIOhxPa m6GCnRlhojHibz9QwbXio6hh6oEPLJPj4/YRJmkZpt0cy2QtZ4GND+PrIx6dh5Aw ZxK8D4vspofwAdYPbvaRL/UGCu98mEP9VTseciwaM9DxIqtRpElvpYeLrAk6Rnpp Lbp+HF42SNEuQaxN5g6YekasdtCyl6UNznzv2F7OjhRn2lLaRxCeDAUzrByE6XOd u+ZBgyIwGhtynwdNwB2M+g== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id c56e4e8b; Tue, 16 Jul 2024 07:36:28 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 2701b8fa; Tue, 16 Jul 2024 07:36:28 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3029ac50 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 16 Jul 2024 07:36:27 +0200 (CEST) From: jgart To: 72133-done@debbugs.gnu.org Subject: Re: [PATCH 0/2] Add python-pandapower and python-pandapipes In-Reply-To: <4a31aeddd0a9029e9213e6602149060103c108aa.1721091992.git.monego@posteo.net> Date: Tue, 16 Jul 2024 00:36:24 -0500 Message-ID: <87v815dhk7.fsf@dismail.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72133-done Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Thanks, applied! -- all the best, jgart ------------=_1721108222-29463-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Jul 2024 01:09:59 +0000 Received: from localhost ([127.0.0.1]:60617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWhb-0000PV-2K for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:09:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:34442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTWhZ-0000PM-J3 for submit@debbugs.gnu.org; Mon, 15 Jul 2024 21:09:58 -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 1sTWhW-0007UH-IA for guix-patches@gnu.org; Mon, 15 Jul 2024 21:09:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTWhU-0003iY-SC for guix-patches@gnu.org; Mon, 15 Jul 2024 21:09:54 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id BAB59240027 for ; Tue, 16 Jul 2024 03:09:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1721092188; bh=4Uo8Dpu2C3UmmPy9rz96shK5OaZhrKZUR7icT2bmraw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=SyvaAqUtFunbJF11ReIavPqsOZfy+AK32zGjnD3splM4x2eM7q98vPClNNLgHWqTt PS4BALHNMKprQMSeQWq8wcNH3Svc7ppEe4GglnqK5gQ2YzrDoVVRfmYznJv6WJUd4r 32yp4nsMBUTC0JrPhF1kH6HGXDwMTlEkS6nXbeNdt93WyP1FlytNdth16cUvPSDQEh oUB0XaJ1gCTpc97t6Dl5eJU0yrJE3u1IDIMiEz0XvmGKa4xKuojILhb/Z+R0jIjKAr SqVJrfsFRls0BBiq5ylAZN3Rc99AnzE/ihi5syp5v8uuHDRefQg+I//KGK6Zd6RLDL 7QOt9BidUh79w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WNLZg5KtZz6tvc; Tue, 16 Jul 2024 03:09:46 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 0/2] Add python-pandapower and python-pandapipes Date: Tue, 16 Jul 2024 01:08:38 +0000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Vinicius Monego (2): gnu: Add python-pandapower. gnu: Add python-pandapipes. gnu/packages/engineering.scm | 59 ++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) base-commit: eb508e32d2d359c94d2cabebfe90dc32ca5dcf4f -- 2.39.2 ------------=_1721108222-29463-1--