Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -2062/+0 |
| | |||||
* | fixed sf bug 1395646 | sasha | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Added 1-d indexing speed-ups by going through the array iterator when ↵ | Travis Oliphant | 2005-12-31 | 1 | -2/+28 |
| | | | | fancy-indexing is needed. Also added bug-fixes to ma.py from Sourceforge. | ||||
* | Added other sort methods (heap, merge) | Travis Oliphant | 2005-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug in ma.py and added fast quicksorts. | Travis Oliphant | 2005-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed problems revealed by pychecker. | Travis Oliphant | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Added an mlab so that there is one file to replace the old MLab functionality. | Travis Oliphant | 2005-12-28 | 1 | -2/+1 |
| | |||||
* | Changed .toscalar() method to .item() | Travis Oliphant | 2005-12-26 | 1 | -2/+2 |
| | |||||
* | Use amax and amin in ma.py | Travis Oliphant | 2005-12-08 | 1 | -4/+5 |
| | |||||
* | Fixed 64-bit problem | Travis Oliphant | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | Closed a few more leaks. | Travis Oliphant | 2005-11-14 | 1 | -1/+2 |
| | |||||
* | Added Paul's enhanced masked arrays. | Travis Oliphant | 2005-11-09 | 1 | -472/+435 |
| | |||||
* | EJS: Patch to use proper True and False values rather than 1 and 0. This ↵ | edschofield | 2005-10-22 | 1 | -43/+43 |
| | | | | | | | | | | | | allows stricter type checking when we expect a boolean value to prevent the user shooting himself in the foot. Example: >>> a = zeros(1,2,3) used to succeed, creating an array of shape (1,), dtype 2, and fortran=True, which was probably not intended. It now raises a TypeError. [The user probably wants something else, like zeros((1,2,3)).] | ||||
* | Fixing some array scalar inconsistencies. | Travis Oliphant | 2005-09-19 | 1 | -55/+11 |
| | |||||
* | Adding core scipy functions | Travis Oliphant | 2005-09-19 | 1 | -77/+92 |
| | |||||
* | Converting masked arrays | Travis Oliphant | 2005-09-19 | 1 | -72/+36 |
| | |||||
* | Added ma hook. | Travis Oliphant | 2005-09-15 | 1 | -0/+2136 |