From unknown Sat Jun 21 10:34:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#55851] [PATCH] gnu: Add python-pandarallel. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Jun 2022 16:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55851 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55851@debbugs.gnu.org Cc: Wiktor =?UTF-8?Q?=C5=BBelazny?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165470722610907 (code B ref -1); Wed, 08 Jun 2022 16:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Jun 2022 16:53:46 +0000 Received: from localhost ([127.0.0.1]:44099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyywA-0002pn-M8 for submit@debbugs.gnu.org; Wed, 08 Jun 2022 12:53:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:39828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyyvz-0002pN-Ck for submit@debbugs.gnu.org; Wed, 08 Jun 2022 12:53:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyyvz-0004eE-5m for guix-patches@gnu.org; Wed, 08 Jun 2022 12:53:31 -0400 Received: from freeshell.de ([2a01:4f8:231:482b::2]:40810) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyyvx-0000PB-1u for guix-patches@gnu.org; Wed, 08 Jun 2022 12:53:30 -0400 Received: from localhost.localdomain (cst-prg-15-64.cust.vodafone.cz [46.135.15.64]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id D9CD7B352466; Wed, 8 Jun 2022 18:53:09 +0200 (CEST) From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Wed, 8 Jun 2022 18:52:57 +0200 Message-Id: <20220608165257.1701-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f8:231:482b::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/python-science.scm (python-pandarallel): New variable. --- gnu/packages/python-science.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 855fe9a72c..b16ec5455d 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1340,3 +1340,28 @@ (define-public python-gpy Python, from the Sheffield machine learning group. GPy implements a range of machine learning algorithms based on GPs.") (license license:bsd-3))) + +(define-public python-pandarallel + (package + (name "python-pandarallel") + (version "1.6.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "pandarallel" version)) + (sha256 + (base32 + "0fnfwq5j2748lj0fb2qdn4p3h7p0a352bvx6ygwjh5vs0pbicvz3")))) + (build-system python-build-system) + (propagated-inputs (list python-dill python-pandas python-psutil)) + (native-inputs (list python-mkdocs-material python-numpy python-pytest + python-pytest-cov)) + (home-page "https://nalepae.github.io/pandarallel/") + (synopsis "Simple and efficient tool to parallelize Pandas operations +across CPUs") + (description + "With a one line code change, @code{pandarallel} allows any +Pandas user to take advantage of their multi-core computer, while Pandas uses +only one core. @code{pandarallel} also offers nice progress bars (available on +Notebook and terminal) to get an rough idea of the remaining amount of +computation to be done.") + (license license:bsd-3))) base-commit: 0c5299200ffcd16370f047b7ccb187c60f30da34 -- 2.36.1 From unknown Sat Jun 21 10:34:48 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: Wiktor =?UTF-8?Q?=C5=BBelazny?= Subject: bug#55851: closed ([PATCH] gnu: Add python-pandarallel.) Message-ID: References: <87eddvsx1q.fsf@gmail.com> <20220608165257.1701-1-wz@freeshell.de> X-Gnu-PR-Message: they-closed 55851 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 55851@debbugs.gnu.org Date: Thu, 01 Feb 2024 21:20:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1706822402-13857-1" This is a multi-part message in MIME format... ------------=_1706822402-13857-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55851: [PATCH] gnu: Add python-pandarallel. 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 55851@debbugs.gnu.org. --=20 55851: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55851 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1706822402-13857-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55851-done) by debbugs.gnu.org; 1 Feb 2024 21:19:17 +0000 Received: from localhost ([127.0.0.1]:43263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVeSq-0003aM-Mh for submit@debbugs.gnu.org; Thu, 01 Feb 2024 16:19:17 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:61620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rVeSb-0003ZU-E4 for 55851-done@debbugs.gnu.org; Thu, 01 Feb 2024 16:19:15 -0500 Received: by mail-wm1-x331.google.com with SMTP id 5b1f17b1804b1-40fb020de65so12352715e9.2 for <55851-done@debbugs.gnu.org>; Thu, 01 Feb 2024 13:18:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706822323; x=1707427123; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=leLNwylqKMG/IupyTfEAlGLB8XVZgiqFu2tlTJnXefw=; b=d5HpVouBYyqJngZ1+rq8scnwgiwwlLoxx6OlUXSDGoI9fyeSzG35FNB1UoCbQ4eNiY hLMMlMT7sCLHQr2DqkBik1ufEvKmTLBqSfgAUXqqEdaYiyaXGagCqjQp66TbOcA/AKCA Q+PcoUTYI5YObH7u+DXUyjJA6Op2CrC+qDN3gjzqHJn0zQnoEXUFX7me/f43c15z2MeU 5qXrvRBhJnd8jK1aAQdN1XAWkXJ8WN2JCekAxWDPn++YCTak9vyNUAi6rTiRb0jTMaWM PJr/kWpOdUF0s5XqWZfUIQJ19Xjp/HA+7Unyr0n77iej0yc5MXAxdeBDWd1vO7VRj5H4 isag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706822323; x=1707427123; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=leLNwylqKMG/IupyTfEAlGLB8XVZgiqFu2tlTJnXefw=; b=YDRufd313lo6vLUhlwAtG9JneCRs5Khe+zfc/kfdTre7s3OqdJyLG17hob3/MAAf8r /mbHgBo7UVAFF/fLHbVQ576t2g79xJ6IDvDm9EXIEmfBYmJ+v1ZMMZKxJSH2NRtp2LMN lNk5aylhSzm6+j08EYjvvidhKut3DyIS8B7wr2HuFmd97eWe/uSqUtWLktAjYcwxYVMh cfVgAdujsVY4HmhJ3RpRcapneVRVT1OWflpJkaksVP2UXq9FRiPRqoLz8yg01qb7qP8H SxeGNyE1l09LChEVyJe5mWJ5Hkf9qgHi0MaswEhYCqXzSxuZcyh6BanvXsZuwc958I8b eiww== X-Gm-Message-State: AOJu0YwZRsX6e8kjIZbO/felPFVjOCrT74U9osLb0eeZkSCg1Gw98KUE Co+WNsJ5q1mOmIywJobIjtZPBn6eu2LBuXOK42h6ZdIBralDFN9Kt3/PWbuLFnM= X-Google-Smtp-Source: AGHT+IFtaBAA7ldluX06+r28gg/Gg+DeXrC8y5XVBiUFyOmkMI3TFT9DaByVW1/0N/+8m5Dwy0H/HA== X-Received: by 2002:adf:e6c1:0:b0:33b:116c:a15b with SMTP id y1-20020adfe6c1000000b0033b116ca15bmr2518001wrm.67.1706822322850; Thu, 01 Feb 2024 13:18:42 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id f6-20020a05600c154600b0040fa661ee82sm5522092wmg.44.2024.02.01.13.18.41 for <55851-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Feb 2024 13:18:41 -0800 (PST) From: Sharlatan Hellseher To: 55851-done@debbugs.gnu.org Subject: [PATCH] gnu: Add python-pandarallel. Date: Thu, 01 Feb 2024 21:18:41 +0000 Message-ID: <87eddvsx1q.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55851-done 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: -1.0 (-) --=-=-= Content-Type: text/plain Hi, Modifications applied [7/7] - [X] Use git checkout which has tests - [X] Swap to pyproject-build-system - [X] Fix inputs indention - [X] Shorten synopsis - [X] Simplify description - [X] Run tests in parallel - [X] Update to 1.6.5 Pushed as a879dd8b360adcf8f7d69c317dec8cae0f48270c to master. Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmW8CrEACgkQdtcnv/Ys 0rUR7RAArvzXrCSzGELXeZ3ALQEskDwFYKVREIi3FhMo+qkDlQn78sduaiKDbj9q /66NUFsDR9dn1i6qibZ8iTueiIBXwJPfC2gLSsBBvSupToNin2e3au8mLruHCYRR LuZEu134Ub1xhzq3Wfp3EZqivIRl2QQK4a9W0XTfttUV7oTK2Wq0vKjqu/wWJTpl n4TeWGca9sw2gfOAhn8aKyce2l6GJs1b97fXojrKJXkTc++fdDOk5jBCMB+Ei3Lv 8NwijUxO5LiW1Mjm6Zg4J0a0mVtdP+/msYrfpnYR0hxwbpZKuoT4bANwGP0Z+v8P ieyD4/uHo8oY/rNsC1tF0fYCzmaTPwygk/dMt/bc6GuyBWVee+MwhkQFlYQbwufV DXrqxZIs2o52atSxpblgzy2F+QKN6+vhzJLgPmG/XE2Tuf9ByoO4q+8km0VOBBlM c6hm636UVWG3MGQuW3uaX66ijhnj3uWC4pRb4pdIiFhY1qKWfZmsTrewg/Om5PjV rjnsQQzLyoHbWQWvCU2BBCX20SNCOE1UJNy5asZ4JGt3mIMSZzcnLlZ6qT7XjWNS nVk7r78hhcJvdx7czxzPuY4FIrHy1tNFtBGpUljjRc9g+Nh1AXHv1KP22ZPRCu+9 VvJqTZZApz4swr+uUNYtGkBG9oy5BUIs32Gb0ZdgbXnlphQAwhY= =HzwK -----END PGP SIGNATURE----- --=-=-=-- ------------=_1706822402-13857-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Jun 2022 16:53:46 +0000 Received: from localhost ([127.0.0.1]:44099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyywA-0002pn-M8 for submit@debbugs.gnu.org; Wed, 08 Jun 2022 12:53:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:39828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyyvz-0002pN-Ck for submit@debbugs.gnu.org; Wed, 08 Jun 2022 12:53:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyyvz-0004eE-5m for guix-patches@gnu.org; Wed, 08 Jun 2022 12:53:31 -0400 Received: from freeshell.de ([2a01:4f8:231:482b::2]:40810) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyyvx-0000PB-1u for guix-patches@gnu.org; Wed, 08 Jun 2022 12:53:30 -0400 Received: from localhost.localdomain (cst-prg-15-64.cust.vodafone.cz [46.135.15.64]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id D9CD7B352466; Wed, 8 Jun 2022 18:53:09 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pandarallel. Date: Wed, 8 Jun 2022 18:52:57 +0200 Message-Id: <20220608165257.1701-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f8:231:482b::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= 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.4 (--) * gnu/packages/python-science.scm (python-pandarallel): New variable. --- gnu/packages/python-science.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 855fe9a72c..b16ec5455d 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1340,3 +1340,28 @@ (define-public python-gpy Python, from the Sheffield machine learning group. GPy implements a range of machine learning algorithms based on GPs.") (license license:bsd-3))) + +(define-public python-pandarallel + (package + (name "python-pandarallel") + (version "1.6.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "pandarallel" version)) + (sha256 + (base32 + "0fnfwq5j2748lj0fb2qdn4p3h7p0a352bvx6ygwjh5vs0pbicvz3")))) + (build-system python-build-system) + (propagated-inputs (list python-dill python-pandas python-psutil)) + (native-inputs (list python-mkdocs-material python-numpy python-pytest + python-pytest-cov)) + (home-page "https://nalepae.github.io/pandarallel/") + (synopsis "Simple and efficient tool to parallelize Pandas operations +across CPUs") + (description + "With a one line code change, @code{pandarallel} allows any +Pandas user to take advantage of their multi-core computer, while Pandas uses +only one core. @code{pandarallel} also offers nice progress bars (available on +Notebook and terminal) to get an rough idea of the remaining amount of +computation to be done.") + (license license:bsd-3))) base-commit: 0c5299200ffcd16370f047b7ccb187c60f30da34 -- 2.36.1 ------------=_1706822402-13857-1--