Skip to content

Commit

Permalink
0.16.1 - piched
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed May 28, 2024
1 parent 06d6ac7 commit ab9f31a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-05-27 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Fix massive memory leak in ndarray i troduced in 0.16.0

2024-05-14 Serge Guelton <serge.guelton@telecom-bretagne.eu>

* Support numpy.vectorize, numpy.argsort's kind keyword, real/imag on
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.16.0
0.16.1

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,2 +1,2 @@
__version__ = '0.16.0'
__version__ = '0.16.1'
__descr__ = 'Ahead of Time compiler for numeric kernels'

0 comments on commit ab9f31a

Please sign in to comment.