diff --git a/numexpr-2.7.1.tar.gz b/numexpr-2.7.1.tar.gz deleted file mode 100644 index 4579e3d..0000000 --- a/numexpr-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0d239d9827e1bcee08344fd05835823bc60aff97232e35a928214d03ff802b1 -size 99196 diff --git a/numexpr-2.7.2.tar.gz b/numexpr-2.7.2.tar.gz new file mode 100644 index 0000000..fdd8c17 --- /dev/null +++ b/numexpr-2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf5082f3e4f256ba4033ba31d0b95cacc7619babd09d7b5fb56b3036c8923aa +size 97785 diff --git a/python-numexpr.changes b/python-numexpr.changes index b6ee687..7ba7d34 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Jan 9 20:01:06 UTC 2021 - Arun Persaud + +- 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 diff --git a/python-numexpr.spec b/python-numexpr.spec index 9133bc7..e39e018 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numexpr -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT