commit python3-scipy for openSUSE:Factory

2016-10-23 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-10-23 12:53:00

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  
2016-09-21 18:49:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-10-23 12:53:02.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 21 19:12:29 UTC 2016 - toddrme2...@gmail.com
+
+- Fix openBLAS usage.
+
+---
+Fri Oct 21 00:20:14 UTC 2016 - toddrme2...@gmail.com
+
+- Add openBLAS support.
+  This can improve performance in many situations.
+- Drop ATLAS support.
+
+---



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.dQZa0E/_old  2016-10-23 12:53:03.0 +0200
+++ /var/tmp/diff_new_pack.dQZa0E/_new  2016-10-23 12:53:03.0 +0200
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define with_atlas 0
-
 Name:   python3-scipy
 Version:0.18.1
 Release:0
@@ -32,6 +29,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
+%if 0%{?is_opensuse} 
+BuildRequires:  openblas-devel
+%endif
 BuildRequires:  python3
 BuildRequires:  python3-Cython >= 0.19
 BuildRequires:  python3-devel
@@ -39,9 +39,6 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
-%if %{with_atlas} == 1
-BuildRequires:  libatlas3-devel
-%endif
 Requires:   python3-numpy >= 1.5.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,13 +70,11 @@
 EOF
 
 %build
-%if %{with_atlas} == 1
-export ATLAS=%{_libdir}/atlas
-%endif
 CFLAGS="%{optflags} -fno-strict-aliasing" \
 FFTW=%{_libdir} \
 BLAS=%{_libdir} \
 LAPACK=%{_libdir} \
+OPENBLAS=%{_libdir} \
 python3 setup.py config_fc --fcompiler=gnu95 --noarch build
 
 %install




commit python3-scipy for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-09-21 18:49:55

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  
2016-07-27 16:13:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-09-21 18:49:57.0 +0200
@@ -1,0 +2,26 @@
+Tue Sep 20 06:18:43 UTC 2016 - a...@gmx.de
+
+- update to version 0.18.1:
+  * #6357: scipy 0.17.1 piecewise cubic hermite interpolation does not
+ return...
+  * #6420: circmean() changed behaviour from 0.17 to 0.18
+  * #6421: scipy.linalg.solve_banded overwrites input 'b' when the
+ inversion...
+  * #6425: cKDTree INF bug
+  * #6435: scipy.stats.ks_2samp returns different values on different
+ computers
+  * #6458: Error in scipy.integrate.dblquad when using variable
+ integration...
+  * #6405: BUG: sparse: fix elementwise divide for CSR/CSC
+  * #6431: BUG: result for insufficient neighbours from cKDTree is
+ wrong.
+  * #6432: BUG Issue #6421: scipy.linalg.solve_banded overwrites input
+ 'b'...
+  * #6455: DOC: add links to release notes
+  * #6462: BUG: interpolate: fix .roots method of PchipInterpolator
+  * #6492: BUG: Fix regression in dblquad: #6458
+  * #6543: fix the regression in circmean
+  * #6545: Revert gh-5938, restore ks_2samp
+  * #6557: Backports for 0.18.1
+
+---

Old:

  scipy-0.18.0.tar.gz

New:

  scipy-0.18.1.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.HI5tW4/_old  2016-09-21 18:49:59.0 +0200
+++ /var/tmp/diff_new_pack.HI5tW4/_new  2016-09-21 18:49:59.0 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.18.0
+Version:0.18.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+

++ scipy-0.18.0.tar.gz -> scipy-0.18.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.18.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.18.1.tar.gz differ: char 
5, line 1




commit python3-scipy for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-07-27 16:13:18

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  
2016-05-16 12:04:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-07-27 16:13:27.0 +0200
@@ -1,0 +2,18 @@
+Tue Jul 26 03:32:14 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * require setuptools
+
+- update to version 0.18.0:
+  (see http://scipy.github.io/devdocs/release.0.18.0.html for full changelog)
+  * Highlights of this release include:
++ A new ODE solver for two-point boundary value problems,
+  scipy.optimize.solve_bvp.
++ A new class, CubicSpline, for cubic spline interpolation of
+  data.
++ N-dimensional tensor product polynomials,
+  scipy.interpolate.NdPPoly.
++ Spherical Voronoi diagrams, scipy.spatial.SphericalVoronoi.
++ Support for discrete-time linear systems, scipy.signal.dlti.
+
+---

Old:

  scipy-0.17.1.tar.gz

New:

  scipy-0.18.0.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.Iec6Nq/_old  2016-07-27 16:13:30.0 +0200
+++ /var/tmp/diff_new_pack.Iec6Nq/_new  2016-07-27 16:13:30.0 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.17.1
+Version:0.18.0
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  python3-Cython >= 0.19
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel >= 1.5.1
+BuildRequires:  python3-setuptools
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
 %if %{with_atlas} == 1

++ scipy-0.17.1.tar.gz -> scipy-0.18.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.17.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.18.0.tar.gz differ: char 
5, line 1




commit python3-scipy for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-05-16 12:03: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  
2016-01-26 10:15:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-05-16 12:04:01.0 +0200
@@ -1,0 +2,29 @@
+Sat May 14 04:23:00 UTC 2016 - a...@gmx.de
+
+- update to version 0.17.1:
+  * #5817: BUG: skew, kurtosis return np.nan instead of "propagate"
+  * #5850: Test failed with sgelsy
+  * #5898: interpolate.interp1d crashes using float128
+  * #5953: Massive performance regression in cKDTree.query with L_inf
+ distance...
+  * #6062: mannwhitneyu breaks backward compatibility in 0.17.0
+  * #6134: T test does not handle nans
+  * #5902: BUG: interpolate: make interp1d handle np.float128 again
+  * #5957: BUG: slow down with p=np.inf in 0.17 cKDTree.query
+  * #5970: Actually propagate nans through stats functions with
+ nan_policy="propagate"
+  * #5971: BUG: linalg: fix lwork check in *gelsy
+  * #6074: BUG: special: fixed violation of strict aliasing rules.
+  * #6083: BUG: Fix dtype for sum of linear operators
+  * #6100: BUG: Fix mannwhitneyu to be backward compatible
+  * #6135: Don't pass null pointers to LAPACK, even during workspace
+ queries.
+  * #6148: stats: fix handling of nan values in T tests and kendalltau
+
+---
+Sun May  8 07:06:06 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  scipy-0.17.0.tar.gz

New:

  scipy-0.17.1.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.eSrbWF/_old  2016-05-16 12:04:02.0 +0200
+++ /var/tmp/diff_new_pack.eSrbWF/_new  2016-05-16 12:04:02.0 +0200
@@ -19,13 +19,13 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.17.0
+Version:0.17.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
 Group:  Development/Libraries/Python
 Url:http://www.scipy.org
-Source0:
https://pypi.python.org/packages/source/s/scipy/scipy-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz
 BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel

++ scipy-0.17.0.tar.gz -> scipy-0.17.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.17.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.17.1.tar.gz differ: char 
5, line 1




commit python3-scipy for openSUSE:Factory

2016-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2016-01-26 10:15:12

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  
2015-10-26 12:49:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2016-01-26 10:15:14.0 +0100
@@ -1,0 +2,20 @@
+Sun Jan 24 03:47:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.17.0:
+  (see http://scipy.github.io/devdocs/release.0.17.0.html for full changelog)
+  * Highlights
++ New functions for linear and nonlinear least squares
+  optimization with constraints: scipy.optimize.lsq_linear and
+  scipy.optimize.least_squares
++ Support for fitting with bounds in scipy.optimize.curve_fit.
++ Significant improvements to scipy.stats, providing many
+  functions with better handing of inputs which have NaNs or are
+  empty, improved documentation, and consistent behavior between
+  scipy.stats and scipy.stats.mstats.
++ Significant performance improvements and new functionality in
+  scipy.spatial.cKDTree.
+
+---

Old:

  scipy-0.16.1.tar.gz

New:

  scipy-0.17.0.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.0HdBSj/_old  2016-01-26 10:15:15.0 +0100
+++ /var/tmp/diff_new_pack.0HdBSj/_new  2016-01-26 10:15:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-scipy
 #
-# 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
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.16.1
+Version:0.17.0
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+

++ scipy-0.16.1.tar.gz -> scipy-0.17.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.16.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.17.0.tar.gz differ: char 
5, line 1




commit python3-scipy for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2015-10-26 12:49:18

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  
2015-08-03 17:21:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2015-10-26 12:49:19.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 25 22:06:56 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.1:
+  * SciPy 0.16.1 is a bug-fix release with no new features compared to
+0.16.0.
+
+---

Old:

  scipy-0.16.0.tar.gz

New:

  scipy-0.16.1.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.zVRNkR/_old  2015-10-26 12:49:22.0 +0100
+++ /var/tmp/diff_new_pack.zVRNkR/_new  2015-10-26 12:49:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-scipy
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.16.0
+Version:0.16.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
@@ -98,5 +98,4 @@
 %{python3_sitearch}/scipy/
 %{python3_sitearch}/scipy-%{version}-py*.egg-info
 
-
 %changelog

++ scipy-0.16.0.tar.gz -> scipy-0.16.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.16.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.16.1.tar.gz differ: char 
5, line 1




commit python3-scipy for openSUSE:Factory

2015-08-03 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2015-08-03 17:21:18

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  
2015-01-25 21:15:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2015-08-03 17:21:38.0 +0200
@@ -1,0 +2,132 @@
+Mon Jul 27 15:24:02 UTC 2015 - toddrme2...@gmail.com
+
+- Remove Cython subpackage.  The sources are not as cleanly 
+  separated as the changelog implied.
+
+---
+Mon Jul 27 09:26:20 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 0.16.0
+  * Highlights of this release include:
+- A Cython API for BLAS/LAPACK in scipy.linalg
+- A new benchmark suite.  It's now straightforward to add new benchmarks,
+   and they're routinely included with performance enhancement PRs.
+- Support for the second order sections (SOS) format in scipy.signal.
+  * New features
+- Benchmark suite
+  + The benchmark suite has switched to using Airspeed Velocity
+for benchmarking.
+- scipy.linalg improvements
+  + A full set of Cython wrappers for BLAS and LAPACK has been added in 
+the modules scipy.linalg.cython_blas and scipy.linalg.cython_lapack.
+In Cython, these wrappers can now be cimported from their 
+corresponding modules and used without linking directly against BLAS 
+or LAPACK.
+  + The functions scipy.linalg.qr_delete, scipy.linalg.qr_insert and
+scipy.linalg.qr_update for updating QR decompositions were added.
+  + The function scipy.linalg.solve_circulant solves a linear system with
+   a circulant coefficient matrix.
+  + The function scipy.linalg.invpascal computes the inverse of a Pascal 
matrix.
+  + The function scipy.linalg.solve_toeplitz, a Levinson-Durbin Toeplitz 
solver,
+was added.
+  + Added wrapper for potentially useful LAPACK function *lasd4.  It 
computes
+the square root of the i-th updated eigenvalue of a positive symmetric 
rank-one
+modification to a positive diagonal matrix. See its LAPACK 
documentation and
+unit tests for it to get more info.
+  + Added two extra wrappers for LAPACK least-square solvers. Namely, they 
are 
+*gelsd and *gelsy.
+   + Wrappers for the LAPACK *lange functions, which calculate various 
matrix
+ norms, were added.
+   + Wrappers for *gtsv and *ptsv, which solve A*X = B for tri-diagonal
+ matrix A, were added.
+- scipy.signal improvements
+   + Support for second order sections (SOS) as a format for IIR filters
+ was added.  The new functions are:
+ * scipy.signal.sosfilt
+ * scipy.signal.sosfilt_zi,
+ * scipy.signal.sos2tf
+ * scipy.signal.sos2zpk
+ * scipy.signal.tf2sos
+ * scipy.signal.zpk2sos.
+   + Additionally, the filter design functions iirdesign, iirfilter, 
butter,
+ cheby1, cheby2, ellip, and bessel can return the filter in the SOS
+ format.
+   + The function scipy.signal.place_poles, which provides two methods to 
place
+ poles for linear systems, was added.
+   + The option to use Gustafsson's method for choosing the initial 
conditions
+ of the forward and backward passes was added to scipy.signal.filtfilt.
+   + New classes TransferFunction, StateSpace and ZerosPolesGain were
+ added.  These classes are now returned when instantiating 
scipy.signal.lti.
+ Conversion between those classes can be done explicitly now.
+   + An exponential (Poisson) window was added as 
scipy.signal.exponential, and a
+ Tukey window was added as scipy.signal.tukey.
+   + The function for computing digital filter group delay was added as
+ scipy.signal.group_delay.
+   + The functionality for spectral analysis and spectral density 
estimation has
+ been significantly improved: scipy.signal.welch became ~8x faster and 
the
+ functions scipy.signal.spectrogram, scipy.signal.coherence and
+ scipy.signal.csd (cross-spectral density) were added.
+   + scipy.signal.lsim was rewritten - all known issues are fixed, so this
+ function can now be used instead of lsim2; lsim is orders of magnitude
+ faster than lsim2 in most cases.
+- scipy.sparse improvements
+   + The function scipy.sparse.norm, which computes sparse matrix norms, 
was
+ added.
+   + The function scipy.sparse.random, which allows to draw random 
variates from
+ an arbitrary distribution, was 

commit python3-scipy for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2015-01-25 21:15:03

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  
2015-01-14 11:45:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2015-01-25 21:15:05.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan 25 01:43:07 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 0.15.1:
+  * #4413: BUG: Tests too strict, f2py doesn't have to overwrite this array
+  * #4417: BLD: avoid using NPY_API_VERSION to check not using deprecated...
+  * #4418: Restore and deprecate scipy.linalg.calc_work
+
+---

Old:

  scipy-0.15.0.tar.gz

New:

  scipy-0.15.1.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.oMtuKK/_old  2015-01-25 21:15:07.0 +0100
+++ /var/tmp/diff_new_pack.oMtuKK/_new  2015-01-25 21:15:07.0 +0100
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+

++ scipy-0.15.0.tar.gz - scipy-0.15.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.15.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.15.1.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-scipy for openSUSE:Factory

2015-01-14 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2015-01-14 11:45:22.0 +0100
@@ -1,0 +2,60 @@
+Mon Jan 12 13:36:00 UTC 2015 - toddrme2...@gmail.com
+
+- 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 - a...@gmx.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.1c28vu/_new  2015-01-14 11:45:25.0 +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 @@
 

commit python3-scipy for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2014-08-13 08:49:07

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-05-09 06:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2014-08-13 08:49:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 08:53:11 UTC 2014 - toddrme2...@gmail.com
+
+- Switch to pypi download location
+- Minor spec file cleanups
+
+---



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.NOwTkM/_old  2014-08-13 08:49:16.0 +0200
+++ /var/tmp/diff_new_pack.NOwTkM/_new  2014-08-13 08:49:16.0 +0200
@@ -18,15 +18,14 @@
 
 %define with_atlas 0
 
-%define modname scipy
-Name:   python3-%{modname}
+Name:   python3-scipy
 Version:0.14.0
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
 Group:  Development/Libraries/Python
 Url:http://www.scipy.org
-Source0:%{modname}-%{version}.tar.gz
+Source0:
https://pypi.python.org/packages/source/s/scipy/scipy-%{version}.tar.gz
 BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel
@@ -61,7 +60,7 @@
 Summary:Scientific Tools for Python - Weave
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Provides:   python3-%{modname}-devel = %{version}
+Provides:   python3-scipy-devel = %{version}
 
 %description weave
 Scipy is open-source software for mathematics, science, and
@@ -75,7 +74,7 @@
 leading scientists and engineers.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n scipy-%{version}
 find . -type f -name *.py -exec sed -i s|#!/usr/bin/env python|| {} \;
 
 cat  site.cfg  EOF
@@ -102,26 +101,26 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-find %{buildroot}%{python3_sitearch}/%{modname} -type d -name tests | xargs rm 
-rf # Don't ship tests
+find %{buildroot}%{python3_sitearch}/scipy -type d -name tests | xargs rm -rf 
# Don't ship tests
 # Don't ship weave examples, they're marked as documentation:
 find %{buildroot}%{python3_sitearch}/scipy/weave -type d -name examples | 
xargs rm -rf
 %fdupes %{buildroot}%{python3_sitearch}
 # fix executability issue
-chmod +x %{buildroot}%{python3_sitearch}/%{modname}/io/arff/arffread.py
-chmod +x %{buildroot}%{python3_sitearch}/%{modname}/special/spfun_stats.py
-chmod +x %{buildroot}%{python3_sitearch}/%{modname}/special/generate_ufuncs.py
+chmod +x %{buildroot}%{python3_sitearch}/scipy/io/arff/arffread.py
+chmod +x %{buildroot}%{python3_sitearch}/scipy/special/spfun_stats.py
+chmod +x %{buildroot}%{python3_sitearch}/scipy/special/generate_ufuncs.py
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt
-%{python3_sitearch}/%{modname}/
-%{python3_sitearch}/%{modname}-%{version}-py%{py3_ver}.egg-info
-# %exclude %{python3_sitearch}/%{modname}/weave
+%{python3_sitearch}/scipy/
+%{python3_sitearch}/scipy-%{version}-py*.egg-info
+# %exclude %{python3_sitearch}/scipy/weave
 
 # not available for python 3 yet
 # %files weave
 # %defattr(-,root,root,-)
-# %doc %{modname}/weave/examples
-# %{python3_sitearch}/%{modname}/weave
+# %doc scipy/weave/examples
+# %{python3_sitearch}/scipy/weave
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-scipy for openSUSE:Factory

2014-03-02 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2014-03-02 18:22:34

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-01-16 00:43:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2014-03-02 18:22:36.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar  2 04:19:40 UTC 2014 - a...@gmx.de
+
+- updated to version 0.13.3
+  Issues fixed:
+  * 3148: fix a memory leak in ``ndimage.label``.
+  * 3216: fix weave issue with too long file names for MSVC.
+  Other changes:
+  * Update Sphinx theme used for html docs so  in examples can be 
toggled.
+
+---

Old:

  scipy-0.13.2.tar.gz

New:

  scipy-0.13.3.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.YVN9wz/_old  2014-03-02 18:22:38.0 +0100
+++ /var/tmp/diff_new_pack.YVN9wz/_new  2014-03-02 18:22:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-scipy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,7 +20,7 @@
 
 %define modname scipy
 Name:   python3-%{modname}
-Version:0.13.2
+Version:0.13.3
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+
@@ -34,9 +34,9 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
 BuildRequires:  python3
+BuildRequires:  python3-Cython = 0.19
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel = 1.5.1
-BuildRequires:  python3-Cython = 0.19
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
 %if %{with_atlas} == 1

++ scipy-0.13.2.tar.gz - scipy-0.13.3.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.13.2.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.13.3.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org