Skip to content

Commit

Permalink
0.10.0 - palig
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Sep 14, 2021
1 parent 885845e commit 7b42b02
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog
@@ -1,4 +1,18 @@
2021-09-08 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Fix performance issue with assert handling

* Fix issue in libomp detection

* Support immediate value for some keyword parameters, esp; keep_dims
parameter

* Better detection of generalized expression overlap

* And extra minor fixes :-)

2021-07-06 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Remove six, networkx and decorator dependency

* Bump gast and Beniget requirements to support python 3.10
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.rst
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.10.0.dev0
0.10.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
@@ -1,3 +1,3 @@
__version__ = '0.10.0.dev0'
__version__ = '0.10.0'
__url__ = 'https://github.com/serge-sans-paille/pythran'
__descr__ = 'Ahead of Time compiler for numeric kernels'

0 comments on commit 7b42b02

Please sign in to comment.