GNU bug report logs -
#42255
[PATCH] gnu: Add python-scikit-fuzzy.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Wed, 8 Jul 2020 02:09:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 08 Jul 2020 11:47:54 +0200
with message-id <87d0565odx.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#42255] [PATCH] gnu: Add python-scikit-fuzzy.
has caused the debbugs.gnu.org bug report #42255,
regarding [PATCH] gnu: Add python-scikit-fuzzy.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42255: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42255
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-science.scm (python-scikit-fuzzy): New variable.
---
gnu/packages/python-science.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3d6d4e909e..e4c39cf8d1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2020 Pierre Langlois <pierre.langlois <at> gmx.com>
+;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -390,6 +391,37 @@ large and growing library of domain-agnostic functions for advanced analytics
and visualization with these data structures.")
(license license:asl2.0)))
+(define-public python-scikit-fuzzy
+ (package
+ (name "python-scikit-fuzzy")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "scikit-fuzzy" version))
+ (sha256
+ (base32 "0bp1n771fj44kdp7a00bcvfwirvv2rc803b7g6yf3va7v0j29c8s"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "nosetests" "-s" "-v" "skfuzzy")
+ #t)))))
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (propagated-inputs
+ `(("python-networkx" ,python-networkx)
+ ("python-numpy" ,python-numpy)
+ ("python-scipy" ,python-scipy)))
+ (home-page "https://github.com/scikit-fuzzy/scikit-fuzzy")
+ (synopsis "Fuzzy logic toolkit for SciPy")
+ (description
+ "This package implements many useful tools for projects involving fuzzy
+logic, also known as grey logic.")
+ (license license:bsd-3)))
+
(define-public python-msgpack-numpy
(package
(name "python-msgpack-numpy")
--
2.20.1
[Message part 3 (message/rfc822, inline)]
Hello,
Vinicius Monego <monego <at> posteo.net> writes:
> * gnu/packages/python-science.scm (python-scikit-fuzzy): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.