Skip to content

Commit

Permalink
0.15.0 - ibil
Browse files Browse the repository at this point in the history
fallañ ibil zo er c'harr a wigour da gentañ
  • Loading branch information
serge-sans-paille committed Jan 7, 2024
1 parent baecb04 commit 8a283ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2023-12-29 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* 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 <serge.guelton@telecom-bretagne.eu>

* Numpy compatibility - update signatures, complex number handling, long
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion pythran/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.0'
__version__ = '0.15.0'

0 comments on commit 8a283ce

Please sign in to comment.