Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cpp-operator' | Robert Bradshaw | 2018-05-03 | 1 | -0/+11 |
|\ | |||||
| * | Documented ways of wrapping nonmember operators | da_woods | 2015-09-19 | 1 | -0/+8 |
* | | Change format of contributions document to ReST. | Stefan Behnel | 2018-05-01 | 1 | -0/+1 |
* | | Add an initial contributions document. | Stefan Behnel | 2018-05-01 | 1 | -0/+10 |
* | | Merge pull request #2184 from jkleckner/add-no_zip_safe-to-documentation | scoder | 2018-04-08 | 3 | -0/+23 |
|\ \ | |||||
| * | | Add zip_safe=False to userguide setup.py | Jim Kleckner | 2018-03-29 | 3 | -0/+23 |
* | | | Merge pull request #2187 from luzpaz/misc-typos | scoder | 2018-04-08 | 2 | -3/+3 |
|\ \ \ | |||||
| * | | | Misc. typos | luz.paz | 2018-03-28 | 2 | -3/+3 |
| |/ / | |||||
* | | | Update wrapping_CPlusPlus.rst | Robert Bradshaw | 2018-03-30 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2178 from gabrieldemarmiesse/cython_magic | scoder | 2018-03-25 | 2 | -0/+65 |
|\ \ | |||||
| * | | Corrected some sentences. | gabrieldemarmiesse | 2018-03-25 | 1 | -5/+10 |
| * | | Added %%cython options. | gabrieldemarmiesse | 2018-03-23 | 2 | -0/+60 |
* | | | Used autodocs because it makes more sense. | gabrieldemarmiesse | 2018-03-24 | 2 | -39/+3 |
* | | | Added argument list for pyximport. | gabrieldemarmiesse | 2018-03-24 | 4 | -4/+49 |
|/ / | |||||
* | | Merge pull request #2175 from gabrieldemarmiesse/track | scoder | 2018-03-23 | 1 | -4/+1 |
|\ \ | |||||
| * | | Removed dead link to Cython bug tracker. | gabrieldemarmiesse | 2018-03-22 | 1 | -4/+1 |
* | | | Merge pull request #2162 from gabrieldemarmiesse/cython_numpy_users | scoder | 2018-03-23 | 11 | -666/+845 |
|\ \ \ | |||||
| * | | | Changed according to the code review. | gabrieldemarmiesse | 2018-03-21 | 7 | -85/+74 |
| * | | | Some rewording. | gabrieldemarmiesse | 2018-03-19 | 3 | -12/+22 |
| * | | | Finished v1. | gabrieldemarmiesse | 2018-03-19 | 2 | -40/+64 |
| * | | | Quite some progress with this tutorial. Only two parts missing. | gabrieldemarmiesse | 2018-03-18 | 7 | -112/+145 |
| * | | | Small change. | gabrieldemarmiesse | 2018-03-18 | 1 | -1/+1 |
| * | | | Finished 'the first cython program'. | gabrieldemarmiesse | 2018-03-18 | 6 | -456/+400 |
| * | | | Inserted the files in the tutorial. | gabrieldemarmiesse | 2018-03-18 | 1 | -142/+32 |
| * | | | Added the examples of the numpy tutorial. | gabrieldemarmiesse | 2018-03-18 | 8 | -37/+326 |
| |/ / | |||||
* | | | Changed the wiki url. | gabrieldemarmiesse | 2018-03-22 | 2 | -2/+2 |
|/ / | |||||
* | | Added a note for Cython for numpy users. | gabrieldemarmiesse | 2018-03-17 | 1 | -0/+7 |
* | | Find a better wording for "slow yellow lines" in the tutorial (yellow isn't *... | Stefan Behnel | 2018-03-17 | 1 | -2/+4 |
* | | Improve some wordings in the primes tutorial. | Stefan Behnel | 2018-03-17 | 2 | -26/+34 |
* | | Merge pull request #2151 from gabrieldemarmiesse/example_cython_tutorial | scoder | 2018-03-17 | 5 | -31/+195 |
|\ \ | |||||
| * | | Made all the necessary changes. | gabrieldemarmiesse | 2018-03-17 | 1 | -29/+63 |
| * | | Corrected a big mistake about speedup. | gabrieldemarmiesse | 2018-03-15 | 1 | -5/+5 |
| * | | Some improvements one the tutorial page. | gabrieldemarmiesse | 2018-03-14 | 5 | -31/+161 |
* | | | Misc. typos | luz.paz | 2018-03-17 | 1 | -1/+1 |
* | | | Merge pull request #2156 from Bigjaked/master | scoder | 2018-03-16 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix one word typo | Jake | 2018-03-16 | 1 | -1/+1 |
* | | | | Change demo file back to original output style. | Stefan Behnel | 2018-03-16 | 1 | -1/+5 |
* | | | | Merge pull request #2150 from gabrieldemarmiesse/cython_tutorial | scoder | 2018-03-16 | 2 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Forgot a typo. | gabrieldemarmiesse | 2018-03-14 | 1 | -1/+1 |
| * | | | Made the print python 3 style. pep8 and link to memoryviews. | gabrieldemarmiesse | 2018-03-14 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge pull request #2146 from gabrieldemarmiesse/cythonize | scoder | 2018-03-16 | 1 | -6/+12 |
|\ \ \ | |||||
| * | | | Updated cythonize. | gabrieldemarmiesse | 2018-03-13 | 1 | -6/+12 |
| |/ / | |||||
* | | | Minor ReST simplification. | Stefan Behnel | 2018-03-16 | 1 | -3/+1 |
* | | | Merge pull request #2145 from gabrieldemarmiesse/installation | scoder | 2018-03-16 | 1 | -7/+7 |
|\ \ \ | |||||
| * | | | Put the pip installation first. | gabrieldemarmiesse | 2018-03-13 | 1 | -7/+7 |
| |/ / | |||||
* | | | Minor doc fixes. | Stefan Behnel | 2018-03-16 | 1 | -3/+3 |
* | | | Merge pull request #2144 from gabrieldemarmiesse/building_cython | scoder | 2018-03-16 | 2 | -5/+17 |
|\ \ \ | |/ / |/| | | |||||
| * | | Improvements of the docs. | gabrieldemarmiesse | 2018-03-13 | 2 | -5/+17 |
* | | | Misc typos | luz.paz | 2018-03-12 | 1 | -1/+1 |
* | | | Improve initial note on memory views on the old buffer docs page. | Stefan Behnel | 2018-03-11 | 1 | -4/+4 |