Go to file
Dirk Mueller 2212963a8a - 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
2023-05-15 15:24:30 +00:00
_multibuild Accepting request 948422 from home:bnavigator:branches:devel:languages:python:numeric 2022-01-25 07:19:24 +00:00
.gitattributes Accepting request 948422 from home:bnavigator:branches:devel:languages:python:numeric 2022-01-25 07:19:24 +00:00
.gitignore Accepting request 948422 from home:bnavigator:branches:devel:languages:python:numeric 2022-01-25 07:19:24 +00:00
python-pythran-rpmlintrc Accepting request 948422 from home:bnavigator:branches:devel:languages:python:numeric 2022-01-25 07:19:24 +00:00
python-pythran.changes - update to 0.13.1: 2023-05-15 15:24:30 +00:00
python-pythran.spec - update to 0.13.1: 2023-05-15 15:24:30 +00:00
pythran-0.13.1-gh.tar.gz - update to 0.13.1: 2023-05-15 15:24:30 +00:00