Hello community,
here is the log from the commit of package octave-forge-optim for
openSUSE:Factory checked in at 2016-06-14 23:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-optim (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-optim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-optim"
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-optim/octave-forge-optim.changes
2015-06-16 15:13:23.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-optim.new/octave-forge-optim.changes
2016-06-14 23:07:49.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Jun 10 16:00:01 UTC 2016 - [email protected]
+
+- Update to version 1.5.0
+ * Compatible with Octaves new exception-based error
+ handling.
+ * New compatibility wrapper functions 'lsqnonlin' and 'lsqcurvefit',
+ calling the more general functions 'nonlin_residmin' and
+ 'nonlin_curvefit' iternally.
+ * New compatibility wrapper function 'nlinfit', calling
+ 'nonlin_curvefit' and 'curvefit_stat' internally. New functions
+ 'statset' and 'statget' for compatibility in handling options of
+ 'nlinfit'.
+ * New common frontend option 'TypicalX'. Additional common frontend
+ options 'FinDiffRelStep' and 'FinDiffType', to match usual option
+ names. 'diffp' and 'diff_onesided' are still available and can now
+ also be specified as scalars.
+ * nonlin_residmin and nonlin_curvefit return determined Lagrange
+ multipliers of any constaints
+ * New interface function 'quadprog', similar to Octaves 'qp'.
+ * New function 'lsqlin'.
+ * Removed deprecated functions 'minimize', 'd2_min', and
+ 'fmin'. Removed obsolete documentation 'optim-mini-howto-2'.
+- Drop obsolete:
+ * optim-gcc-errors.patch
+ * optim-no-doc-rebuild.patch
+
+-------------------------------------------------------------------
Old:
----
optim-1.4.1.tar.gz
optim-gcc-errors.patch
optim-no-doc-rebuild.patch
New:
----
optim-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-optim.spec ++++++
--- /var/tmp/diff_new_pack.OBEwIM/_old 2016-06-14 23:07:50.000000000 +0200
+++ /var/tmp/diff_new_pack.OBEwIM/_new 2016-06-14 23:07:50.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-optim
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,21 @@
%define octpkg optim
Name: octave-forge-%{octpkg}
-Version: 1.4.1
+Version: 1.5.0
Release: 0
Summary: Non-linear optimization toolkit for Octave
License: GPL-3.0+
Group: Productivity/Scientific/Math
Url: http://octave.sourceforge.net
Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM optim-gcc-errors.patch -- Fix
no-return-in-nonvoid-function
-Patch1: optim-gcc-errors.patch
-# PATCH-FIX-OPENSUSE optim-no-doc-rebuild.patch -- Disable documentation
rebuild
-Patch2: optim-no-doc-rebuild.patch
BuildRequires: blas-devel
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
BuildRequires: lapack-devel
BuildRequires: octave-devel
Requires: octave-cli >= 3.6.0
-Requires: octave-forge-struct >= 1.0.10
+Requires: octave-forge-parallel >= 3.0.4
+Requires: octave-forge-struct >= 1.0.12
%description
Non-linear optimization toolkit.
@@ -43,8 +40,6 @@
%prep
%setup -q -c %{name}-%{version}
-%patch1 -p1
-%patch2 -p1
%octave_pkg_src
%build
++++++ optim-1.4.1.tar.gz -> optim-1.5.0.tar.gz ++++++
++++ 38709 lines of diff (skipped)