Hello community,
here is the log from the commit of package octave-forge-symbolic for
openSUSE:Factory checked in at 2017-08-28 15:12:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-symbolic (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-symbolic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-symbolic"
Mon Aug 28 15:12:17 2017 rev:6 rq:517986 version:2.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-symbolic/octave-forge-symbolic.changes
2016-06-09 16:17:27.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-symbolic.new/octave-forge-symbolic.changes
2017-08-28 15:13:13.122001600 +0200
@@ -1,0 +2,35 @@
+Fri Aug 18 16:06:42 UTC 2017 - [email protected]
+
+- Update to version 2.6.0
+ * New symbolic commands: ellipke, ellipticCE, ellipticCK,
+ ellipticCPi, ellipticE, ellipticF, ellipticK, ellipticPi,
+ harmonic, kroneckerDelta, pochhammer
+ * New `@double` numerical functions; these are wrappers around
+ SymPy, so they are slower than native floating-point
+ implementations: harmonic.
+ * Support for the new SymPy 1.1.1.
+ * `solve` now supports vectors of equations and vectors of
+ variables.
+ * Better warning for `sym(0.1)`, updated docs about floating
+ point.
+ * Double values can now be converted to their exact rational
+ value using `sym(0.1, 'f')`. Passing `'r'` gives the current
+ heuristic behaviour. Neither raises a warning.
+ * The default floating-point heuristics now check for square
+ roots of integers, so `sym(sqrt(2))` should work.
+ * `sym('i')` and `sym('I')` no longer create the imaginary unit:
+ use `sym(i)` or `sym(1i)`.
+ * `sym(e)` now gives the same as `exp(sym(1))`. However,
+ `sym('e')` and `syms e` continue to create a variable named
+ `e`.
+ * `sym` now accepts function handles such as anonymous functions
+ as inputs.
+ * `subs` is not approriate for numerical evaluation; add an
+ example in `help subs` which shows how to do this with
+ `function_handle`.
+ * Calling `sym(cell)` now creates a sym array instead of a cell
+ array. Old behaviour of creating a cell array was deprecated
+ in 2.5.0.
+ * Bug fix: isequal(n) for symfun's correctly tests the argnames.
+
+-------------------------------------------------------------------
Old:
----
symbolic-2.4.0.tar.gz
New:
----
symbolic-2.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-symbolic.spec ++++++
--- /var/tmp/diff_new_pack.Mjd62C/_old 2017-08-28 15:13:16.369544727 +0200
+++ /var/tmp/diff_new_pack.Mjd62C/_new 2017-08-28 15:13:16.397540788 +0200
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-symbolic
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +18,7 @@
%define octpkg symbolic
Name: octave-forge-%{octpkg}
-Version: 2.4.0
+Version: 2.6.0
Release: 0
Summary: Octave Symbolic Package using SymPy
License: GPL-3.0+
++++++ symbolic-2.4.0.tar.gz -> symbolic-2.6.0.tar.gz ++++++
++++ 24863 lines of diff (skipped)