- 26 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 23 Jan, 2020 4 commits
-
-
Stefan Behnel authored
-
aws-taylor authored
-
Alex Henrie authored
-
Jerome Kieffer authored
-
- 22 Jan, 2020 1 commit
-
-
isotherm authored
Closes #1427
-
- 21 Jan, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move back to a matrix setup in travis.yml to avoid the long list of redundant and boring Python build setups.
-
- 16 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 14 Jan, 2020 3 commits
-
-
serge-sans-paille authored
* Support Pythran shape Through a conversion to array. I've tested that and it's ok performance wise, the C++ compiler can deal with the abstraction (with a small overhead though).
-
Robert Bradshaw authored
This manifests as function-type-mismatch sanitization error on Clang.
-
Josh Tobin authored
-
- 13 Jan, 2020 4 commits
-
-
Yuri Escalianti authored
-
Stefan Behnel authored
-
ThePrez authored
Closes GH-3238
-
ThePrez authored
Closes GH-3238
-
- 12 Jan, 2020 1 commit
-
-
Eddie Elizondo authored
Blacklists failing test for now
-
- 11 Jan, 2020 1 commit
-
-
Yu Feng authored
* Allow overriding the reading of utilities files. Add set_read_utitlities_hook() to override how utilities files are accessed. This change simplifies how Cython can be packaged into a single file binary executable, where utility files are stored inside the binary executable as package resource.
-
- 08 Jan, 2020 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
-
da-woods authored
-
da-woods authored
0.11.2 is over a decade old at this point so people aiming to install earlier versions should probably just read the documentation for those version. There aren't any footnotes in the documentation.
-
- 07 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 04 Jan, 2020 1 commit
-
-
da-woods authored
Annotations are now dealt with according to PEP-563 - they are saved as strings, rather than evaluated as Python objects. They can/are still be used by Cython for typing. Previous behaviour for evaluating them as Python objects was convoluted and has been removed entirely, which hopefully doesn't break too much.
-
- 02 Jan, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove legacy imports from IPython integration since the "py3compat" module changed in IPython 7.11. (GH-3297)
-
- 01 Jan, 2020 1 commit
-
-
Stefan Behnel authored
Make an import prefer Py3 over Py2, since that's what most people are (or should be) using these days.
-
- 29 Dec, 2019 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecated "collections" package.
-
Stefan Behnel authored
Closes GH-3246.
-
- 23 Dec, 2019 5 commits
-
-
Stefan Behnel authored
Instead of overriding "build_ext.build_extensions()" in "old_build_ext", which works differently for parallel and sequential builds, override only "check_extensions_list()", which gets called by it at the beginning.
-
Stefan Behnel authored
Import Cython in "build_ext" only if it's actually needed, i.e. if any Cython implemented extension modules were found.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-