GNU bug report logs - #55851
[PATCH] gnu: Add python-pandarallel.

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Wed, 8 Jun 2022 16:54:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55851 in the body.
You can then email your comments to 55851 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55851; Package guix-patches. (Wed, 08 Jun 2022 16:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wiktor Żelazny <wz <at> freeshell.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 08 Jun 2022 16:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Cc: Wiktor Żelazny <wz <at> freeshell.de>
Subject: [PATCH] gnu: Add python-pandarallel.
Date: Wed,  8 Jun 2022 18:52:57 +0200
* 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





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Thu, 01 Feb 2024 21:20:02 GMT) Full text and rfc822 format available.

Notification sent to Wiktor Żelazny <wz <at> freeshell.de>:
bug acknowledged by developer. (Thu, 01 Feb 2024 21:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 55851-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 55851-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-pandarallel.
Date: Thu, 01 Feb 2024 21:18:41 +0000
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Mar 2024 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.