forked from pool/python-pythran
- update to 0.13.1:
* Bump xsimd dependency to 11.0.0, with a backported patch. * Improve performance of functions revieving scalar arguments. This changes the internal function call API. * Improve performance of fix-stride slicing, using a new slice representation. * Improve numpy.copyto performance, and detect copyto pattern usage. * Force internal linkage of generated functions, which gives more optimization room to the C++ compiler. * Provide entry points pythran.import_pythrancode and pythran.import_pythranfile, as a poor man JIT option. * Optimize numpy.argmax(cst * val) into numpy.argmax(val) when cst is positive. * Avoid copies upon numpy.array_split * Get rid of unused functions C++ warnings * Avoid generating a loop footer when the loop index is not used outside of the loop. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 15:19:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.13.1:
|
||||||
|
* Bump xsimd dependency to 11.0.0, with a backported patch.
|
||||||
|
* Improve performance of functions revieving scalar arguments.
|
||||||
|
This changes the internal function call API.
|
||||||
|
* Improve performance of fix-stride slicing, using a new slice
|
||||||
|
representation.
|
||||||
|
* Improve numpy.copyto performance, and detect copyto pattern usage.
|
||||||
|
* Force internal linkage of generated functions, which gives more
|
||||||
|
optimization room to the C++ compiler.
|
||||||
|
* Provide entry points pythran.import_pythrancode and
|
||||||
|
pythran.import_pythranfile, as a poor man JIT option.
|
||||||
|
* Optimize numpy.argmax(cst * val) into numpy.argmax(val) when cst is
|
||||||
|
positive.
|
||||||
|
* Avoid copies upon numpy.array_split
|
||||||
|
* Get rid of unused functions C++ warnings
|
||||||
|
* Avoid generating a loop footer when the loop index is not used
|
||||||
|
outside of the loop.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 10:22:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Jan 25 10:22:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -45,7 +45,7 @@ ExclusiveArch: x86_64
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pythran%{psuffix}
|
Name: python-pythran%{psuffix}
|
||||||
Version: 0.12.1
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Ahead of Time compiler for numeric kernels
|
Summary: Ahead of Time compiler for numeric kernels
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BIN
pythran-0.12.1-gh.tar.gz
(Stored with Git LFS)
BIN
pythran-0.12.1-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pythran-0.13.1-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
pythran-0.13.1-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user