Hello community, here is the log from the commit of package python3-scipy for openSUSE:Factory checked in at 2015-01-14 11:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-scipy (Old) and /work/SRC/openSUSE:Factory/.python3-scipy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-scipy" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-scipy/python3-scipy.changes 2014-08-13 08:49:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 2015-01-14 11:45:22.000000000 +0100 @@ -1,0 +2,60 @@ +Mon Jan 12 13:36:00 UTC 2015 - [email protected] + +- Update to 0.15.0 + * New features + * scipy.optimize improvements + * scipy.optimize.linprog now provides a generic + linear programming similar to the way scipy.optimize.minimize + provides a generic interface to nonlinear programming optimizers. + Currently the only method supported is simplex which provides + a two-phase, dense-matrix-based simplex algorithm. Callbacks + functions are supported,allowing the user to monitor the progress + of the algorithm. + * The differential_evolution function is available from the scipy.optimize + module. Differential Evolution is an algorithm used for finding the global + minimum of multivariate functions. It is stochastic in nature (does not use + gradient methods), and can search large areas of candidate space, but often + requires larger numbers of function evaluations than conventional gradient + based techniques. + * scipy.signal improvements + * The function max_len_seq was added, which computes a Maximum + Length Sequence (MLS) signal. + * scipy.integrate improvements + * The interface between the scipy.integrate module and the QUADPACK library was + redesigned. It is now possible to use scipy.integrate to integrate + multivariate ctypes functions, thus avoiding callbacks to Python and providing + better performance, especially for complex integrand functions. + * scipy.sparse improvements + * scipy.sparse.linalg.svds now takes a LinearOperator as its main input. + * scipy.stats improvements + * Added a Dirichlet distribution as multivariate distribution. + * The new function `scipy.stats.median_test` computes Mood's median test. + * `scipy.stats.describe` returns a namedtuple rather than a tuple, allowing + users to access results by index or by name. + * Deprecated features + * The scipy.weave module is deprecated. It was the only module never ported + to Python 3.x, and is not recommended to be used for new code - use Cython + instead. In order to support existing code, scipy.weave has been packaged + separately: https://github.com/scipy/weave. It is a pure Python package, so + can easily be installed with pip install weave. + * scipy.special.bessel_diff_formula is deprecated. It is a private function, + and therefore will be removed from the public API in a following release. + * Backwards incompatible changes + * scipy.ndimage + * The functions scipy.ndimage.minimum_positions, + scipy.ndimage.maximum_positions and scipy.ndimage.extrema return + positions as ints instead of floats. + * Other changes + * scipy.integrate + * The OPTPACK and QUADPACK code has been changed to use the LAPACK matrix + solvers rather than the bundled LINPACK code. This means that there is no + longer any need for the bundled LINPACK routines, so they have been removed. + +------------------------------------------------------------------- +Sun Jan 10 00:51:53 UTC 2015 - [email protected] + +- specfile: + * update copyright year + * remove python(abi) requirement + +------------------------------------------------------------------- @@ -279 +338,0 @@ - Old: ---- scipy-0.14.0.tar.gz New: ---- scipy-0.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-scipy.spec ++++++ --- /var/tmp/diff_new_pack.1c28vu/_old 2015-01-14 11:45:25.000000000 +0100 +++ /var/tmp/diff_new_pack.1c28vu/_new 2015-01-14 11:45:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-scipy # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define with_atlas 0 Name: python3-scipy -Version: 0.14.0 +Version: 0.15.0 Release: 0 Summary: Scientific Tools for Python License: BSD-3-Clause and LGPL-2.0+ @@ -42,7 +42,6 @@ BuildRequires: libatlas3-devel %endif Requires: python3-numpy >= 1.5.1 -Requires: python(abi) = %{py3_ver} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ scipy-0.14.0.tar.gz -> scipy-0.15.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python3-scipy/scipy-0.14.0.tar.gz /work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.15.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
