2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-09 10:35:28 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pythran: updated to 0.17.0
0.17.0
* Support parsing annotated statement
* Document and test Meson integration
* Update / improve Blas detection, including scipy-openblas
* Fix usage of Blas library
* Improve error reporting
* Support array module
* Reduce dependency on setuptools
* Faster forward substitution
* Enforce default optimization level to `-O2`
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-05-28 12:58:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pythran: updated to 0.16.1
0.16.1
Unknown changes
|
2024-05-21 10:38:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pythran: updated to 0.16.0
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
|
2024-01-16 07:13:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pythran: updated to 0.15.0
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
|
2023-09-18 16:41:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pythran: updated to 0.14.0
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 documentation about using Pythran in a Python package
Improve list resizing speed
Fix bug when filtering an empty sequence
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2023-05-04 19:36:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pythran: updated to 0.13.1
0.13.1
Bump xsimd dependency to 11.0.0, with a backported patch.
|