- 30 Jun, 2017 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Jun, 2017 11 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
A typical speedup for the fast_gil directive is around 35% on this benchmark.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 27 Jun, 2017 3 commits
-
-
Stefan Behnel authored
-
scoder authored
Add a Pythran backend for Numpy operation
-
Robert Bradshaw authored
This fixes #1752.
-
- 25 Jun, 2017 3 commits
- 24 Jun, 2017 8 commits
-
-
scoder authored
DOC: Add calls to Py_Initialize/Py_Finalize in code sample.
-
Joris Vankerschaver authored
-
Stefan Behnel authored
propagate "const char*" that Py3.7 returns from PyUnicode_AsStringAndSize() to user code and make the casts to "char*" explicit for each assignment/conversion see https://bugs.python.org/issue28769
-
Stefan Behnel authored
see https://bugs.python.org/issue28769
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fused types: also ignore numpy import failures and not only failed lookups of the ndarray type (both just let ndarrays be ignored further on)
-
Stefan Behnel authored
-
- 23 Jun, 2017 1 commit
-
-
Stefan Behnel authored
-
- 20 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
This fixes #1739.
-
- 19 Jun, 2017 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Automatically add include_dirs for externs
-
- 17 Jun, 2017 4 commits
-
-
Adrien Guinet authored
-
Adrien Guinet authored
This makes Pythran numpy backend only activated when such directive is used. Update the documentation accordingly.
-
Adrien Guinet authored
-
Adrien Guinet authored
When the user asked for it (thanks to the --np-pythran flag), use Pythran's Numpy implementation as a backend for numpy operation. This flag forces the C++ mode, as the Pythran implementation is written in C++. Distutils integration through the 'np_pythran' flag of the cythonize API is also provided. This commit also adds a Pythran mode for the tests, that can enable the pythran mode for the C++ tests, and allows the reuse of Cython tests to test for the Pythran integration.
-
- 16 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-