From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 30 08:31:40 2024 Received: (at submit) by debbugs.gnu.org; 30 Mar 2024 12:31:40 +0000 Received: from localhost ([127.0.0.1]:44150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rqXs3-0005F1-D0 for submit@debbugs.gnu.org; Sat, 30 Mar 2024 08:31:40 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rqXs0-0005ED-Rh for submit@debbugs.gnu.org; Sat, 30 Mar 2024 08:31:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqXrq-0003eK-5H for guix-patches@gnu.org; Sat, 30 Mar 2024 08:31:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqXrm-0006wo-Kf for guix-patches@gnu.org; Sat, 30 Mar 2024 08:31:25 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 74A4D240103 for ; Sat, 30 Mar 2024 13:31:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1711801880; bh=BycCXxHWYsT4V11qB78Y1llzsjAm21y1UJzlXq1qBX0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=Ay/Wfwh4Y7rBjAzg56RAY0t2rjj94hJ5STtrvv/OayoeQvJKXqLdJlRFk7epCcMya fH0O3WFPedbBL/mZ2W6OODlC2/vCYzdphrva20MsfGHrTg10soR/XQ1dhqqTQdtlO/ ttiaYl80T9h30q+hZeHyv9ZffRrDVHGWFhiUrUg+wyk1q41D0BXurG0pQ/i/HLyhkQ ZCn9kSk1wZk1FkebPlnMf9V57vjjBDGjvDowbaTCic2Un+4tUV93xedOUoIdPjdWok XpfnwM4JmUjqF0mUHIybaXLAi7RJKZuhmK5oYArEoDH35IQ4pto1NxKwLSXn28VFV6 ICZAUk7W5MVJg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4V6Gpv1DNnz9rxD; Sat, 30 Mar 2024 13:31:18 +0100 (CET) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: python-scikit-optimize: Update to 0.10.1. Date: Sat, 30 Mar 2024 12:30:52 +0000 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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: -0.0 (/) * gnu/packages/python-science.scm (python-scikit-optimize): Update to 0.10.1. [source]: Switch to maintained repository. Remove compatibility patches and snippet. * gnu/packages/patches/python-scikit-optimize-1148.patch, gnu/packages/patches/python-scikit-optimize-1148.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I6c23c93d3c256b0b97166f80eaeab7f2c7282c5f --- scikit-optimize was archived by upstream without explanation. One of the (ex) maintainers forked the project and is updating it, seems to be a one man project, but again no annoucement. I noticed that the PyPI page for this package is now held by this new repo. Is it safe to merge? gnu/local.mk | 2 - .../patches/python-scikit-optimize-1148.patch | 32 -- .../patches/python-scikit-optimize-1150.patch | 275 ------------------ gnu/packages/python-science.scm | 19 +- 4 files changed, 3 insertions(+), 325 deletions(-) delete mode 100644 gnu/packages/patches/python-scikit-optimize-1148.patch delete mode 100644 gnu/packages/patches/python-scikit-optimize-1150.patch diff --git a/gnu/local.mk b/gnu/local.mk index f2b480bded..3d45b8f573 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1947,8 +1947,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-robotframework-source-date-epoch.patch \ %D%/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch \ %D%/packages/patches/python-scikit-bio-1887.patch \ - %D%/packages/patches/python-scikit-optimize-1148.patch \ - %D%/packages/patches/python-scikit-optimize-1150.patch \ %D%/packages/patches/python-typing-inspect-fix.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ diff --git a/gnu/packages/patches/python-scikit-optimize-1148.patch b/gnu/packages/patches/python-scikit-optimize-1148.patch deleted file mode 100644 index 6ad854ab1e..0000000000 --- a/gnu/packages/patches/python-scikit-optimize-1148.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 3a5d5eb90ec9d8d4905c05387748486157cadbbb Mon Sep 17 00:00:00 2001 -From: valtron -Date: Tue, 14 Feb 2023 09:56:10 -0700 -Subject: [PATCH] `np.int` -> `int` - -`np.int is int` and it was deprecated in numpy 1.20: https://numpy.org/doc/1.20/release/1.20.0-notes.html#deprecations ---- - skopt/space/transformers.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/skopt/space/transformers.py b/skopt/space/transformers.py -index 68892952..f2dfb164 100644 ---- a/skopt/space/transformers.py -+++ b/skopt/space/transformers.py -@@ -259,7 +259,7 @@ def transform(self, X): - if (self.high - self.low) == 0.: - return X * 0. - if self.is_int: -- return (np.round(X).astype(np.int) - self.low) /\ -+ return (np.round(X).astype(int) - self.low) /\ - (self.high - self.low) - else: - return (X - self.low) / (self.high - self.low) -@@ -272,7 +272,7 @@ def inverse_transform(self, X): - raise ValueError("All values should be greater than 0.0") - X_orig = X * (self.high - self.low) + self.low - if self.is_int: -- return np.round(X_orig).astype(np.int) -+ return np.round(X_orig).astype(int) - return X_orig - - diff --git a/gnu/packages/patches/python-scikit-optimize-1150.patch b/gnu/packages/patches/python-scikit-optimize-1150.patch deleted file mode 100644 index 0cdf361a80..0000000000 --- a/gnu/packages/patches/python-scikit-optimize-1150.patch +++ /dev/null @@ -1,275 +0,0 @@ -From cd74e00d0e4f435d548444e1a5edc20155e371d7 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jonas=20T=C3=B8rnes?= -Date: Wed, 15 Feb 2023 18:47:52 +0100 -Subject: [PATCH 1/5] Update RandomForesetRegressor criterion to be inline with - scikit-learn change from mse to squared error this has the same funcitonality - ---- - requirements.txt | 6 +++--- - setup.py | 6 +++--- - skopt/learning/forest.py | 30 +++++++++++++++--------------- - 3 files changed, 21 insertions(+), 21 deletions(-) - -diff --git a/requirements.txt b/requirements.txt -index 1eaa3083a..23ab3d856 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -1,6 +1,6 @@ --numpy>=1.13.3 --scipy>=0.19.1 --scikit-learn>=0.20 -+numpy>=1.23.2 -+scipy>=1.10.0 -+scikit-learn>=1.2.1 - matplotlib>=2.0.0 - pytest - pyaml>=16.9 -diff --git a/setup.py b/setup.py -index 8879da880..e7f921765 100644 ---- a/setup.py -+++ b/setup.py -@@ -42,9 +42,9 @@ - classifiers=CLASSIFIERS, - packages=['skopt', 'skopt.learning', 'skopt.optimizer', 'skopt.space', - 'skopt.learning.gaussian_process', 'skopt.sampler'], -- install_requires=['joblib>=0.11', 'pyaml>=16.9', 'numpy>=1.13.3', -- 'scipy>=0.19.1', -- 'scikit-learn>=0.20.0'], -+ install_requires=['joblib>=0.11', 'pyaml>=16.9', 'numpy>=1.23.2', -+ 'scipy>=1.10.0', -+ 'scikit-learn>=1.2.1'], - extras_require={ - 'plots': ["matplotlib>=2.0.0"] - } -diff --git a/skopt/learning/forest.py b/skopt/learning/forest.py -index 096770c1d..ebde568f5 100644 ---- a/skopt/learning/forest.py -+++ b/skopt/learning/forest.py -@@ -27,7 +27,7 @@ def _return_std(X, trees, predictions, min_variance): - ------- - std : array-like, shape=(n_samples,) - Standard deviation of `y` at `X`. If criterion -- is set to "mse", then `std[i] ~= std(y | X[i])`. -+ is set to "squared_error", then `std[i] ~= std(y | X[i])`. - - """ - # This derives std(y | x) as described in 4.3.2 of arXiv:1211.0906 -@@ -61,9 +61,9 @@ class RandomForestRegressor(_sk_RandomForestRegressor): - n_estimators : integer, optional (default=10) - The number of trees in the forest. - -- criterion : string, optional (default="mse") -+ criterion : string, optional (default="squared_error") - The function to measure the quality of a split. Supported criteria -- are "mse" for the mean squared error, which is equal to variance -+ are "squared_error" for the mean squared error, which is equal to variance - reduction as feature selection criterion, and "mae" for the mean - absolute error. - -@@ -194,7 +194,7 @@ class RandomForestRegressor(_sk_RandomForestRegressor): - .. [1] L. Breiman, "Random Forests", Machine Learning, 45(1), 5-32, 2001. - - """ -- def __init__(self, n_estimators=10, criterion='mse', max_depth=None, -+ def __init__(self, n_estimators=10, criterion='squared_error', max_depth=None, - min_samples_split=2, min_samples_leaf=1, - min_weight_fraction_leaf=0.0, max_features='auto', - max_leaf_nodes=None, min_impurity_decrease=0., -@@ -228,20 +228,20 @@ def predict(self, X, return_std=False): - Returns - ------- - predictions : array-like of shape = (n_samples,) -- Predicted values for X. If criterion is set to "mse", -+ Predicted values for X. If criterion is set to "squared_error", - then `predictions[i] ~= mean(y | X[i])`. - - std : array-like of shape=(n_samples,) - Standard deviation of `y` at `X`. If criterion -- is set to "mse", then `std[i] ~= std(y | X[i])`. -+ is set to "squared_error", then `std[i] ~= std(y | X[i])`. - - """ - mean = super(RandomForestRegressor, self).predict(X) - - if return_std: -- if self.criterion != "mse": -+ if self.criterion != "squared_error": - raise ValueError( -- "Expected impurity to be 'mse', got %s instead" -+ "Expected impurity to be 'squared_error', got %s instead" - % self.criterion) - std = _return_std(X, self.estimators_, mean, self.min_variance) - return mean, std -@@ -257,9 +257,9 @@ class ExtraTreesRegressor(_sk_ExtraTreesRegressor): - n_estimators : integer, optional (default=10) - The number of trees in the forest. - -- criterion : string, optional (default="mse") -+ criterion : string, optional (default="squared_error") - The function to measure the quality of a split. Supported criteria -- are "mse" for the mean squared error, which is equal to variance -+ are "squared_error" for the mean squared error, which is equal to variance - reduction as feature selection criterion, and "mae" for the mean - absolute error. - -@@ -390,7 +390,7 @@ class ExtraTreesRegressor(_sk_ExtraTreesRegressor): - .. [1] L. Breiman, "Random Forests", Machine Learning, 45(1), 5-32, 2001. - - """ -- def __init__(self, n_estimators=10, criterion='mse', max_depth=None, -+ def __init__(self, n_estimators=10, criterion='squared_error', max_depth=None, - min_samples_split=2, min_samples_leaf=1, - min_weight_fraction_leaf=0.0, max_features='auto', - max_leaf_nodes=None, min_impurity_decrease=0., -@@ -425,19 +425,19 @@ def predict(self, X, return_std=False): - Returns - ------- - predictions : array-like of shape=(n_samples,) -- Predicted values for X. If criterion is set to "mse", -+ Predicted values for X. If criterion is set to "squared_error", - then `predictions[i] ~= mean(y | X[i])`. - - std : array-like of shape=(n_samples,) - Standard deviation of `y` at `X`. If criterion -- is set to "mse", then `std[i] ~= std(y | X[i])`. -+ is set to "squared_error", then `std[i] ~= std(y | X[i])`. - """ - mean = super(ExtraTreesRegressor, self).predict(X) - - if return_std: -- if self.criterion != "mse": -+ if self.criterion != "squared_error": - raise ValueError( -- "Expected impurity to be 'mse', got %s instead" -+ "Expected impurity to be 'squared_error', got %s instead" - % self.criterion) - std = _return_std(X, self.estimators_, mean, self.min_variance) - return mean, std - -From 6eb2d4ddaa299ae47d9a69ffb31ebc4ed366d1c1 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jonas=20T=C3=B8rnes?= -Date: Thu, 16 Feb 2023 11:34:58 +0100 -Subject: [PATCH 2/5] Change test to be consistent with code changes. - ---- - skopt/learning/tests/test_forest.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/skopt/learning/tests/test_forest.py b/skopt/learning/tests/test_forest.py -index 0711cde9d..c6ed610f3 100644 ---- a/skopt/learning/tests/test_forest.py -+++ b/skopt/learning/tests/test_forest.py -@@ -35,7 +35,7 @@ def test_random_forest(): - assert_array_equal(clf.predict(T), true_result) - assert 10 == len(clf) - -- clf = RandomForestRegressor(n_estimators=10, criterion="mse", -+ clf = RandomForestRegressor(n_estimators=10, criterion="squared_error", - max_depth=None, min_samples_split=2, - min_samples_leaf=1, - min_weight_fraction_leaf=0., -@@ -80,7 +80,7 @@ def test_extra_forest(): - assert_array_equal(clf.predict(T), true_result) - assert 10 == len(clf) - -- clf = ExtraTreesRegressor(n_estimators=10, criterion="mse", -+ clf = ExtraTreesRegressor(n_estimators=10, criterion="squared_error", - max_depth=None, min_samples_split=2, - min_samples_leaf=1, min_weight_fraction_leaf=0., - max_features="auto", max_leaf_nodes=None, - -From 52c620add07d845debbaff2ce2b1c5faf3eae79b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jonas=20T=C3=B8rnes?= -Date: Wed, 22 Feb 2023 16:59:03 +0100 -Subject: [PATCH 3/5] Update skopt/learning/forest.py -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fix max line width - -Co-authored-by: Roland Laurès ---- - skopt/learning/forest.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/skopt/learning/forest.py b/skopt/learning/forest.py -index ebde568f5..07dc42664 100644 ---- a/skopt/learning/forest.py -+++ b/skopt/learning/forest.py -@@ -194,8 +194,8 @@ class RandomForestRegressor(_sk_RandomForestRegressor): - .. [1] L. Breiman, "Random Forests", Machine Learning, 45(1), 5-32, 2001. - - """ -- def __init__(self, n_estimators=10, criterion='squared_error', max_depth=None, -- min_samples_split=2, min_samples_leaf=1, -+ def __init__(self, n_estimators=10, criterion='squared_error', -+ max_depth=None, min_samples_split=2, min_samples_leaf=1, - min_weight_fraction_leaf=0.0, max_features='auto', - max_leaf_nodes=None, min_impurity_decrease=0., - bootstrap=True, oob_score=False, - -From 52a7db95cb567186fb4e9003139fea4592bdbf05 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jonas=20T=C3=B8rnes?= -Date: Wed, 22 Feb 2023 17:03:25 +0100 -Subject: [PATCH 4/5] Fix line widht issues - ---- - skopt/learning/forest.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/skopt/learning/forest.py b/skopt/learning/forest.py -index 07dc42664..d4c24456b 100644 ---- a/skopt/learning/forest.py -+++ b/skopt/learning/forest.py -@@ -390,8 +390,8 @@ class ExtraTreesRegressor(_sk_ExtraTreesRegressor): - .. [1] L. Breiman, "Random Forests", Machine Learning, 45(1), 5-32, 2001. - - """ -- def __init__(self, n_estimators=10, criterion='squared_error', max_depth=None, -- min_samples_split=2, min_samples_leaf=1, -+ def __init__(self, n_estimators=10, criterion='squared_error', -+ max_depth=None, min_samples_split=2, min_samples_leaf=1, - min_weight_fraction_leaf=0.0, max_features='auto', - max_leaf_nodes=None, min_impurity_decrease=0., - bootstrap=False, oob_score=False, - -From 6b185e489fb4a56625e8505292a20c80434f0633 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jonas=20T=C3=B8rnes?= -Date: Wed, 22 Feb 2023 18:37:11 +0100 -Subject: [PATCH 5/5] Fix lin width issues for comments. - ---- - skopt/learning/forest.py | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/skopt/learning/forest.py b/skopt/learning/forest.py -index d4c24456b..eb3bd6648 100644 ---- a/skopt/learning/forest.py -+++ b/skopt/learning/forest.py -@@ -63,9 +63,9 @@ class RandomForestRegressor(_sk_RandomForestRegressor): - - criterion : string, optional (default="squared_error") - The function to measure the quality of a split. Supported criteria -- are "squared_error" for the mean squared error, which is equal to variance -- reduction as feature selection criterion, and "mae" for the mean -- absolute error. -+ are "squared_error" for the mean squared error, which is equal to -+ variance reduction as feature selection criterion, and "mae" for the -+ mean absolute error. - - max_features : int, float, string or None, optional (default="auto") - The number of features to consider when looking for the best split: -@@ -259,9 +259,9 @@ class ExtraTreesRegressor(_sk_ExtraTreesRegressor): - - criterion : string, optional (default="squared_error") - The function to measure the quality of a split. Supported criteria -- are "squared_error" for the mean squared error, which is equal to variance -- reduction as feature selection criterion, and "mae" for the mean -- absolute error. -+ are "squared_error" for the mean squared error, which is equal to -+ variance reduction as feature selection criterion, and "mae" for the -+ mean absolute error. - - max_features : int, float, string or None, optional (default="auto") - The number of features to consider when looking for the best split: diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 93d3b25272..762e8c98e5 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -364,29 +364,16 @@ (define-public python-scikit-opt (define-public python-scikit-optimize (package (name "python-scikit-optimize") - (version "0.9.0") + (version "0.10.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/scikit-optimize/scikit-optimize") + (url "https://github.com/holgern/scikit-optimize") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "0hsq6pmryimxc275yrcy4bv217bx7ma6rz0q6m4138bv4zgq18d1")) - (patches - ;; These are for compatibility with more recent versions of - ;; numpy and scikit-learn. - (search-patches "python-scikit-optimize-1148.patch" - "python-scikit-optimize-1150.patch")) - (modules '((guix build utils))) - (snippet - ;; Since scikit-learn 1.3 max_features no longer supports - ;; 'auto', which is identical to 'sqrt' - '(substitute* '("skopt/learning/forest.py" - "skopt/learning/tests/test_forest.py") - (("max_features=['\"]auto['\"]") - "max_features='sqrt'"))))) + "1c9b7g3v9ajaq78nzv6gy3xqlfjlcqqhsq87d7gfc4pdswvfv1ns")))) (build-system pyproject-build-system) (propagated-inputs (list python-joblib base-commit: a17976e975001d3e95c998f1196a39bbb432de4f prerequisite-patch-id: 35b1bce8404aa9b122774f343fbde6b1accb6a33 prerequisite-patch-id: c0c840125378b58dddfeb89491c36a0ffcd34d90 prerequisite-patch-id: 6307ea85cee71834b4e3b8d362025c19d5144177 prerequisite-patch-id: e49db0ce706076aafa11c84cbe27a017531f7a98 prerequisite-patch-id: dc8571a1261a53ba90ae37dcebe79bc99630e661 prerequisite-patch-id: 1462b7d670025fea8e66ed6290a994e62035ef5d prerequisite-patch-id: 3e713b03abf25cc015c33e810b179af1c0b42804 prerequisite-patch-id: 920528da46d1621c15c5a6f10464c7ae5cde4003 prerequisite-patch-id: 7a94347b316fc5e4f20f51fe2ddeb097c3cae79f prerequisite-patch-id: 098696bf90a9e1b3e6237ae8c647b63d3bed8c6e prerequisite-patch-id: 84cc8b92fa6e1e0491a5f7ca020d13c662d3d3be prerequisite-patch-id: c56fb6c601a1014b6ba876b8d601449e535ea7b5 prerequisite-patch-id: 5971911f2fe36d93c11c11ec878495033dec14cf prerequisite-patch-id: 6e1fecd20a532eca97a9ea044765186159f6551e prerequisite-patch-id: 1ad8cb8f6e5ccfb35b32ea20a1c2f0b25de08b6b prerequisite-patch-id: 9a72f1e2eda3506da18d209bd83c0a45adeadfe3 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 02 05:48:36 2024 Received: (at 70089) by debbugs.gnu.org; 2 Jun 2024 09:48:36 +0000 Received: from localhost ([127.0.0.1]:57859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDhpL-0001Fv-QC for submit@debbugs.gnu.org; Sun, 02 Jun 2024 05:48:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDhpK-0001Fh-BA for 70089@debbugs.gnu.org; Sun, 02 Jun 2024 05:48:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sDhp2-0007GK-IY; Sun, 02 Jun 2024 05:48:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=fQeY9DUxO3xu0wtLiEyTj+QsycGZNoWA0kjYiUlH9xU=; b=AGmzCPLctUHimQnZmk+c u8qGK5tJ5+FALmrr8rsIL7L9/uKBw10RQTWSord11NVp9WB/fuveE4lAw32Ry4/GVFBsDMfSzkUwS o+SffgFgDTK1Pjv0vSs8zHZno4jLLJJjFFb2Mdw0KoxAdXQ1uezvucofHs0piak987g2lGk4FChdW 56malycxYgusUaUUt+4IiCPynC+uKMmT3rQIibddtpNgoflMg5mYfZdQ5kRX0DGdI68cemYI8/R2T T0rV+Eo3GJNRF8BiZW8Fz+8lIhfiVH7eFHQ8ZTTVfa3yKQu5LrOmgsA5ZBZOXI9AkQUIIZF7l/sYf CipzxwoSrOLpVA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vinicius Monego Subject: Re: [bug#70089] [PATCH] gnu: python-scikit-optimize: Update to 0.10.1. In-Reply-To: (Vinicius Monego's message of "Sat, 30 Mar 2024 12:30:52 +0000") References: Date: Sun, 02 Jun 2024 11:48:14 +0200 Message-ID: <875xurn09t.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 70089 Cc: 70089@debbugs.gnu.org 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: -3.3 (---) Hi Vinicius, Vinicius Monego skribis: > * gnu/packages/python-science.scm (python-scikit-optimize): Update to 0.1= 0.1. > [source]: Switch to maintained repository. Remove compatibility patches a= nd > snippet. > * gnu/packages/patches/python-scikit-optimize-1148.patch, > gnu/packages/patches/python-scikit-optimize-1148.patch: Remove files. > * gnu/local.mk (dist_patch_DATA): Remove them. > > Change-Id: I6c23c93d3c256b0b97166f80eaeab7f2c7282c5f qa.guix hasn=E2=80=99t caught up but if it builds and so does python-deepxd= e, you should go a head and push it. Quoth the manual (info "(guix) Commit Access"): If you=E2=80=99re committing and pushing your own changes, try and wai= t at least one week (two weeks for more significant changes) after you send them for review. After this, if no one else is available to review them and if you=E2=80=99re confident about the changes, it=E2=80=99s OK to com= mit. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 06 22:21:29 2024 Received: (at 70089-done) by debbugs.gnu.org; 7 Jul 2024 02:21:29 +0000 Received: from localhost ([127.0.0.1]:46999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQHWr-0003t5-Eg for submit@debbugs.gnu.org; Sat, 06 Jul 2024 22:21:29 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42839) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQHWp-0003st-Ho for 70089-done@debbugs.gnu.org; Sat, 06 Jul 2024 22:21:28 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 772F3240101 for <70089-done@debbugs.gnu.org>; Sun, 7 Jul 2024 04:21:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1720318877; bh=d3DkkvEbvb1miZep1adWZAeo9QNX5W/1wX5SMeUWAq0=; h=Message-ID:Subject:From:To:Cc:Date:Content-Type: Content-Transfer-Encoding:MIME-Version:From; b=OneT3rNTkLu1p413PCpXsrJMbYvTfM62kdC7IMIGxxxAKXiye8rsMNhNmEKc21oT1 vD52cIrzXP2XgMUujWk72s+pIlmLMFPhiZspUbKFwFJvb7gprBRZqfyLmfagFYd22u sUlr3D+T1C4xK6qzw6glUhY5lkMHl60KIaH0Gr+VDRf6sH/2rKw8dIde8ASNMCAssn 8Hj08h2pNBidQp1kUTjFLo+lhYXkFk0rhkh0wXSiELJjdg1YTJYzV+JCF5hYOJgb4z l3gr2ZCLGMzZ8FTV4ioZ7J/pAWDdt9gQFNRPe2qdH50jOPZVsNq12YQJWzxlLlEpgf UMnk3p5mYIerA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WGrbH1hq2z6tyb; Sun, 7 Jul 2024 04:21:14 +0200 (CEST) Message-ID: <0730be2ba79963bd8e226b3d3fbb513bc9e5aff7.camel@posteo.net> Subject: Re: [bug#70089] [PATCH] gnu: python-scikit-optimize: Update to 0.10.1. From: Vinicius Monego To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Sun, 07 Jul 2024 02:20:17 +0000 In-Reply-To: <875xurn09t.fsf@gnu.org> References: <875xurn09t.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 70089-done Cc: 70089-done@debbugs.gnu.org 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: -3.3 (---) Em dom, 2024-06-02 =C3=A0s 11:48 +0200, Ludovic Court=C3=A8s escreveu: > Hi Vinicius, >=20 > Vinicius Monego skribis: >=20 > > * gnu/packages/python-science.scm (python-scikit-optimize): Update > > to 0.10.1. > > [source]: Switch to maintained repository. Remove compatibility > > patches and > > snippet. > > * gnu/packages/patches/python-scikit-optimize-1148.patch, > > gnu/packages/patches/python-scikit-optimize-1148.patch: Remove > > files. > > * gnu/local.mk (dist_patch_DATA): Remove them. > >=20 > > Change-Id: I6c23c93d3c256b0b97166f80eaeab7f2c7282c5f >=20 > qa.guix hasn=E2=80=99t caught up but if it builds and so does python-deep= xde, > you should go a head and push it. >=20 > Quoth the manual (info "(guix) Commit Access"): >=20 > =C2=A0=C2=A0=C2=A0=C2=A0 If you=E2=80=99re committing and pushing your ow= n changes, try and wait > at > =C2=A0 least one week (two weeks for more significant changes) after you > send > =C2=A0 them for review.=C2=A0 After this, if no one else is available to = review > them > =C2=A0 and if you=E2=80=99re confident about the changes, it=E2=80=99s OK= to commit. >=20 > Thanks, > Ludo=E2=80=99. Done, thanks. Vinicius From unknown Sun Jun 22 11:47:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Aug 2024 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator