1
0

- 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
- drop python39 from testing, add python312

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=35
This commit is contained in:
2024-02-06 11:27:16 +00:00
committed by Git OBS Bridge
parent fc9cf6cfea
commit 94c4bccce5
4 changed files with 21 additions and 16 deletions

View File

@@ -1,7 +1,19 @@
-------------------------------------------------------------------
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
- drop python39 from testing, add python312
-------------------------------------------------------------------
Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>