- update to 2.8.8:
* Fix re_evaluate not taking global_dict as argument. * Fix parsing of simple complex numbers. Now, `ne.evaluate('1.5j')` works. * Fixes for upcoming NumPy 2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=31
This commit is contained in:
parent
937c518329
commit
aefd57f1e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:596eeb3bbfebc912f4b6eaaf842b61ba722cebdb8bc42dfefa657d3a74953849
|
||||
size 103410
|
3
numexpr-2.8.8.tar.gz
Normal file
3
numexpr-2.8.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e76ce4d25372f46170cf7eb1ff14ed5d9c69a0b162a405063cbe481bafe3af34
|
||||
size 102950
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 09:23:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.8.8:
|
||||
* Fix re_evaluate not taking global_dict as argument.
|
||||
* Fix parsing of simple complex numbers. Now,
|
||||
`ne.evaluate('1.5j')` works.
|
||||
* Fixes for upcoming NumPy 2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:44:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-numexpr
|
||||
Version: 2.8.7
|
||||
Version: 2.8.8
|
||||
Release: 0
|
||||
Summary: Numerical expression evaluator for NumPy
|
||||
License: MIT
|
||||
@ -27,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.13.3}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
x
Reference in New Issue
Block a user