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
..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
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
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
===
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
(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
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
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
(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
(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
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
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,
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]
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
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
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
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
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
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
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
20 matches
Mail list logo