Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1448

Pythran 0.6 - C++ for snakes

Date 2014-10-22 15:27 +0200
From serge Guelton <serge.guelton@enst-bretagne.fr>
Subject Pythran 0.6 - C++ for snakes
Newsgroups comp.lang.python.announce
Message-ID <mailman.15104.1414048856.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


===========
Pythran 0.6
===========

The Pythran team is glad to announce Pythran 0.6. It contains many
performance improvements, better Numpy support and the usual code
cleaning and bug fixes.

You can download the release from the cheese shop:

    https://pypi.python.org/pypi/pythran

>From my custom Debian repo:

    http://serge.liyun.free.fr/serge/debian.html

Or keep playing with the git repo:

    https://github.com/serge-sans-paille/pythran

Bug reports are welcome, on github, #pythran on FreeNode or
pythran@freelists.org!

>From the Changelog
==================

* Full SIMD support! Almost all numpy expressions are vectorized

* Better memory management at the Python/C++ layer, esp. when sharing

* Support named parameters

* Better complex numbers support

* A lot of internal code cleaning

* Better code generation for regular loops

* MacOS install guide & ArchLinux packages

* Travis run the test suite, w and w/ SIMD, w and w/ OpenMP

* Many performance improvements at the numpy expression level

* Faster array copies, including slices

* Much better constant folding

* Distutils support through a PythranExtension

* Improve implementation of many numpy functions

* Improve forward substitution

* Use most recent nt2 version

* Make dependency on libgomp optional

What's next?
============

* better numpy support

* better/faster OpenMP support

* code cleaning and refactoring. Always.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

Pythran 0.6 - C++ for snakes serge Guelton <serge.guelton@enst-bretagne.fr> - 2014-10-22 15:27 +0200

csiph-web