From 8a283ce2e9d407a28649097a1a951972badd7d04 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 29 Dec 2023 12:44:28 +0100 Subject: [PATCH] 0.15.0 - ibil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fallaƱ ibil zo er c'harr a wigour da gentaƱ --- Changelog | 14 ++++++++++++++ docs/CLI.rst | 2 +- pythran/version.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index cc8b2407e..81e89cacd 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,17 @@ +2023-12-29 Serge Guelton + + * 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-08-31 Serge Guelton * Numpy compatibility - update signatures, complex number handling, long diff --git a/docs/CLI.rst b/docs/CLI.rst index 59406643d..4a4e811f7 100644 --- a/docs/CLI.rst +++ b/docs/CLI.rst @@ -29,7 +29,7 @@ The generated native ``.so`` module can then be used with the Python interpreter Pythran version can be dumped through ``--version``:: $> pythran --version 2>&1 - 0.14.0 + 0.15.0 The module-level ``__pythran__`` variable indicates that the module loaded has been pythranized:: diff --git a/pythran/version.py b/pythran/version.py index ef9199407..a842d05a7 100644 --- a/pythran/version.py +++ b/pythran/version.py @@ -1 +1 @@ -__version__ = '0.14.0' +__version__ = '0.15.0'