Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Cython code to use .pxd files with cimport instead of .pxi/include. | Fernando Perez | 2008-06-19 | 1 | -62/+0 |
| | | | | | Using cimport/pxd is the currently recommended approach by the Cython team. | ||||
* | Add up to date (and slightly cleaned up) support for Cython after porting | Fernando Perez | 2008-04-09 | 1 | -0/+62 |
the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit. |