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 | 1 | -125/+0 |
| | |||||
* | Correct c_numpy.pxd | Robert Kern | 2007-01-31 | 1 | -2/+6 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | Move swig and pyrex over | Travis Oliphant | 2006-03-13 | 1 | -0/+59 |