Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up mtrand compile again. | Travis Oliphant | 2006-06-29 | 1 | -160/+116 |
| | |||||
* | Fix init_by_array to properly initialize the has_gauss and has_binomial ↵ | Robert Kern | 2006-06-24 | 1 | -0/+2 |
| | | | | members. Fixes #155. | ||||
* | Add CObject API | Robert Kern | 2006-06-13 | 1 | -0/+16 |
| | |||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | | | module and numpy does not contain all of the names. | ||||
* | Apply patch #137 | Travis Oliphant | 2006-06-12 | 2 | -214/+242 |
| | |||||
* | Fix syntax error in numpy/random/old.py: can't use import * in functions anymore | cookedm | 2006-06-10 | 1 | -1/+0 |
| | |||||
* | Add RNG interface and clean up old-interfaces to be separate from newer ones. | Travis Oliphant | 2006-06-09 | 3 | -0/+439 |
| | |||||
* | Update mtrand code | Travis Oliphant | 2006-06-09 | 1 | -9/+7 |
| | |||||
* | Use dot instead of matrixmultiply | Travis Oliphant | 2006-06-09 | 1 | -5/+5 |
| | |||||
* | Change rand and randn back to not take tuple argument. Alter docstring to ↵ | Travis Oliphant | 2006-06-02 | 1 | -1010/+938 |
| | | | | alert user what function to use to pass in a tuple. | ||||
* | Change rand and randn back to not take tuple argument. Alter docstring to ↵ | Travis Oliphant | 2006-06-02 | 1 | -4/+9 |
| | | | | alert user what function to use to pass in a tuple. | ||||
* | Allow tuple argument to rand and randn | Travis Oliphant | 2006-06-02 | 2 | -1051/+1130 |
| | |||||
* | Intialize the has_binomial field of the mtrand state. | cookedm | 2006-05-19 | 2 | -0/+3 |
| | |||||
* | Fix #90. | Robert Kern | 2006-05-01 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Use add_data_files instead of add_headers to install randomkit.h | edschofield | 2006-04-19 | 1 | -2/+2 |
| | |||||
* | Modified numpy/random/setup.py to export randomkit.h header file | edschofield | 2006-04-18 | 1 | -0/+2 |
| | |||||
* | Use generate_mtrand code to create the mtrand.c file. | Travis Oliphant | 2006-03-24 | 1 | -424/+391 |
| | |||||
* | Fix randint(1,2) == 0 bug. | Robert Kern | 2006-03-23 | 2 | -393/+426 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 2 | -5/+4 |
| | | | | extraneous whitespace | ||||
* | Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵ | Pearu Peterson | 2006-02-24 | 1 | -2/+3 |
| | | | | initiating Scipy/NumpyTest during imports. | ||||
* | Change accuracy of fill and more _WIN32 fixes. | Travis Oliphant | 2006-02-09 | 1 | -1/+0 |
| | |||||
* | Fixes to help compilation on Windows with MSVC | Travis Oliphant | 2006-02-09 | 2 | -4/+37 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 2 | -5/+5 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Added i0 natively for kaiser window | Travis Oliphant | 2006-01-05 | 2 | -4/+4 |
| | |||||
* | I don't understand why this wasn't included before. | Travis Oliphant | 2006-01-05 | 1 | -0/+5990 |
| | |||||
* | Trying to delete mtrand.c | Travis Oliphant | 2006-01-05 | 1 | -5990/+0 |
| | |||||
* | Fixed corelinalg in mtrand. | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Updated mtrand pyrex-generated c file. | Travis Oliphant | 2006-01-04 | 1 | -384/+384 |
| | |||||
* | Moved pxi in mtrand | Travis Oliphant | 2006-01-04 | 1 | -0/+0 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 4 | -401/+401 |
| | |||||
* | Change most setup.py files | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 14 | -0/+8887 |