Accepting request 862129 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/862129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=13
This commit is contained in:
commit
996cd2b685
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0d239d9827e1bcee08344fd05835823bc60aff97232e35a928214d03ff802b1
|
|
||||||
size 99196
|
|
3
numexpr-2.7.2.tar.gz
Normal file
3
numexpr-2.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4cf5082f3e4f256ba4033ba31d0b95cacc7619babd09d7b5fb56b3036c8923aa
|
||||||
|
size 97785
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 9 20:01:06 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 2.7.2:
|
||||||
|
* Support for Python 2.7 and 3.5 is deprecated and will be
|
||||||
|
discontinued when cibuildwheels and/or GitHub Actions no longer
|
||||||
|
support these versions.
|
||||||
|
* Wheels are now provided for Python 3.7, 3.5, 3.6, 3.7, 3.8, and
|
||||||
|
3.9 via GitHub Actions.
|
||||||
|
* The block size is now exported into the namespace as
|
||||||
|
numexpr.__BLOCK_SIZE1__ as a read-only value.
|
||||||
|
* If using MKL, the number of threads for VML is no longer forced to
|
||||||
|
1 on loading the module. Testing has shown that VML never runs in
|
||||||
|
multi-threaded mode for the default BLOCKSIZE1 of 1024 elements,
|
||||||
|
and forcing to 1 can have deleterious effects on NumPy functions
|
||||||
|
when built with MKL. See issue #355 for details.
|
||||||
|
* Use of ndarray.tostring() in tests has been switch to
|
||||||
|
ndarray.tobytes() for future-proofing deprecation of .tostring(),
|
||||||
|
if the version of NumPy is greater than 1.9.
|
||||||
|
* Added a utility method get_num_threads that returns the (maximum)
|
||||||
|
number of threads currently in use by the virtual machine. The
|
||||||
|
functionality of set_num_threads whereby it returns the previous
|
||||||
|
value has been deprecated and will be removed in 2.8.X.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 18:04:17 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
Wed Jan 8 18:04:17 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-numexpr
|
# spec file for package python-numexpr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.7.1
|
Version: 2.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Numerical expression evaluator for NumPy
|
Summary: Numerical expression evaluator for NumPy
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user