unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 72320@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#72320] [PATCH 2/2] gnu: Add python-control.
Date: Sat, 27 Jul 2024 12:21:53 +0000	[thread overview]
Message-ID: <8c9e8078d8eb8a711229f1bece82534a6e58cdf3.1722082592.git.monego@posteo.net> (raw)
In-Reply-To: <c8cf4751f884d62e86f3fa159920f1522d8729d4.1722082592.git.monego@posteo.net>

* gnu/packages/engineering.scm (python-control): New variable.

Change-Id: Idc73713360c28b5e5570baedbaf4d3cde4b59b87
---
 gnu/packages/engineering.scm | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 688465b233..b082af532f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -938,6 +938,46 @@ (define-public python-slycot
 control and systems library.")
     (license license:gpl2+)))
 
+(define-public python-control
+  (package
+    (name "python-control")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "control" version))
+       (sha256
+        (base32 "0lxb1dbdidgdi3w54pwv94cl15p5zglazr5j0zywfibzadkvf61c"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-matplotlib
+                             python-numpy
+                             python-scipy
+                             python-slycot))
+    (native-inputs (list python-pytest python-pytest-timeout))
+    (home-page "https://github.com/python-control/python-control")
+    (synopsis "Python Control Systems Library")
+    (description "The Python Control Systems Library is a Python module that
+implements basic operations for analysis and design of feedback control
+systems.
+
+Features:
+
+@itemize
+@item Linear input/output systems in state-space and frequency domain
+@item Block diagram algebra: serial, parallel, feedback, and other
+interconnections
+@item Time response: initial, step, impulse
+@item Frequency response: Bode, Nyquist, and Nichols plots
+@item Control analysis: stability, reachability, observability, stability
+margins, root locus
+@item Control design: eigenvalue placement, linear quadratic regulator,
+sisotool, hinfsyn, rootlocus_pid_designer
+@item Estimator design: linear quadratic estimator (Kalman filter)
+@item Nonlinear systems: optimization-based control, describing functions,
+differential flatness
+@end itemize")
+    (license license:bsd-3)))
+
 (define-public libfive
   (let ((commit "b1ea998d8adb3884ab52798f7388f4354145f452")
         (revision "5"))
-- 
2.39.2





      reply	other threads:[~2024-07-27 12:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-27 12:18 [bug#72320] [PATCH 0/2] Add python-slycot and python-control Vinicius Monego
2024-07-27 12:21 ` [bug#72320] [PATCH 1/2] gnu: Add python-slycot Vinicius Monego
2024-07-27 12:21   ` Vinicius Monego [this message]

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=8c9e8078d8eb8a711229f1bece82534a6e58cdf3.1722082592.git.monego@posteo.net \
    --to=monego@posteo.net \
    --cc=72320@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).