1
0

- 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
This commit is contained in:
2023-01-25 10:23:22 +00:00
committed by Git OBS Bridge
parent 4cb5ff030c
commit 3b913b8990
4 changed files with 19 additions and 5 deletions

View File

@@ -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