From: Felix Gruber <felgru@posteo.net>
To: 66929@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#66929] [PATCH 05/10] gnu: Add python-perfplot.
Date: Sat, 4 Nov 2023 15:02:34 +0000 [thread overview]
Message-ID: <cd42c3d1a2cbc860e4c6e2fcfab12f542752cdab.1699109092.git.felgru@posteo.net> (raw)
In-Reply-To: <cover.1699109092.git.felgru@posteo.net>
* gnu/packages/python-xyz.scm (python-perfplot): New variable.
Change-Id: I04266dfd7081bd3f917a48b2667137b829680498
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2e55e2788..b69cd19f45 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8346,6 +8346,30 @@ (define-public python-cplot
complex-valued functions.")
(license license:gpl3)))
+(define-public python-perfplot
+ (package
+ (name "python-perfplot")
+ (version "0.10.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "perfplot" version))
+ (sha256
+ (base32
+ "0hbyv17f9ra6l6albcrqx4rylmfv2m6z4qsnhb4bar256dralvfp"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-matplotlib
+ python-matplotx
+ python-numpy
+ python-rich))
+ (native-inputs (list python-flit-core
+ python-pytest))
+ (home-page "https://github.com/nschloe/perfplot")
+ (synopsis "Performance plots for Python code snippets")
+ (description "@code{perfplot} extends Python's timeit by testing
+snippets with input parameters (e.g., the size of an array) and plotting
+the results.")
+ (license license:gpl3)))
+
(define-public python-pysnptools
(package
(name "python-pysnptools")
--
2.42.0
next prev parent reply other threads:[~2023-11-04 15:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-04 15:00 [bug#66929] [PATCH 00/10] Add python-quadpy and dependencies Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 01/10] gnu: Add python-meshzoo Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 02/10] gnu: Add python-matplotx Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 03/10] gnu: Add python-npx Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 04/10] gnu: Add python-cplot Felix Gruber
2023-11-04 15:02 ` Felix Gruber [this message]
2023-11-04 15:02 ` [bug#66929] [PATCH 06/10] gnu: Add python-pyfma Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 07/10] gnu: Add python-accupy Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 08/10] gnu: Add python-ndim Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 09/10] gnu: Add python-orthopy Felix Gruber
2023-11-04 15:02 ` [bug#66929] [PATCH 10/10] gnu: Add python-quadpy Felix Gruber
2023-12-04 21:23 ` bug#66929: [PATCH 00/10] Add python-quadpy and dependencies Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd42c3d1a2cbc860e4c6e2fcfab12f542752cdab.1699109092.git.felgru@posteo.net \
--to=felgru@posteo.net \
--cc=66929@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).