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 c

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 and

[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 lot

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, s

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 c

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 th

Pythran 0.7.2 is out!

2015-10-13 Thread serge guelton
implemented thanks to this funding! Changelog extract: 2015-10-13 Serge Guelton * Significantly decrease compilation time * Faster execution of numpy generalized slicing * Tentative conda support * Tentative Windows support (using Win Python) * Preserve

Pythran 0.7.4 is out!

2016-01-09 Thread serge guelton
the changelog: 2016-01-05 Serge Guelton * 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) * Improved UI (mul

[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: https://anaconda.org/ser

[ANN] Pythran O.8.0 is out

2017-01-08 Thread serge guelton
(sorry for the double posting, if any) Dear pythraners and pythonists, The Pythran team (a great deal of 2 active developers) is delighted to announce the release of Pythran 0.8.0, available on the traditional channels: - pypi: https://pypi.python.org/pypi/pythran - github: https://githu

Pythran 0.8.5

2018-04-25 Thread Serge Guelton
onda and GitHub under BSD license. For the curious reader, the Changelog is reproduced below. It's a megablast! 2018-04-23 Serge Guelton - numpy.fft support (thanks to Jean Laroche) - Faster generalized expression - Faster numpy.transpose, numpy.argmax, numpy reduction - Sphinx-compati

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, keypoints,

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.9.0 - kozhamzer

2018-11-08 Thread serge guelton
the xsimd support. We're getting closer to 1.0, which will probably be the first one to drop 2.7 support (goal: 2020). Until then, happy computations! -- Serge [0] https://github.com/QuantStack/xsimd = 2018-11-06 Serge Guelton * Moving to xsimd as vectorization engine, req

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 advanta

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 kern

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 pyth

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.githu

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

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 -- python-announce-list@py