Hello community,
here is the log from the commit of package octave-forge-parallel for
openSUSE:Factory checked in at 2015-08-31 22:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-parallel (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-parallel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-parallel"
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-parallel/octave-forge-parallel.changes
2015-06-16 15:13:27.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-parallel.new/octave-forge-parallel.changes
2015-08-31 22:58:53.000000000 +0200
@@ -1,0 +2,40 @@
+Thu Aug 13 10:42:43 UTC 2015 - [email protected]
+
+- Update to version 3.0.2
+ * Bugfix release
+
+-------------------------------------------------------------------
+Tue Jul 14 19:30:05 UTC 2015 - [email protected]
+
+- Update to version 3.0.0
+ * 'parcellfun' and 'pararrayfun' accept an option "CumFunc" for
+ cumulative results.
+ * Fix handling of option "UniformOutput" with option "Vectorized" in
+ 'pararrayfun'.
+ * Function 'connect()' has been renamed to 'pconnect()' since the
+ previous name is used by the control package.
+ * New functions 'netcellfun' and 'netarrayfun' for remote parallel
+ execution.
+ * New convenience function 'rfeval' for single remote function
+ execution.
+ * New function 'install_vars' to distribute named variables over the
+ parallel cluster.
+ * The value returned by pconnect and the variable 'sockets' held by
+ pserver, holding the network connections, are now opaque. Indexing
+ the connections in this value should work as with the matrix used
+ before.
+ * Connections can be based on TLS-SRP, which is now the default. New
+ function parallel_generate_srp_data generates authorization data.
+ * Parallel cluster commands hanging in system calls (e.g. trying to
+ read data that was not sent) can be interrupted with Ctrl-C
+ (invalidating the network connections in most cases, so that
+ information within server memory will be lost).
+ * New functions 'network_get_info' and 'network_set'.
+ * Within a particular parallel network, servers are supposed to be
+ unique now. But a server can be a part of several parallel
+ networks, and successful connection attempts of such overlapping
+ networks should now be possible even if initiated from different
+ client machines or client processes at the same time.
+ * Removed deprecated bw_... group of functions.
+
+-------------------------------------------------------------------
Old:
----
parallel-2.2.1.tar.gz
New:
----
parallel-3.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-parallel.spec ++++++
--- /var/tmp/diff_new_pack.oQTMa3/_old 2015-08-31 22:58:54.000000000 +0200
+++ /var/tmp/diff_new_pack.oQTMa3/_new 2015-08-31 22:58:54.000000000 +0200
@@ -18,7 +18,7 @@
%define octpkg parallel
Name: octave-forge-%{octpkg}
-Version: 2.2.1
+Version: 3.0.2
Release: 0
Summary: Parallel Computing for Octave
License: GPL-3.0+
@@ -26,10 +26,12 @@
Url: http://octave.sourceforge.net
Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
+BuildRequires: gnutls-devel
BuildRequires: hdf5-devel
BuildRequires: octave-devel
+BuildRequires: pkgconfig
BuildRequires: zlib-devel
-Requires: octave-cli >= 3.4.0
+Requires: octave-cli >= 3.8.0
%description
Parallel execution package.
++++++ parallel-2.2.1.tar.gz -> parallel-3.0.2.tar.gz ++++++
++++ 11981 lines of diff (skipped)