From 3b913b89900a7680043bfbfcbafe9f6e317f688605e4bb73212cf742b50f3f23 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 25 Jan 2023 10:23:22 +0000 Subject: [PATCH] - update to 0.12.1: * Bump xsimd depdency to 10.0.0 * Correctly raise KeyError when getting an unset dict item * Fix negative binomial implementation * Correctly convert strided array with offset * Support np.clip(v, None, x) and np.clip(v, x, None) * Support scipy.special.ndtr, scipy.special.ndtri, scipy.special.gammaincinv * Fix set intersection * Support numpy.fft.fftn * Support axis parameter in numpy.argsort OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=16 --- python-pythran.changes | 14 ++++++++++++++ python-pythran.spec | 4 ++-- pythran-0.12.0-gh.tar.gz | 3 --- pythran-0.12.1-gh.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pythran-0.12.0-gh.tar.gz create mode 100644 pythran-0.12.1-gh.tar.gz diff --git a/python-pythran.changes b/python-pythran.changes index 0c120c2..9df2350 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 25 10:22:53 UTC 2023 - Dirk Müller + +- update to 0.12.1: + * Bump xsimd depdency to 10.0.0 + * Correctly raise KeyError when getting an unset dict item + * Fix negative binomial implementation + * Correctly convert strided array with offset + * Support np.clip(v, None, x) and np.clip(v, x, None) + * Support scipy.special.ndtr, scipy.special.ndtri, scipy.special.gammaincinv + * Fix set intersection + * Support numpy.fft.fftn + * Support axis parameter in numpy.argsort + ------------------------------------------------------------------- Sun Dec 25 11:01:09 UTC 2022 - Ben Greiner diff --git a/python-pythran.spec b/python-pythran.spec index 974f8db..fc18da0 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ ExclusiveArch: x86_64 %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pythran%{psuffix} -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Ahead of Time compiler for numeric kernels License: BSD-3-Clause diff --git a/pythran-0.12.0-gh.tar.gz b/pythran-0.12.0-gh.tar.gz deleted file mode 100644 index 6a07a81..0000000 --- a/pythran-0.12.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f59dd0de0e50e4f8f18c901baf19270615c6c79cc987b9b2cfa740bf81edb4 -size 3589256 diff --git a/pythran-0.12.1-gh.tar.gz b/pythran-0.12.1-gh.tar.gz new file mode 100644 index 0000000..61a4486 --- /dev/null +++ b/pythran-0.12.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aef4ca34eb4823c25aa52a8b8a6467a6b6f163bb52d9db8f1e20a2d62fc7e93 +size 3631063