* no upstream changelog.
## git commits (a few non-relevant filtered)
* Fix uninitialized iexpr assignment
* Fix folding of comparison operators
* Take augassign into account when removing nested functions
* Fix local processing in presence of else: clause in for loop
* Fix detection of c++ compiler
* Traverse augassign when computing scopes
* Reproducible ContainerOf iteration
* Fix overload handling for NoneType
* Fix type inference in presence of augassign
* Improve forward substitution in presence of augassign
* Remove dead code in tests
* Faster (and common!) implementation of make_integer_sequence
* Only register a node in name_to_nodes if the combiner was
succesful
* Reproducible aliasing ordering
* Reproducible nested functions removal
* Reproducible topological order
* Verify reproducibility of c++ output
* Reproducible (because sortable) alias order
* Stateless PType
* Reproducible local declaration order
* Reproducible identifiers generation
* Reproducible include order
* More flexible implementation of default list
* Fix typing issue under complex slice combination
* Add support for nonlocal keyword
* Fix bug in nested function remover
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=56
- Update to 0.16.0
* Support numpy.vectorize, numpy.argsort's kind keyword,
real/imag on numpy_iexpr
* Add missing omp.set_num_thread descriptor
* Provide --trace-allocations switch
* Support empty PYTHRANRC for reproducible builds
* Improve compilation time
* Support ufunc creation through #pythran export ufunc
func_name(arg_types...)
* Fix memory leak when returing numpy_gexpr to Python
* Numpy 2.x support
* Upgrade xsimd to 13.0.0
* Improve detection of non-overlapping memory area during gexpr
assignment
* Improve python 3.12 support (distutils removal)
* Support imatmul
* Only link blas when needed
- Refactor the multibuild test flavor logic
- Accomodate some 15.x intricacies for the failing tests:
* use netlib lapack/blas instead of openblas
OBS-URL: https://build.opensuse.org/request/show/1177183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=42
* Use pyproject.toml to store setup and build configuration
* Upgrade xsimd to a48ab430d4b84ecd5449180ee1c6d2eed67c4191
* Improve detection of non-overlapping memory area during gexpr
assignment
* Support python 3.12
* Support list.clear
* Improve detection of methods uses as functions
- drop python39 from testing, add python312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=35
- Update to 0.14.0:
* Numpy compatibility - update signatures, complex number handling, long
double support
* Lazyly import top-level modules and submodules
* Improve array indexing by an array
* Require at least clang 7 or gcc 8
* Make pythran compilation reproducible
* Support np.roll with multiple axis
* Support numpy.ndarray.view
* Improve list resizing speed
* Fix bug when filtering an empty sequence
- Drop patches, now included upstream:
* numpy-longdouble.patch
* numpy-complex.patch
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/request/show/1127832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=12
* Numpy compatibility - update signatures, complex number handling, long
double support
* Lazyly import top-level modules and submodules
* Improve array indexing by an array
* Require at least clang 7 or gcc 8
* Make pythran compilation reproducible
* Support np.roll with multiple axis
* Support numpy.ndarray.view
* Improve list resizing speed
* Fix bug when filtering an empty sequence
- Drop patches, now included upstream:
* numpy-longdouble.patch
* numpy-complex.patch
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=30
- 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.
- fix the test-flavor splitting for python311
OBS-URL: https://build.opensuse.org/request/show/1087264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=8
* 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