From unknown Wed Sep 10 20:08:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46005] [PATCH] gnu: Add python-lmso-algorithm. Resent-From: Adam Kandur Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Jan 2021 10:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46005 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46005@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches Received: via spool by submit@debbugs.gnu.org id=B.161113753414410 (code B ref -1); Wed, 20 Jan 2021 10:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jan 2021 10:12:14 +0000 Received: from localhost ([127.0.0.1]:52969 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ATF-0003kI-B8 for submit@debbugs.gnu.org; Wed, 20 Jan 2021 05:12:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:48844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ATC-0003k3-UA for submit@debbugs.gnu.org; Wed, 20 Jan 2021 05:12:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2ATC-0005Fc-Ot for guix-patches@gnu.org; Wed, 20 Jan 2021 05:12:10 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2ATA-0003YM-CF for guix-patches@gnu.org; Wed, 20 Jan 2021 05:12:10 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 86F0F1060316 for ; Wed, 20 Jan 2021 10:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611137523; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=c9d8r5zQuRHsjEOmxGO+MaDTrb23dRQmUSms4rgfoog=; b=Zt1L8f85mP6KYpY4aySio40cq1/LVIfMwsIG9Dgl+wx7Xbt6Ul8sxjJUISLS8mYx 7IZrrqBzC0p9Us1PPPJ+1prm2uE6PLz7f/VdUFK3W0Cz5O4IcsmC4FimHpjfydlpsWR PirE5ZiZUXOf8yh1hxXONEz02dBRJkEjBp6DAVCfk6Y5+k5fK4umfAUEpXHU13UuazF w83MVo0kKtaYshha8OiNR5QFOq7zgQ4HbH+QfMkiiGlvIoL2bbLDz7CkajRdX7lfscP EledvxqkchPhNd+cxWKg1HQkN/AMy1FZDKwQYkQttANjqTz2FVPQifjmEH5wR9OvTNw vU3uxR0W3A== Date: Wed, 20 Jan 2021 11:12:03 +0100 (CET) From: Adam Kandur Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) master de26d8049032567fd97db310941c6b9c4b06bceb Author:=C2=A0=C2=A0=C2=A0=C2=A0 Adam Kandur AuthorDate: Wed Jan 20 12:56:31 2021 +0300 Commit:=C2=A0=C2=A0=C2=A0=C2=A0 Adam Kandur CommitDate: Wed Jan 20 12:56:31 2021 +0300 Parent:=C2=A0=C2=A0=C2=A0=C2=A0 100a4f8 gnu: Add pgloader. Merged:=C2=A0=C2=A0=C2=A0=C2=A0 master Contained:=C2=A0 master gnu: Add python-lmso-algorithm. * gnu/packages/python-xyz.scm (python-lmso-algorithm): New variable. 1 file changed, 32 insertions(+) gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ modified=C2=A0=C2=A0 gnu/packages/python-xyz.scm @@ -9675,6 +9675,38 @@ a hash value.") =C2=A0applications from a list of lists of strings.=C2=A0 It supports multi= -line rows.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat))) =C2=A0 +(define-public python-lmso-algorithm +=C2=A0 (package +=C2=A0=C2=A0=C2=A0 (name "python-lmso-algorithm") +=C2=A0=C2=A0=C2=A0 (version "1.2") +=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= url "https://github.com/alexgrusu/lmso_algorithm") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= commit "463699946d1805c6898ae9789370b1e8a122ccda"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name versio= n)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 "122kyd1m0l1x79x0sp201bgbg7sb= 36c2dz7cranbf8g6m69f4w68"))) +=C2=A0=C2=A0=C2=A0 (build-system python-build-system) +=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0 '(#:phases +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (modify-phases %standard-phases +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (add-before 'build 'delet= e-egg +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (lambda* (#:k= ey outputs #:allow-other-keys) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;= ; Delete the .egg-info directory, to avoid build errors +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= delete-file-recursively "lmso_algorithm.egg-info")))))) +=C2=A0=C2=A0=C2=A0 (propagated-inputs +=C2=A0=C2=A0=C2=A0=C2=A0 `(("python-numpy" ,python-numpy) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("python-scipy" ,python-scipy ))) +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/alexgrusu/lmso_algorithm= ") +=C2=A0=C2=A0=C2=A0 (synopsis "An optimized LMS algorithm") +=C2=A0=C2=A0=C2=A0 (description "The least-mean-square (LMS) and the norma= lized least-mean-square (NLMS) +algorithms require a trade-off between fast convergence and low misadjustm= ent, obtained +by choosing the control parameters.=C2=A0 In general, time variable parame= ters are proposed +according to different rules.=C2=A0 Many studies on the optimization of th= e NLMS algorithm imply=20 +time variable control parameters according some specific criteria.") +=C2=A0=C2=A0=C2=A0 (license license:gpl3))) + =C2=A0(define-public python-libarchive-c =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "python-libarchive-c") From unknown Wed Sep 10 20:08:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46005] [PATCH v2] gnu: Add python-lmso-algorithm. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 03 Nov 2021 20:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46005 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "46005@debbugs.gnu.org" <46005@debbugs.gnu.org> Reply-To: phodina Received: via spool by 46005-submit@debbugs.gnu.org id=B46005.163597062426014 (code B ref 46005); Wed, 03 Nov 2021 20:18:01 +0000 Received: (at 46005) by debbugs.gnu.org; 3 Nov 2021 20:17:04 +0000 Received: from localhost ([127.0.0.1]:41358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1miMgt-0006l1-Ox for submit@debbugs.gnu.org; Wed, 03 Nov 2021 16:17:04 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:64913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1miMgo-0006kd-34 for 46005@debbugs.gnu.org; Wed, 03 Nov 2021 16:16:58 -0400 Date: Wed, 03 Nov 2021 20:16:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1635970607; bh=UCPTEUGVjkD/tIVakZIi0pYZ1vKKF4tJ1w4c5AksjkM=; h=Date:To:From:Reply-To:Subject:From; b=m54q3he3+SFun7+9DjKlMcOEvFergtzNAbQVlnWE3x0XoyEJ4IRCfH1+SUmlvuKR1 yYJtmFnBM/ApyDaD4NLrJWS+jKkWtdM6vdrMDxkKvhO7hL5SRCoeYeIVRP8z111JKx d1VkxpDh0sXVY7aNnbwkzuZHpJcbEyQhGFOGTsas= From: phodina Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Adam, here's the reworked patch. Petr --8<---------------cut here---------------start------------->8--- * gnu/packages/python-xyz.scm (python-lmso-algorithm): New variable. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 32d6b403d4..1d70cd6f2f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13440,6 +13440,39 @@ (define-public python-lmfit enhancements to optimization and data fitting problems.") (license license:bsd-3))) +(define-public python-lmso-algorithm + (let ((commit "463699946d1805c6898ae9789370b1e8a122ccda") + (revision "1")) + (package + (name "python-lmso-algorithm") + (version (git-version "1.2" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/alexgrusu/lmso_algorithm") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 "122kyd1m0l1x79x0sp201bgbg7sb36c2dz7cranbf8g6m69f4w68"))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-before 'build 'delete-egg + (lambda* (#:key outputs #:allow-other-keys) + ;; Delete the .egg-info directory, to avoid build errors + (delete-file-recursively "lmso_algorithm.egg-info")))))) + (propagated-inputs + `(("python-numpy" ,python-numpy) + ("python-scipy" ,python-scipy ))) + (home-page "https://github.com/alexgrusu/lmso_algorithm") + (synopsis "Optimized LMS algorithm") + (description "This package provides an optimized least-mean-square (= LMSO) +algorithm. The proposed algorithm follows an optimization problem and +introduces a variable step-size in order to minimize the system +misalignment.") + (license license:gpl3)))) + (define-public python-boto (package (name "python-boto") -- 2.33.1 From unknown Wed Sep 10 20:08:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Adam Kandur Subject: bug#46005: closed ([PATCH] gnu: Add python-lmso-algorithm.) Message-ID: References: <87v7togq94.fsf@gmail.com> X-Gnu-PR-Message: they-closed 46005 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46005@debbugs.gnu.org Date: Wed, 05 Feb 2025 19:13:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1738782781-24989-1" This is a multi-part message in MIME format... ------------=_1738782781-24989-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46005: [PATCH] gnu: Add python-lmso-algorithm. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46005@debbugs.gnu.org. --=20 46005: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46005 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1738782781-24989-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46005-done) by debbugs.gnu.org; 5 Feb 2025 19:12:42 +0000 Received: from localhost ([127.0.0.1]:52617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tfkpF-0006UP-Vm for submit@debbugs.gnu.org; Wed, 05 Feb 2025 14:12:42 -0500 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:54714) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tfkpC-0006U8-IM for 46005-done@debbugs.gnu.org; Wed, 05 Feb 2025 14:12:40 -0500 Received: by mail-wr1-x432.google.com with SMTP id ffacd0b85a97d-3863494591bso47868f8f.1 for <46005-done@debbugs.gnu.org>; Wed, 05 Feb 2025 11:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738782752; x=1739387552; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=gpd2i5SqFuzVAc5h9hHrpuQYlqjDMJ86SS5cPLi5V8Q=; b=Z3THu4q85HPHYfrywjOsczMGdkq9CyUM9gBeiX4AZ3S11H8l6dgHbVKURSYGllHo1G SiEVQWAI76yBuL63a9THO7tHfMPf17vmoIdhQey2X2vqhuHIR+LRdrAJPxvlfkvihVv0 rvK6wbHfq7khKlhaDjh+3ilJAJ2BY7iLjcc8CFkzJLBMI5vLtKyhWc9MlVG9c3EtsYtk IItN8th2o3H6RgwxMkPNMADdx1FBNKPgZIQi5kt5VvRgJO1ia0hES37QcWGLmXCqYn0n ldAy/IiruiaLtQ7/h4zHZ/4jfPORchXyusYH+IHYb3dQGFxraafC2TzElhJdftHMvfLi 0muQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738782752; x=1739387552; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=gpd2i5SqFuzVAc5h9hHrpuQYlqjDMJ86SS5cPLi5V8Q=; b=ao1tkzGJZgDvnOp/TOG7RrFA6D7H5MoUojuWEkpNQm6PO95WKoWqd1/VVTAv8Whkse RQS27RG5d/+SBBy1BNiWpRTAamsdbnIyKpd4AdX8POVsPCKjVb1/tOaDV+PEt8r29kSZ L2aJsiNiVdAGqg0wAym0IRsvvWdA45x2xLpysUWlQoV7KMed+1WW5FTQna8iGx+Ignch 0Ha5g7tYytehx9ss4Jt07vhs0tRDIKzP3H4KfSNPd8erQzDlIFB+fEYGSwgVeJefZ2e7 PIzO5XIRBfBMwZU/E5mSfxMQx1sXdV+1gLAnWjS7qN9mjjIjLeoqs3w/hiUFGPpJMEk9 dDzw== X-Gm-Message-State: AOJu0Yzvhj6Tum6zxfUZhK3QopfYi4nxnE9lYBYer1VKsR4Kc8t75plz iv4wI/InHzNBnfW7GvPmSQ35vlPwfquaD1Ajszy+3KwHZeURcV+uHvoopGkR X-Gm-Gg: ASbGncuFkYwEBDXvxwUfsUrYAJFt4SvfYkde76FGRo4wos6CtpPia+sFo1V6wMSngP+ vMlJBxIzBsD/zGfsC1Fw81Qsy64pokgiKLzz6Ito0XBIcHHiuAbf/3DlfacwO0Ev0TQ1aiB01ba FuUvoEvB/eD2cFPsEsbuY1FLpSq6xZ35dq6iuCP4h7qXEJTRjTAdltkgzKb+EwErcxagCmYPkjT NlcHQpBayFEoqxdFwDJdg+Ij+AarqUnMO/dwkuuIyddXwk13ftjnwtZbt3Qf7QDyjimyAV4uwWr UF3CU9a4hknvb2IIxqTb5itisABnq21VIzUjfMXhL1DX10ukyJn/Xv9yITOp1f24SSU= X-Google-Smtp-Source: AGHT+IFHuOy1311WQeAcmqZyS3xvNqhEpBDCR0BGs8P7ErlfH7Dbza+UCGBHJS8q+g8CPlWNxVH/vw== X-Received: by 2002:a5d:5f93:0:b0:38d:a90c:d489 with SMTP id ffacd0b85a97d-38db491fd30mr3084336f8f.45.1738782750717; Wed, 05 Feb 2025 11:12:30 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4390d965438sm30077315e9.22.2025.02.05.11.12.29 for <46005-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Feb 2025 11:12:29 -0800 (PST) From: Sharlatan Hellseher To: 46005-done@debbugs.gnu.org Subject: [PATCH] gnu: Add python-lmso-algorithm. Date: Wed, 05 Feb 2025 19:12:23 +0000 Message-ID: <87v7togq94.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46005-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi, The project is not active for 6y (now is 2025), no release and no updates . Closing as not applied. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmejuBcACgkQdtcnv/Ys 0rVXZA/+Iq6LMM3ocPKLH+uCWAA92KoF+fBfjWc6WFM744qj4d+xe28S/nk+pRXm v+FUf4DsCpTEczUZDQ5m+BPrlkTZbRl5JbWZrJhI0h98PZP3UqZbdMNqXCEhlaaQ lFB6kFrZmuIihv215R9b+8WYHcBMEuRUT3rFy/Fq5x6/50N+jL8TS1FOXlPICWOt PHUm4xjch2ARIeuKWzEs2UhW/waqjsRruGq3kyP6eQQ4msMqSwre2KCbQTFicrC1 U8F4vM2z1iO6Cp1oeOHnFmrUnLRKgvTgN3sN7XCP+RAqqlBoI4HFJRt3u3+275c9 iR1hbN1NDDea6BkPjBl0O04IImC0/hIohd+npnMkHR3B7DB7laiKk3ErTx0tqxTd cY0n6++3hXYeiCMZlDv1rbJys2YDFgIn6l7BiL92qG7ALexRY0zb4YNF8DhHtd6g n/N9fY7uJ8hEUTl2PIoJb27L1T76LpL0xq0i+0UBt5R1GQpYbiMriZfnLaKiDOHx 1ZcUpEummPJolMofT3zLz5+QpzAaSMBCNOD1HPCVbcUQitPYdrE8C+dlhgr0tl62 RH2VBL8wW3HRR3At49HN4ssxBiBZopDaY6/Qvu/pkq0MVXrZIpYu4B7l8Utio8BL kMCUO3fRMUDqiYjM1eSN1AxZ5dL8uF2/N/xFnuCaAIGnYm9k0PU= =A3RA -----END PGP SIGNATURE----- --=-=-=-- ------------=_1738782781-24989-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jan 2021 10:12:14 +0000 Received: from localhost ([127.0.0.1]:52969 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ATF-0003kI-B8 for submit@debbugs.gnu.org; Wed, 20 Jan 2021 05:12:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:48844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ATC-0003k3-UA for submit@debbugs.gnu.org; Wed, 20 Jan 2021 05:12:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2ATC-0005Fc-Ot for guix-patches@gnu.org; Wed, 20 Jan 2021 05:12:10 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2ATA-0003YM-CF for guix-patches@gnu.org; Wed, 20 Jan 2021 05:12:10 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 86F0F1060316 for ; Wed, 20 Jan 2021 10:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611137523; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=c9d8r5zQuRHsjEOmxGO+MaDTrb23dRQmUSms4rgfoog=; b=Zt1L8f85mP6KYpY4aySio40cq1/LVIfMwsIG9Dgl+wx7Xbt6Ul8sxjJUISLS8mYx 7IZrrqBzC0p9Us1PPPJ+1prm2uE6PLz7f/VdUFK3W0Cz5O4IcsmC4FimHpjfydlpsWR PirE5ZiZUXOf8yh1hxXONEz02dBRJkEjBp6DAVCfk6Y5+k5fK4umfAUEpXHU13UuazF w83MVo0kKtaYshha8OiNR5QFOq7zgQ4HbH+QfMkiiGlvIoL2bbLDz7CkajRdX7lfscP EledvxqkchPhNd+cxWKg1HQkN/AMy1FZDKwQYkQttANjqTz2FVPQifjmEH5wR9OvTNw vU3uxR0W3A== Date: Wed, 20 Jan 2021 11:12:03 +0100 (CET) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add python-lmso-algorithm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) master de26d8049032567fd97db310941c6b9c4b06bceb Author:=C2=A0=C2=A0=C2=A0=C2=A0 Adam Kandur AuthorDate: Wed Jan 20 12:56:31 2021 +0300 Commit:=C2=A0=C2=A0=C2=A0=C2=A0 Adam Kandur CommitDate: Wed Jan 20 12:56:31 2021 +0300 Parent:=C2=A0=C2=A0=C2=A0=C2=A0 100a4f8 gnu: Add pgloader. Merged:=C2=A0=C2=A0=C2=A0=C2=A0 master Contained:=C2=A0 master gnu: Add python-lmso-algorithm. * gnu/packages/python-xyz.scm (python-lmso-algorithm): New variable. 1 file changed, 32 insertions(+) gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ modified=C2=A0=C2=A0 gnu/packages/python-xyz.scm @@ -9675,6 +9675,38 @@ a hash value.") =C2=A0applications from a list of lists of strings.=C2=A0 It supports multi= -line rows.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat))) =C2=A0 +(define-public python-lmso-algorithm +=C2=A0 (package +=C2=A0=C2=A0=C2=A0 (name "python-lmso-algorithm") +=C2=A0=C2=A0=C2=A0 (version "1.2") +=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= url "https://github.com/alexgrusu/lmso_algorithm") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= commit "463699946d1805c6898ae9789370b1e8a122ccda"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name versio= n)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 "122kyd1m0l1x79x0sp201bgbg7sb= 36c2dz7cranbf8g6m69f4w68"))) +=C2=A0=C2=A0=C2=A0 (build-system python-build-system) +=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0 '(#:phases +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (modify-phases %standard-phases +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (add-before 'build 'delet= e-egg +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (lambda* (#:k= ey outputs #:allow-other-keys) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;= ; Delete the .egg-info directory, to avoid build errors +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= delete-file-recursively "lmso_algorithm.egg-info")))))) +=C2=A0=C2=A0=C2=A0 (propagated-inputs +=C2=A0=C2=A0=C2=A0=C2=A0 `(("python-numpy" ,python-numpy) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("python-scipy" ,python-scipy ))) +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/alexgrusu/lmso_algorithm= ") +=C2=A0=C2=A0=C2=A0 (synopsis "An optimized LMS algorithm") +=C2=A0=C2=A0=C2=A0 (description "The least-mean-square (LMS) and the norma= lized least-mean-square (NLMS) +algorithms require a trade-off between fast convergence and low misadjustm= ent, obtained +by choosing the control parameters.=C2=A0 In general, time variable parame= ters are proposed +according to different rules.=C2=A0 Many studies on the optimization of th= e NLMS algorithm imply=20 +time variable control parameters according some specific criteria.") +=C2=A0=C2=A0=C2=A0 (license license:gpl3))) + =C2=A0(define-public python-libarchive-c =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "python-libarchive-c") ------------=_1738782781-24989-1--