Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-stk for
openSUSE:Factory checked in at 2022-08-25 15:09:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-stk (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-stk.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-stk"
Thu Aug 25 15:09:01 2022 rev:9 rq:999130 version:2.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-stk/octave-forge-stk.changes
2019-11-28 10:15:18.107637885 +0100
+++
/work/SRC/openSUSE:Factory/.octave-forge-stk.new.2083/octave-forge-stk.changes
2022-08-25 15:09:07.897219854 +0200
@@ -1,0 +2,47 @@
+Sun Aug 21 22:21:17 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.7.0:
+ * Required Octave version number has been raised to 4.0.0.
+ * Prediction:
+ - stk_predict.m now officially supports a shorter calling
+ syntax: `[zp, ...] = skt_predict (model, x_prd)` that can be
+ used either to compute predictions from any type of model
+ - @stk_model_gpposterior/stk_predict.m: no longer exists. The
+ base stk_predict function now provides the recommended
+ interface for all possible types of models, and then
+ dispatches to the (new) internal function stk_predict_ to do
+ the actual computations.
+ * Models: Removed get_input_data, get_output_data,
+ get_prior_model.
+ * Arrays:
+ - stk_dataframe arrays now possess a sample_size property,
+ which can be read using the usual dot-indexing notation or
+ through the (slightly faster) getter stk_get_sample_size.
+ - stk_model_gpposterior objects also have a sample_size
+ property, which corresponds to the sample size of the
+ underlying data set and can be read similarly.
+ - stk_length: deprecated (use stk_get_sample_size instead).
+ - @stk_model_gpposterior/stk_{set,get}_optimizable_parameters.m:
+ Fix a bug (erroneous property name).
+ * Sequential design of experiments: @stk_sampcrit_akg/set.m:
+ * Remove replicated input points when the AKG reference grid is
+ * construted using Scott's original method (i.e., taking past
+ * observations points plus the candidate point).
+ * Examples:
+ - stk_example_kb07.m: Add a second figure where nu is fixed to
+ 5/2 and rho varies.
+ - stk_example_doe05.m: Make it possible to use the exact KG
+ criterion instead of Scott's approximation.
+ - stk_example_doe06.m: New example script, which illustrates a
+ simple sequential design strategy to estimate an excursion
+ set (failure region) and its volume.
+ * Miscellaneous:
+ - stk_init.m: Make STK startup faster.
+ - startup.m: Run stk_init automatically for in-place use.
+ - stk_select_optimizer.m, stk_optim_hasfmincon.m: Removed.
+ - README.md: Explain how to initialize STK when using the
+ Parallel Computing Toolbox in Matlab, by means of the
+ pctRunOnAll function.
+ - Internal: source formatting, comments, etc.
+
+-------------------------------------------------------------------
Old:
----
stk-2.6.1.tar.gz
New:
----
stk-2.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-stk.spec ++++++
--- /var/tmp/diff_new_pack.54mr9q/_old 2022-08-25 15:09:08.569221273 +0200
+++ /var/tmp/diff_new_pack.54mr9q/_new 2022-08-25 15:09:08.577221291 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package octave-forge-stk
+# spec file
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define octpkg stk
Name: octave-forge-%{octpkg}
-Version: 2.6.1
+Version: 2.7.0
Release: 0
Summary: Small Octave Toolbox for Kriging
License: GPL-3.0-or-later
@@ -26,8 +26,8 @@
URL: https://octave.sourceforge.io
Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
-BuildRequires: octave-devel >= 3.8.0
-Requires: octave-cli >= 3.8.0
+BuildRequires: octave-devel >= 4.0.0
+Requires: octave-cli >= 4.0.0
%description
The STK is a (not so) Small Toolbox for Kriging. Its primary focus
++++++ stk-2.6.1.tar.gz -> stk-2.7.0.tar.gz ++++++
++++ 12718 lines of diff (skipped)