Accepting request 528801 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/528801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=6
This commit is contained in:
parent
fbd94d8e53
commit
98042efa46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705
|
|
||||||
size 90970
|
|
3
numexpr-2.6.4.tar.gz
Normal file
3
numexpr-2.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0bef9a3a5407fb8d6344cf91b658bef7c13ec8a8eb13f423822d9d2ca5af6ce
|
||||||
|
size 91060
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com
|
Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-numexpr
|
Name: python-numexpr
|
||||||
Version: 2.6.2
|
Version: 2.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/pydata/numexpr/
|
Url: https://github.com/pydata/numexpr/
|
||||||
Summary: Fast numerical expression evaluator for NumPy
|
Summary: Fast numerical expression evaluator for NumPy
|
||||||
@ -26,12 +26,12 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.6}
|
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
|
Requires: python-numpy >= 1.6
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user