[Python-announce] Pythran release - 0.10.0 - palig

2021-09-14 Thread Serge Guelton
Hi Folks, Pythran, a compiler for scientific kernels written in Python, got a new release. It contains a few changes detailed in the changelog[0] but I'd like to highlight the work[1] of Xingyu Liu during her GSoC on improving pythran <-> scipy integration. It's also a release that recieved a

pythran 0.9.12 - heskenn

2021-07-13 Thread Serge Guelton
..0.9.12 1 Ashwin Vishnu 1 Christian Clauss 1 Jochen Schröder 1 Miro Hrončok 2 Ralf Gommers 35 serge-sans-paille 1 刘星雨 A summarized changelog $ git diff 0.9.11..0.9.12 -- Changelog | cut -c 2- (...) 2021-07-06 Serge Guelton * Remove six, networkx

pythran 0.9.10 - troer-biñsoù

2021-05-09 Thread Serge Guelton
Hi pythraners, /pythran is an ahead of time compiler for high-level scientific kernels written in Python./ I did a quick release of the pythran compiler today. It's only a few months since the previous release, but this one fixes an important memory leak with transposed arguments, so here it

Pythran 0.9.8 - memes tra

2020-09-23 Thread Serge Guelton
Hi Folks, New Pythran release, tagged on github, available on PyPI and conda, and described here: http://serge-sans-paille.github.io/pythran-stories/pythran-097-memes-tra.html Enjoy! ___ Python-announce-list mailing list --

Pythran 0.9.6 - talar tro

2020-08-01 Thread Serge Guelton
Hi folks, and sorry for the double posting if any, It's my pleasure to share with you the 0.9.6 release of Pythran, code-named talar-tro [0]. Pythran is a compiler for numerical kernels written in Python. It doesn't require much type information and its inputs are 100% compatible with the Python

Re: [pythran] Pythran 0.9.4 - Hollsent

2019-11-06 Thread Serge Guelton
On Thu, Oct 31, 2019 at 07:32:25AM +0100, Serge Guelton wrote: > Hi folks, > > It's always a pleasure to announce a Pythran release, and here we go for a > version bump! > [...] For those of you who are interested in technical details, http://serge-sans-paille.github.io/

Pythran 0.9.4 - Hollsent

2019-10-31 Thread Serge Guelton
Hi folks, It's always a pleasure to announce a Pythran release, and here we go for a version bump! Short reminder: Pythran is an ahead-of-time compiler for scientific Python, with a focus on high-level numerical kernels, parallelism and vectorisation. Here is a simple kernel example, with a

Pythran 0.9.3 - Hañv

2019-08-19 Thread Serge Guelton
Hi folks, I just released version 0.9.3 of the Pythran package, Short reminder: Pythran is an ahead-of-time compiler for scientific Python, with a focus on high-level numerical kernels, parallelism and vectorisation. Here is a simple kernel example, with a pythran annotation. Note that that

Pythran 0.9.2 - koailh

2019-05-06 Thread Serge Guelton
Hi folks, and sorry for the double posting if any. It's my great pleasure to announce the release of Pythran 0.9.2, codenamed koailh. Pythran is an ahead of time compiler for scientific kernels written in Python. It is backward-compatible with Python (no language extension) and can take

Pythran - 0.8.7

2018-09-21 Thread Serge Guelton
Hi there, Pythran just released its 0.8.7 version. A quick reminder: Pythran is a compiler for scientific Python, it can be used to turn Python kernels as: #pythran export laplacien(float64[][][3]) import numpy as np def laplacien(image): out_image = np.abs(4*image[1:-1,1:-1]

Pythran - 0.8.6

2018-06-07 Thread Serge Guelton
Hi there, Pythran just released its 0.8.6 version. A quick reminder: Pythran is a compiler for scientific Python, it can be used to turn Python kernels as: #pythran export _brief_loop(float64[:,:], uint8[:,:], intp[:,:], int[:,:], int[:,:]) def _brief_loop(image, descriptors,

Pythran 0.8.5

2018-04-25 Thread Serge Guelton
nda and GitHub under BSD license. For the curious reader, the Changelog is reproduced below. It's a megablast! 2018-04-23 Serge Guelton <serge.guel...@telecom-bretagne.eu> - numpy.fft support (thanks to Jean Laroche) - Faster generalized expression - Faster numpy.transpose, numpy.argm

[ANN] Pythran 0.7.5 is out

2016-06-16 Thread serge guelton
(sorry for the double posting, if any) Dear pythraners and pythonists, The Pythran team (still 2 active developers) is delighted to announce the release of Pythran 0.7.5, available on the traditional channels: - pypi: https://pypi.python.org/pypi/pythran - conda:

Pythran 0.7.4 is out!

2016-01-09 Thread serge guelton
-01-05 Serge Guelton <serge.guel...@telecom-bretagne.eu> * IPython's magic for pythran now supports extra compile flags * Pythran's C++ output is compatible with Python3 and pythran3 can compile it! * More syntax checks (and less template traceback) * Impro

Pythran 0.7.2 is out!

2015-10-13 Thread serge guelton
implemented thanks to this funding! Changelog extract: 2015-10-13 Serge Guelton <serge.guel...@telecom-bretagne.eu> * Significantly decrease compilation time * Faster execution of numpy generalized slicing * Tentative conda support * Tentative Windows support

Pythran 0.7 is out

2015-04-17 Thread serge guelton
(sorry for the double posting if any) It is my pleasure to announce a new version of the Pythran compiler. Pythran is a Python compiler for scientific computing, more details on the PyData Paris talk: http://serge-sans-paille.github.io/talks/pydata-2015-04-03.html#/ A huge achievement of

Re: Call for speakers for the first PyCon Belarus. Python-announce

2014-12-12 Thread serge Guelton
On Fri, Dec 12, 2014 at 04:32:26PM +0300, Alina Dolgikh wrote: Hello, dear community! I represent Belarusian Python community. We have regular monthly meet-ups for 70-100 persons and we are going to develop further. We are planning to make the first Belarusian PyCon on the 31st of January

Pythran 0.6 - C++ for snakes

2014-10-23 Thread serge Guelton
=== 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

Re: Pyston 0.2 released

2014-09-12 Thread serge Guelton
On Thu, Sep 11, 2014 at 12:52:15PM -0700, Kevin Modzelewski wrote: Hi all, we're excited to announce the existence of Pyston 0.2, a much-improved version of our new Python JIT. The new version features greatly improved language support, basic native C API support, and an experimental

Python Obfuscation Challenge

2014-09-04 Thread Serge Guelton
Hi all, The QuarksLab[0] company just released a Capture The Flag challenge with an emphasise on Python and CPython: http://blog.quarkslab.com/you-like-python-security-challenge-and-traveling-win-a-free-ticket-to-hitb-kul.html There are a few free tickets to the HITB conference[1] to win,