Skip to content

Commit

Permalink
0.11.0 - kraoñenn
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Dec 8, 2021
1 parent c9ecadd commit c11e1d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2021-12-08 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Upgrade xsimd version to 8.0.5

* Performance fix on np.dot with transposed parameters

* Raise an error when no specs are given and we want to generate a native module

* Support more complex transpose expression

* Honor quotes in config files for *FLAGS

* Add pythran option -ftime-report to print out the time spent on optimizations
* Support isinstance when second argument is a tuple

2021-09-08 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Fix performance issue with assert handling
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.11.0.dev0
0.11.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,3 +1,3 @@
__version__ = '0.11.0.dev0'
__version__ = '0.11.0'
__url__ = 'https://github.com/serge-sans-paille/pythran'
__descr__ = 'Ahead of Time compiler for numeric kernels'

0 comments on commit c11e1d8

Please sign in to comment.