358 lines
14 KiB
Plaintext
358 lines
14 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 7 18:31:44 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Do not run any tests on Leap 16.0 due to lack of dependencies
|
|
This is part of hplip enablement on 16.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 18 10:47:55 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Skip pythran/tests/test_xdoc.py::TestDoctest::test_utils, which
|
|
is failing with 3.13.5 (gh#serge-sans-paille/pythran#2326).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 13 18:54:09 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Add GCC15_pythran-PR2325-missing-operators.patch
|
|
* Tracking Issues for this and the previous patch:
|
|
gcc#120622
|
|
gh#serge-sans-paille/pythran#2321
|
|
gh#serge-sans-paille/pythran#2324
|
|
gh#serge-sans-paille/pythran#2325
|
|
boo#1243779
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 12 10:03:44 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
|
|
|
- Fix failures with GCC15:
|
|
GCC15_fix_Add-missing-operators-to-nditerator.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 29 19:47:43 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 0.18.0 - balafenn
|
|
* 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
|
|
* Cope with numpy.bool deprecation
|
|
* Be more informative about UnboundIdentifierError
|
|
* Optimize generation of cxx types
|
|
* Use inheritance instead of member type for __combined
|
|
specialization
|
|
* Remove redundant extra combiner for Assigned Subscript
|
|
* Improve nested functions support
|
|
* Harden error reporting: Do not trap when no lineno is available
|
|
* Handle folding of static_if
|
|
* Fix constness of std::get on an array_base r-value
|
|
* Make none_type hashable
|
|
* Get rid of clang workaround for containers of one element
|
|
* Simplify backend type cache & fix handling of LTypes
|
|
* Fix constness of dict's bool operator
|
|
* Specialize dict for None Key
|
|
* Drop support for builtins.None in favor of None
|
|
* Add handling of numpy.bool in tog
|
|
* replace quansight-labs/setup-python with actions/setup-python
|
|
* [ci] Dump more info when compiling system dep
|
|
* [test] Fix sign comparison code
|
|
* [ci] Test unvendoring of xsimd and boost
|
|
* Disable inlining in while test
|
|
* Python 3.13 compat: detect removed find_exe
|
|
* Fix test portability issue for ipython magic
|
|
* Adjust --cflags-pythran-only implementation
|
|
* ENH: improvements to pythran-config for build system
|
|
integration
|
|
* Have FastGExpr load its dependency in a lazy manner
|
|
* Move GIL manipulation right after module creation
|
|
* Better modeling of analyse and transformations
|
|
* Fix pythran support for numpy.float128
|
|
* Defer initialisation of global variables until the module is
|
|
actually created
|
|
* Fix interaction between static if and nested loop / function
|
|
* Allow tuple with combinable items as array initializer
|
|
* Have pythran generate freethreading compatible code
|
|
* Remove legacy logic that handled py2/py3 compatibility
|
|
* Remove any usage of __PYTHRAN__ macro
|
|
* Make sure blas function argument actually have an associated
|
|
buffer
|
|
* Provide user hint when trying to use c-style type names in
|
|
pythran spec
|
|
* [typing] Support union type in annotation
|
|
* Restore type qualifiers dropped by
|
|
b8cd84b5a5ab5222d65781a0194916ad555bf70c
|
|
* Add basic support for type annotation
|
|
* [constant folding] Correctly model restrict_assign in constant
|
|
folding
|
|
- Update test flavors
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 18 18:01:06 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 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`
|
|
- Drop upstreamed numpy-2.1-interval.patch
|
|
- Drop upstreamed numpy-2.1-support.patch
|
|
- Drop upstreamed support-gast-0.6.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 1 13:28:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- Add patch numpy-2.1-support.patch, numpy-2.1-interval.patch:
|
|
* Fix test suite failure with numpy 2.1
|
|
- prepare for python 3.13
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 31 04:32:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-gast-0.6.patch:
|
|
* Support gast 0.6.0 changes, change Requires appropriately.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 30 20:49:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- limit to gast < 0.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 20:22:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.16.1:
|
|
* Fix massive memory leakage in all ndarray
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 25 10:35:26 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 25 09:21:21 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Refactor the multibuild test flavor logic
|
|
- Accomodate some 15.x intricacies for the failing tests:
|
|
* use netlib lapack/blas instead of openblas
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 12:24:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use newly supported shrink{} on OBS to exclude python flavors
|
|
will all python versions skipped.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 17 19:56:24 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Yet another fix of the python39 test skip
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 13:53:21 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fix python312 tests: Force linking to openblas with custom
|
|
pythranrc
|
|
- Remove test skips no longer needed
|
|
- Make test flavors future proof: Don't fail on empty buildset
|
|
- Skip python39 for all test flavors: The test-py39 multibuild has
|
|
already been removed but it is still in the build set, so don't
|
|
test it in the other multibuilds.
|
|
- Debundle xsimd
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 11:05:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 09:05:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- drop python39 from testing, add python312
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Prepare for Python 3.12, by skipping it for the other test flavors, and
|
|
adding one for it.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 21 06:35:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 8 16:00:58 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Fix build error in Leap, because it must not be two "Patch:" lines.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 10:10:55 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add upstream numpy-longdouble.patch and numpy-complex.patch to support new numpy
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 10 17:53:22 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
- fix the test-flavor splitting for python311
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 10:22:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.12.1:
|
|
* Bump xsimd depdency to 10.0.0
|
|
* Correctly raise KeyError when getting an unset dict item
|
|
* Fix negative binomial implementation
|
|
* Correctly convert strided array with offset
|
|
* Support np.clip(v, None, x) and np.clip(v, x, None)
|
|
* Support scipy.special.ndtr, scipy.special.ndtri, scipy.special.gammaincinv
|
|
* Fix set intersection
|
|
* Support numpy.fft.fftn
|
|
* Support axis parameter in numpy.argsort
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 25 11:01:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Revert. 2046-fix-cli-doc-test.patch did not fix the tests.
|
|
gh#serge-sans-paille/pythran#2046
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 17 14:32:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add 2046-fix-cli-doc-test.patch to fix failing tests
|
|
(gh#serge-sans-paille/pythran#2046).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 25 01:54:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Skip also failing test_toolchain and test_cli
|
|
(gh#serge-sans-paille/pythran#2044) tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 11 08:41:50 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 18 12:24:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Add pythran-pr1984-fixdistutils.patch
|
|
* gh#serge-sans-paille/pythran#1984
|
|
* Fixes gh#serge-sans-paille/pythran#1984 with setuptools >= 60
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 15 07:59:46 UTC 2022 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add gcc12-fixes.patch in order to fix GCC 12 building issues.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 28 18:47:52 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fix errors uncovered by staging:
|
|
* Mention python-pythran-rpmlintrc
|
|
* also make :test-py* noarch so that no debuginfo package fails
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 23 15:10:57 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for 0.11
|
|
* debundling inspired by Fedora package:
|
|
https://src.fedoraproject.org/rpms/pythran/blob/rawhide/f/pythran.spec
|
|
- Required by scipy 1.7
|