* 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
* 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
* 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
- Update to 0.12.0
* Improve numpy expression computation speed
* Decent ICC support (fixing an issue from 2018!)
* Much faster C++ code generation
* Complete rework of constant folder
* Support C++-time evaluation of numpy.ndarray.ndim
* Improved omp declare reduction support
* Allow indexing of ndarray by integers of mixed types
* A lot of small pesty bug fixes in the C++ headers
- Drop patches
* gcc12-fixes.patch
* pythran-pr1984-fixdistutils.patch
OBS-URL: https://build.opensuse.org/request/show/1009771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=8