An error occurred fetching the project authors.
- 10 Sep, 2020 1 commit
-
-
Xavier Thompson authored
-
- 18 Aug, 2020 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 17 Aug, 2020 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 10 Jun, 2020 1 commit
-
-
scoder authored
… and enforce them with pycodestyle.
-
- 17 May, 2020 1 commit
-
-
da-woods authored
When it's merged into the main module, wrap it in a CompilerDirectivesNode.
-
- 04 May, 2020 1 commit
-
-
scoder authored
* Rewrite C property support (GH-2640) based on inline C methods. Supersedes GH-2640 and GH-3095. Closes GH-3521. * Test fix for `numpy_parallel.pyx`: avoid depending on whether "nd.shape" requires the GIL or not. * Turn NumPy's "ndarray.data" into a property to avoid direct struct access. * Make "ndarray.size" accessible without the GIL.
-
- 13 Nov, 2018 1 commit
-
-
mattip authored
-
- 03 Jun, 2018 1 commit
-
-
Stefan Behnel authored
Make raise-statements inside of nogil blocks automatically acquire the GIL, instead of requiring an explicit ``with gil`` block around them.
-
- 21 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
Previously these could be suppressed if error holding was in place. This was noticed in #1746.
-
- 17 Jun, 2017 1 commit
-
-
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.
-
- 14 Aug, 2016 1 commit
-
-
Stefan Behnel authored
rely on code generation phase to include required utility code instead of always including all of it in a separate pipeline phase
-
- 07 Nov, 2015 1 commit
-
-
Stefan Behnel authored
-
- 05 Nov, 2015 1 commit
-
-
Emmanuel Gil Peyrot authored
This makes properties work properly in cdef classes, and gives them the exact same AST as the “property something:” blocks, whose syntax should probably be deprecated now. Fixes T264.
-
- 26 Oct, 2015 1 commit
-
-
Stefan Behnel authored
-
- 17 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 06 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 04 Sep, 2015 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
For example cpdef enum Eggs SOFT HARD SCRAMBLED produces three constants with int values that print as strings, and a type Eggs with attributes Eggs.SOFT, etc. and list(Eggs) giving the set of all enum values. Instantiating Eggs with a numeric or string value will return the appropriate constant.
-
- 09 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Jul, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Petr Viktorin authored
-
- 23 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 27 Apr, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 24 Apr, 2015 1 commit
-
-
Robert Bradshaw authored
This is more consistent with the execution of "python foo.py" and also allows for compilation of files that don't obey the module naming rules.
-
- 19 Mar, 2015 1 commit
-
-
Stefan Behnel authored
change pipeline order to include tree changes made by structural optimisers in OptimizeBuiltinCalls run
-
- 15 Nov, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %C4Y%8Fo%10QD%23%A6%FB%B6%AF%3B%D6%C9%A9%09%C4%0D%A8
-
- 17 Jun, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Apr, 2014 1 commit
-
-
Alok Singhal authored
SwitchTransform is unable to detect all cases of duplicate values, which result in errors at compile time in the generated code.
-
- 17 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 07 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 26 Dec, 2013 1 commit
-
-
Robert Bradshaw authored
The syntax follows that of template classes, namely cdef T foo[T](T, ...)
-
- 24 Dec, 2013 1 commit
-
-
Stefan Behnel authored
fix crash when looking up closure names in OptimizeBuiltinCalls transform (after running CreateClosureClasses transform)
-
- 16 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-