| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up asanyarray usage | Travis Oliphant | 2006-03-29 | 1 | -1/+1 |
* | Fix ravel function because method went back to old behavior. | Travis Oliphant | 2006-03-29 | 2 | -8/+6 |
* | Change so that .ravel() has old behavior. | Travis Oliphant | 2006-03-29 | 3 | -11/+16 |
* | Updates to array creation: improve docstring, allow fast exit for subok=1, re... | Travis Oliphant | 2006-03-28 | 2 | -26/+36 |
* | .ravel and .reshape always return views and raise ValueError if that is impos... | Travis Oliphant | 2006-03-28 | 3 | -42/+34 |
* | Fixed import. | Pearu Peterson | 2006-03-28 | 1 | -1/+1 |
* | Change order of attribute lookup for recarrays. Now, the methods and attribu... | Travis Oliphant | 2006-03-27 | 1 | -10/+9 |
* | Remove nd=1 optimization in .ravel and add support for fortran order arrays t... | Travis Oliphant | 2006-03-27 | 1 | -4/+3 |
* | umfpack detection added | Robert Cimrman | 2006-03-27 | 1 | -0/+42 |
* | remove unused imports | Tim Leslie | 2006-03-25 | 3 | -7/+2 |
* | remove unused import | Tim Leslie | 2006-03-25 | 1 | -1/+1 |
* | remove unused variable | Tim Leslie | 2006-03-25 | 1 | -2/+0 |
* | Changed fortran= keywords to order= keywords | Travis Oliphant | 2006-03-24 | 11 | -103/+132 |
* | Simplify interfaces. Fix UCHAR bug. | Travis Oliphant | 2006-03-24 | 3 | -7/+7 |
* | Use generate_mtrand code to create the mtrand.c file. | Travis Oliphant | 2006-03-24 | 1 | -424/+391 |
* | Added ascontiguous and asfortran functions. | Travis Oliphant | 2006-03-23 | 2 | -13/+35 |
* | Fix randint(1,2) == 0 bug. | Robert Kern | 2006-03-23 | 2 | -393/+426 |
* | don't catch exceptions from method calls | sasha | 2006-03-23 | 1 | -93/+93 |
* | compress code | Travis Oliphant | 2006-03-23 | 1 | -17/+6 |
* | Fix segfault in fast power. | Travis Oliphant | 2006-03-23 | 1 | -54/+68 |
* | trivial whitespace changes, more explicit imports | Tim Leslie | 2006-03-23 | 1 | -10/+10 |
* | trivial whitespace changes | Tim Leslie | 2006-03-23 | 1 | -5/+5 |
* | explicitly use numerictypes | Tim Leslie | 2006-03-23 | 1 | -6/+8 |
* | shorten long comment line | Tim Leslie | 2006-03-23 | 1 | -1/+2 |
* | use docstring header, fix 'import *', remove duplicate definition of __float_... | Tim Leslie | 2006-03-23 | 1 | -13/+12 |
* | change header comments into docstrings | Tim Leslie | 2006-03-23 | 2 | -26/+25 |
* | Removed branches that use undefined "_wrapit" | sasha | 2006-03-22 | 1 | -17/+6 |
* | * More array methods thanks to Pierre GM <pgmdevlist@mailcan.com> | sasha | 2006-03-22 | 2 | -7/+118 |
* | Fix optimized dot error (1,1)x(1,N) and (N,1)x(1,1) | Travis Oliphant | 2006-03-22 | 1 | -0/+6 |
* | Expose another dot error. | Travis Oliphant | 2006-03-22 | 2 | -1/+15 |
* | scalar math updates. | Travis Oliphant | 2006-03-21 | 2 | -3/+33 |
* | Fix reshape function to support fortran perspective better. | Travis Oliphant | 2006-03-21 | 1 | -101/+98 |
* | Fix reshape to always interpret as C-contiguous unless fortran=True is given ... | Travis Oliphant | 2006-03-21 | 9 | -112/+185 |
* | Better version matching for Sun Fortran, and don't panic when we can't match ... | cookedm | 2006-03-21 | 2 | -3/+8 |
* | whoops, readd cc_dynamic to libs to link with for darwin platform. | cookedm | 2006-03-21 | 1 | -2/+2 |
* | remove 'from numerictypes import *' | Tim Leslie | 2006-03-19 | 2 | -1/+2 |
* | For version checking of compilers, first look for a .version_match method | cookedm | 2006-03-18 | 2 | -16/+47 |
* | change use of deprecated NewAxis to newaxis | Tim Leslie | 2006-03-18 | 3 | -6/+6 |
* | Add coercion test for scalar objects. | Travis Oliphant | 2006-03-17 | 3 | -8/+28 |
* | Comments only. | Travis Oliphant | 2006-03-17 | 1 | -1/+14 |
* | Add extra arguments to corrcoef. | Travis Oliphant | 2006-03-16 | 1 | -2/+2 |
* | Fix scalar case for corrcoef | Travis Oliphant | 2006-03-16 | 1 | -1/+4 |
* | Third time's the charm. | Travis Oliphant | 2006-03-16 | 1 | -2/+3 |
* | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -1/+1 |
* | Fix cov and corrcoef in numpy | Travis Oliphant | 2006-03-16 | 1 | -26/+32 |
* | Expose arrayscalar structure to make scalarmath and other extensions easier t... | Travis Oliphant | 2006-03-16 | 6 | -61/+313 |
* | clean up some imports | Tim Leslie | 2006-03-16 | 5 | -11/+14 |
* | Fix bug when setting uic to False. | Travis Oliphant | 2006-03-15 | 1 | -1/+1 |
* | Fix flags getitem. | Travis Oliphant | 2006-03-15 | 1 | -40/+70 |
* | Fix-up name-spaces. | Travis Oliphant | 2006-03-15 | 1 | -1/+0 |