unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55851] [PATCH] gnu: Add python-pandarallel.
@ 2022-06-08 16:52 Wiktor Żelazny
  2024-02-01 21:18 ` bug#55851: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2022-06-08 16:52 UTC (permalink / raw)
  To: 55851; +Cc: Wiktor Żelazny

* 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





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

* bug#55851: [PATCH] gnu: Add python-pandarallel.
  2022-06-08 16:52 [bug#55851] [PATCH] gnu: Add python-pandarallel Wiktor Żelazny
@ 2024-02-01 21:18 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-01 21:18 UTC (permalink / raw)
  To: 55851-done

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-02-01 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 16:52 [bug#55851] [PATCH] gnu: Add python-pandarallel Wiktor Żelazny
2024-02-01 21:18 ` bug#55851: " Sharlatan Hellseher

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).