GNU bug report logs - #56274
[PATCH 0/1] Add python-gp-extras

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Tue, 28 Jun 2022 10:25:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56274 in the body.
You can then email your comments to 56274 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56274; Package guix-patches. (Tue, 28 Jun 2022 10:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wiktor Żelazny <wz <at> freeshell.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Jun 2022 10:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Cc: Wiktor Żelazny <wz <at> freeshell.de>
Subject: [PATCH 0/1] Add python-gp-extras
Date: Tue, 28 Jun 2022 12:22:53 +0200
This project is not active, anymore, but appears to be still compatible
with scikit-learn. I’m concerned about the license. There are “License:
BSD 3 clause” comments at the top of the scripts, but that’s all. I’m
unsure whether such a form of licensing is sufficient.

Wiktor Żelazny (1):
  gnu: Add python-gp-extras.

 gnu/packages/machine-learning.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)


base-commit: 8d810c209f18ffb635a1db2488a939543c6f060f
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#56274; Package guix-patches. (Tue, 28 Jun 2022 10:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 56274 <at> debbugs.gnu.org (full text, mbox):

From: Wiktor Żelazny <wz <at> freeshell.de>
To: 56274 <at> debbugs.gnu.org
Cc: Wiktor Żelazny <wzelazny <at> vurv.cz>
Subject: [PATCH 1/1] gnu: Add python-gp-extras.
Date: Tue, 28 Jun 2022 12:26:11 +0200
From: Wiktor Żelazny <wzelazny <at> vurv.cz>

* gnu/packages/machine-learning.scm (python-gp-extras): New variable.
---
 gnu/packages/machine-learning.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 53d428bd4f..6e364f99be 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
 ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2022 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3096,3 +3097,29 @@ (define-public liblantern
     (description
      "Lantern provides a C API to the libtorch machine learning library.")
     (license license:expat)))
+
+(define-public python-gp-extras
+  (let ((commit "75bf73914d41d4d5f969da840315423fba2a2650") (revision "1"))
+    (package
+      (name "python-gp-extras")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jmetzen/gp_extras")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1vh2if3vczbfj41kdx2y53xd1rfjs12ysy19l9ba8dczp9rrlp0j"))))
+      (build-system python-build-system)
+      (propagated-inputs (list python-scikit-learn))
+      (home-page "https://jmetzen.github.io/2015-12-17/gp_extra.html")
+      (synopsis "Additional Kernels for sklearn's Gaussian Processes")
+      (description
+       "The @code{gp_extra} project contains some advanced,
+non-standard Gaussian process kernels that can seamlessly be used with
+@code{scikit-learn}'s @code{GaussianProcessRegressor}.")
+      ;; There's the license name in
+      ;; gp_extras/kernels/kernels_non_stationary.py, but not its text, so
+      ;; unsure whether it's valid from the legal standpoint.
+      (license license:bsd-3))))
-- 
2.36.1





bug closed, send any further explanations to 56274 <at> debbugs.gnu.org and Wiktor Żelazny <wz <at> freeshell.de> Request was from Steve George <steve <at> futurile.net> to control <at> debbugs.gnu.org. (Mon, 07 Oct 2024 18:42:02 GMT) Full text and rfc822 format available.

Message sent on to Wiktor Żelazny <wz <at> freeshell.de>:
bug#56274. (Mon, 07 Oct 2024 18:42:02 GMT) Full text and rfc822 format available.

Message #13 received at 56274-submitter <at> debbugs.gnu.org (full text, mbox):

From: Steve George <steve <at> futurile.net>
To: control <at> debbugs.gnu.org
Cc: 56274-submitter <at> debbugs.gnu.org
Subject: closing 56274
Date: Mon, 7 Oct 2024 19:39:18 +0100
close 56274 
Hi Wiktor - you proposed adding python-gp-extras a couple of years ago! Given
that the project appears to be defunct (and bearing in mind your concerns
about the license), I'm going to close this. If you think it's a mistake and
want to update the package please reopen.
thanks





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Nov 2024 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.