- 16 Mar, 2018 9 commits
-
-
Stefan Behnel authored
-
scoder authored
Made the print python 3 style. pep8 and link to memoryviews.
-
scoder authored
Updated cythonize.
-
Stefan Behnel authored
-
scoder authored
Put the pip installation first.
-
Stefan Behnel authored
-
scoder authored
Improvements of the docs.
-
Stefan Behnel authored
-
Stefan Behnel authored
Split prototype part off a utility function to move the actual implementation to the end of the C file.
-
- 14 Mar, 2018 2 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 13 Mar, 2018 8 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Misc typos
-
luz.paz authored
Found via `codespell`
-
- 12 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1606.
-
- 11 Mar, 2018 12 commits
-
-
Stefan Behnel authored
-
scoder authored
Mention Typed Memoryviews in the Working with NumPy doc.
-
scoder authored
Updated the example for --annotate.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Increase the ccache size on travis from 100M to 150M as we've probably passed the limit already with all the tests that we have now.
-
Stefan Behnel authored
Do not issue "redefined" warnings on C++ function overrides with different signatures (previously only applied to methods). Closes #2013.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Mar, 2018 5 commits
-
-
Stefan Behnel authored
Actually show "redefined" warnings, but only for "cdef extern" blocks, i.e. the exact case described in #1874. Closes #1874.
-
Stefan Behnel authored
Silence "redefined" warning again as it is more annoying than helpful to receive it for every pxd-defined cpdef function. See #1874. Closes #2013.
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair the coercion of C string literals to C++ strings for function arguments: must create a copy for non-const arguments and can use C++ coercion for const literals. Closes #2132.
-
Stefan Behnel authored
-
- 07 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Use pre-5.0 Tornado version as Jupyter dependency in Py3.3 since Tornado 5.0 dropped support for it.
-