Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 10 | -1351/+0 |
| | |||||
* | Add up to date (and slightly cleaned up) support for Cython after porting | Fernando Perez | 2008-04-09 | 3 | -1/+14 |
| | | | | | | | the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit. | ||||
* | Correct c_numpy.pxd | Robert Kern | 2007-01-31 | 2 | -83/+76 |
| | |||||
* | Use get_include instead of get_numpy_include. | Stefan van der Walt | 2007-01-31 | 1 | -1/+1 |
| | |||||
* | Add broadcasting behavior to random-number generators. Fix cholesky to keep ↵ | Travis Oliphant | 2006-07-25 | 1 | -3/+19 |
| | | | | matrix return. | ||||
* | Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an ↵ | Travis Oliphant | 2006-07-18 | 1 | -65/+64 |
| | | | | environment variable NUMPY_NOSMP can be set which will make the default 0 | ||||
* | Fix UserArray. | Travis Oliphant | 2006-07-06 | 2 | -102/+112 |
| | |||||
* | Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ↵ | Travis Oliphant | 2006-07-01 | 1 | -9/+56 |
| | | | | deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. | ||||
* | Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵ | Pearu Peterson | 2006-04-24 | 1 | -2/+2 |
| | | | | mingw32 and c++ code combination to work correctly. | ||||
* | Add rest of the examples for pyrex and swig | Travis Oliphant | 2006-03-14 | 8 | -0/+1214 |
| | |||||
* | Move swig and pyrex over | Travis Oliphant | 2006-03-13 | 1 | -0/+59 |