- 27 May, 2018 10 commits
-
-
scoder authored
Added an example of iteration for x in vector.
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1771.
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit eb0e4666.
-
- 26 May, 2018 13 commits
-
-
scoder authored
Fix importing of namespace packages. Add in a regtest for the same.
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix warning about "comparison between signed and unsigned" in example and make it fully C89 compatible.
-
Stefan Behnel authored
-
Prakhar Goel authored
Updated runtests to exclude the pyximport_namespace test. Implicit namespace packages were introduced in Python 3.3.
-
scoder authored
Added tests for the convolve with the memoryviews in the docs.
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove redundant helper function "__Pyx_ImportModule()" which was only needed in Py<2.6 when PyObject_GetAttrString() and PyImport_ImportModule() did not take const string arguments.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
- 25 May, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Mark several one-time functions (used during module init) with CYTHON_SMALL_CODE to reduce their binary code impact on the overall module size.
-
Stefan Behnel authored
Avoid some overindentation in the generated C code due to duplicated opening braces inside of C macros.
-
scoder authored
-
scoder authored
Add tutorial on how to call C function with numpy arrays.
-
scoder authored
Corrected the description of a test option.
-
- 24 May, 2018 2 commits
-
-
Prakhar Goel authored
-
gabrieldemarmiesse authored
-
- 23 May, 2018 2 commits
- 21 May, 2018 7 commits
-
-
gabrieldemarmiesse authored
-
Pan authored
-
gabrieldemarmiesse authored
-
Pan authored
-
Pan authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix error reporting on very early errors when the Cython runtime configuration module is not set up yet. See #2199.
-