Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support "%%cython -3" cell magic in IPython | Stefan Behnel | 2016-07-08 | 1 | -3/+9 |
| | |||||
* | fix typo | Stefan Behnel | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | fix warning in newer IPython versions | Stefan Behnel | 2015-08-15 | 1 | -1/+5 |
| | |||||
* | fix reference to local copy of IPython license file | Stefan Behnel | 2015-03-06 | 1 | -1/+1 |
| | |||||
* | Fix caching issues of cython magic. | Matthias Bussonnier | 2014-09-20 | 1 | -1/+1 |
| | | | | Should fix https://github.com/ipython/ipython/issues/6507 when using cython magic. We will deprecate cython magic in IPython itself. | ||||
* | make sure pyximport gets installed on %%cython_pyximport even if it was ↵ | Stefan Behnel | 2014-06-27 | 1 | -1/+3 |
| | | | | already imported | ||||
* | simplify IPython %%cython_inline implementation; avoid unnecessary global import | Stefan Behnel | 2014-06-27 | 1 | -3/+4 |
| | |||||
* | use explicit relative imports everywhere and enable absolute imports by default | Stefan Behnel | 2014-06-17 | 1 | -3/+3 |
| | |||||
* | myself | Martín Gaitán | 2014-04-29 | 1 | -0/+3 |
| | |||||
* | Moved ipython entry point to cython package | Martín Gaitán | 2014-04-29 | 1 | -6/+2 |
| | | | | | `load_entry_point()` is on Cython/__init__.py, so:: %load_ext Cython is all you need to load the magic. | ||||
* | renamed files to be more consistent with cython naming convention | Martín Gaitán | 2014-04-29 | 1 | -0/+345 |