Hello community,
here is the log from the commit of package octave-forge-interval for
openSUSE:Factory checked in at 2015-08-31 22:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-interval (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-interval.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-interval"
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-interval/octave-forge-interval.changes
2015-07-02 22:47:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-interval.new/octave-forge-interval.changes
2015-08-31 22:58:52.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Aug 13 10:39:39 UTC 2015 - [email protected]
+
+- Update to version 1.1.0
+ * meshgrid, mince: New utility functions to help plotting of
+ interval functions
+ * linspace: New interval arithmetic function
+ * intersect, max, min, union: Allow evaluation as aggregate
+ functions within an interval matrix along a common dimension
+ * Improvements in the documentation
+
+-------------------------------------------------------------------
Old:
----
interval-1.0.0.tar.gz
New:
----
interval-1.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-interval.spec ++++++
--- /var/tmp/diff_new_pack.k6u1g7/_old 2015-08-31 22:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.k6u1g7/_new 2015-08-31 22:58:52.000000000 +0200
@@ -18,7 +18,7 @@
%define octpkg interval
Name: octave-forge-%{octpkg}
-Version: 1.0.0
+Version: 1.1.0
Release: 0
Summary: Real-valued interval arithmetic for Octave
License: GPL-3.0+
@@ -32,10 +32,18 @@
Requires: octave-cli >= 3.8.2
%description
-The package provides data types for verified computing.
-The implementation of intervals in inf-sup format is based on interval
-boundaries represented by binary64 numbers and is standard conforming to
-IEEE 1788.
+The interval package for real-valued interval arithmetic allows to
+evaluate functions over subsets of their domain. All results are verified,
+because interval computations automatically keep track of any errors.
+
+These concepts can be used to handle uncertainties, estimate arithmetic errors
+and produce reliable results. Also it can be applied to computer-assisted
+proofs, constraint programming, and verified computing.
+
+The implementation is based on interval boundaries represented by binary64
+numbers and is conforming to IEEE Std 1788-2015, IEEE standard for interval
+arithmetic.
+
This is part of Octave-Forge project.
%prep
++++++ interval-1.0.0.tar.gz -> interval-1.1.0.tar.gz ++++++
++++ 4018 lines of diff (skipped)