commit python-numexpr for openSUSE:Factory
Hello community, here is the log from the commit of package python-numexpr for openSUSE:Factory checked in at 2017-09-28 12:34:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numexpr (Old) and /work/SRC/openSUSE:Factory/.python-numexpr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-numexpr" Thu Sep 28 12:34:50 2017 rev:6 rq:528801 version:2.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numexpr/python-numexpr.changes 2017-05-03 15:55:03.722251867 +0200 +++ /work/SRC/openSUSE:Factory/.python-numexpr.new/python-numexpr.changes 2017-09-28 12:35:17.128397127 +0200 @@ -1,0 +2,21 @@ +Sun Sep 24 21:29:49 UTC 2017 - arun@gmx.de + +- update to version 2.6.4: + * Christoph Gohkle noticed a lack of coverage for the 2.6.3 floor + and ceil functions for MKL that caused seg-faults in + +- changes from version 2.6.2: + * Documentation now available at readthedocs.io. + * Support for floor() and ceil() functions added by Caleb P. Burns. + * NumPy requirement increased from 1.6 to 1.7 due to changes in + iterator flags (#245). + * Sphinx autodocs support added for documentation on + readthedocs.org. + * Fixed a bug where complex constants would return an error, fixing + problems with sympy when using NumExpr as a backend. + * Fix for #277 whereby arrays of shape (1,...) would be reduced as + if they were full reduction. Behavoir now matches that of NumPy. + * String literals are automatically encoded into 'ascii' bytes for + convience (see #281). + +------------------------------------------------------------------- Old: ---- numexpr-2.6.2.tar.gz New: ---- numexpr-2.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numexpr.spec ++++++ --- /var/tmp/diff_new_pack.8k6pE8/_old 2017-09-28 12:35:17.860294212 +0200 +++ /var/tmp/diff_new_pack.8k6pE8/_new 2017-09-28 12:35:17.864293650 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numexpr -Version: 2.6.2 +Version: 2.6.4 Release: 0 Url: https://github.com/pydata/numexpr/ Summary: Fast numerical expression evaluator for NumPy @@ -26,12 +26,12 @@ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module numpy-devel >= 1.6} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros Requires: python-numpy >= 1.6 %python_subpackages ++++++ numexpr-2.6.2.tar.gz -> numexpr-2.6.4.tar.gz ++++++ ++++ 21381 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de