- 12 Feb, 2020 1 commit
-
-
mitch authored
-
- 15 Feb, 2019 1 commit
-
-
Stefan Behnel authored
-
- 09 Feb, 2019 2 commits
-
-
Stefan Behnel authored
Add safety cast in queue tutorial code that avoids casting a potentially non-pointer-sized "int" to a "void*".
-
Stefan Behnel authored
-
- 02 Jan, 2019 1 commit
-
-
Paul van Mulbregt authored
"convolve_cy.so" -> "compute_cy.so" to match imports used in this tutorial.
-
- 16 Nov, 2018 4 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Álvaro Abella Bascarán authored
“It have”-> “it has” “Parralelism” -> “parallelism”
-
Robert Bradshaw authored
-
- 07 Nov, 2018 1 commit
-
-
ptype authored
-
- 02 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 29 Sep, 2018 2 commits
-
-
Stefan Behnel authored
Rename the options of the "check_size" feature to make them more obvious: "warn" warns, "error" fails, and "extend" silently allows extending. Closes #2627.
-
Stefan Behnel authored
-
- 26 Sep, 2018 1 commit
-
-
mattip authored
-
- 25 Sep, 2018 2 commits
- 24 Sep, 2018 1 commit
-
-
mattip authored
-
- 22 Sep, 2018 2 commits
-
-
Nick Timkovich authored
Explicitly call out the different name used for the wrapper `.pyx` file vs. the other C++ sources As a new user, I was following along and just called the `.pyx` file `Rectangle.pyx` like everything else which was kinda confusing then when in the `wrapping_CPlusPlus/setup.py` there's a `setup(ext_modules=cythonize("rect.pyx"))` and I was thinking that maybe that file was magically created somehow and was miffed. Hoisted the blurb on why the file name needs to be different without some additional work and worded it in there.
-
Stefan Behnel authored
Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rely on deprecated C-API internaly.
-
- 20 Sep, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 31 Aug, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2587.
-
- 25 Aug, 2018 2 commits
-
-
Stefan Behnel authored
Remove docs note about fused types being "experimental". They are old enough by now to consider them an established language feature.
-
Stefan Behnel authored
-
- 24 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-
- 23 Aug, 2018 4 commits
-
-
Dr Alex Meakins authored
-
Dr Alex Meakins authored
-
Dr Alex Meakins authored
-
Dr Alex Meakins authored
-
- 21 Aug, 2018 1 commit
-
-
gabrieldemarmiesse authored
ignored the build of the docs in git.
-
- 19 Aug, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 13 Aug, 2018 1 commit
-
-
Mark Mikofski authored
-
- 11 Aug, 2018 7 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
Closes #2489.
-
- 04 Aug, 2018 1 commit
-
-
John Kirkham authored
-