Skip to content

Commit 608c571

Browse files
0.9.0 - kozhamzer
1 parent 4e8b2bd commit 608c571

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2018-11-06 Serge Guelton <[email protected]>
2+
3+
* Moving to xsimd as vectorization engine, requires -DUSE_XSIMD
4+
5+
* Better support of view conversion from Python to Pythran
6+
7+
* Improved Cython integration
8+
9+
* Improved documentation, add exemple section
10+
11+
* Updated ArchLinux Packaging
12+
13+
* Remove useless warnings during compilation
14+
15+
* Faster ``abs(x**2)`` for complex numbers
16+
17+
* IPython magic now accepts most optimization flags
18+
19+
* Automatic detection of partially (or fully) constant shape for arrays
20+
21+
* Add ignoreflags settings to .pythranrc to skip some compiler flags
22+
23+
* Quad number (aka long double) basic support
24+
25+
* And many minor bugfixes, as usual :-)
26+
27+
128
2018-09-16 Serge Guelton <[email protected]>
229

330
* Decent support for ``is None`` pattern

docs/CLI.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The generated native ``.so`` module can then be used with the Python interpreter
2929
Pythran version can be dumped through ``--version``::
3030

3131
$> pythran --version 2>&1
32-
0.8.7
32+
0.9.0
3333

3434
The module-level ``__pythran__`` variable indicates that the module loaded has been pythranized::
3535

pythran/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.8.7'
1+
__version__ = '0.9.0'
22
__url__ = 'https://github.com/serge-sans-paille/pythran'
33
__descr__ = 'Ahead of Time compiler for numeric kernels'

0 commit comments

Comments
 (0)