emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68613: closed ([PATCH] gnu: Add python-scikit-opt.)


From: GNU bug Tracking System
Subject: bug#68613: closed ([PATCH] gnu: Add python-scikit-opt.)
Date: Sat, 10 Feb 2024 21:53:01 +0000

Your message dated Sat, 10 Feb 2024 22:51:33 +0100
with message-id <8734u0htsq.fsf@gnu.org>
and subject line Re: [bug#68613] [PATCH] gnu: Add python-scikit-opt.
has caused the debbugs.gnu.org bug report #68613,
regarding [PATCH] gnu: Add python-scikit-opt.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68613: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68613
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-scikit-opt. Date: Sat, 20 Jan 2024 12:41:00 +0100
* gnu/packages/python-science.scm (python-scikit-opt): New variable.

Change-Id: I47d6b35d9658a37a242b4db61d293fa7efd33802
---
 gnu/packages/python-science.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3c131fe730..b385f0b211 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -318,6 +318,27 @@ (define-public python-scikit-image
      "Scikit-image is a collection of algorithms for image processing.")
     (license license:bsd-3)))
 
+(define-public python-scikit-opt
+  (package
+    (name "python-scikit-opt")
+    (version "0.6.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "scikit-opt" version))
+       (sha256
+        (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-numpy python-scipy))
+    (home-page "https://github.com/guofei9987/scikit-opt";)
+    (synopsis "Swarm Intelligence in Python")
+    (description
+     "Scikit-opt(or sko) is a Python module of Swarm Intelligence
+                  Algorithm.  Such as Genetic Algorithm, Particle Swarm 
Optimization,
+                  Simulated Annealing, Ant Colony Algorithm, Immune Algorithm,
+                  Artificial Fish Swarm Algorithm.")
+    (license license:expat)))
+
 (define-public python-scikit-optimize
   (package
     (name "python-scikit-optimize")

base-commit: 9c367ee1967b213b507a8bf041ea6c2623ceea96
-- 
2.41.0






--- End Message ---
--- Begin Message --- Subject: Re: [bug#68613] [PATCH] gnu: Add python-scikit-opt. Date: Sat, 10 Feb 2024 22:51:33 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

TimotheeMathieu <timothee.mathieu@inria.fr> skribis:

> * gnu/packages/python-science.scm (python-scikit-opt): New variable.
>
> Change-Id: I47d6b35d9658a37a242b4db61d293fa7efd33802

In the meantime, qa.guix caught up and apparently all is fine.

Applied with the changes below, as per:

  https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

Thanks,
Ludo’.

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c02c2b3f9b..2cdada5ef3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -352,12 +352,12 @@ (define-public python-scikit-opt
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy python-scipy))
     (home-page "https://github.com/guofei9987/scikit-opt";)
-    (synopsis "Swarm Intelligence in Python")
+    (synopsis "Swarm intelligence algorithm in Python")
     (description
-     "Scikit-opt(or sko) is a Python module of Swarm Intelligence
-                  Algorithm.  Such as Genetic Algorithm, Particle Swarm 
Optimization,
-                  Simulated Annealing, Ant Colony Algorithm, Immune Algorithm,
-                  Artificial Fish Swarm Algorithm.")
+     "Scikit-opt (or sko) is a Python module implementing @dfn{swarm
+intelligence} algorithms: genetic algorithm, particle swarm optimization,
+simulated annealing, ant colony algorithm, immune algorithm, artificial fish
+swarm algorithm.")
     (license license:expat)))
 
 (define-public python-scikit-optimize

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]