| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restore un-needed axis arguments | Travis Oliphant | 2006-08-29 | 2 | -5/+5 |
* | Add axis argument to usages of take | Travis Oliphant | 2006-08-29 | 2 | -5/+5 |
* | Move more documentation from arraymethods to add_newdocs. | Charles Harris | 2006-08-29 | 2 | -118/+213 |
* | Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up getch... | Travis Oliphant | 2006-08-29 | 3 | -16/+52 |
* | Fix flags on numpy array scalars for array interface. | Travis Oliphant | 2006-08-28 | 1 | -0/+2 |
* | Fix sundry errors. | Travis Oliphant | 2006-08-28 | 3 | -3/+4 |
* | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 4 | -14/+57 |
* | Break up the documentation of ndarray attributes into separate calls. | Charles Harris | 2006-08-28 | 2 | -29/+102 |
* | Move most of the remaining documentation from arraymethods to add_newdocs. | Charles Harris | 2006-08-28 | 2 | -296/+477 |
* | Move the documentation of the sort, argsort, and searchsorted methods into | Charles Harris | 2006-08-27 | 3 | -43/+165 |
* | Up version of trunk. | Travis Oliphant | 2006-08-26 | 1 | -1/+1 |
* | Fixes to the deletefrom, insertinto, functions... | Travis Oliphant | 2006-08-26 | 1 | -29/+27 |
* | Fix how deletefrom and insertinto handle objects with __array_wrap__ defined. | Travis Oliphant | 2006-08-26 | 1 | -11/+45 |
* | Fix broadcast-copy on fancy set-item. | Travis Oliphant | 2006-08-26 | 4 | -34/+119 |
* | Add deletefrom, insertinto, and appendonto | Travis Oliphant | 2006-08-26 | 3 | -23/+147 |
* | Fix a problem with __all__ not being copied in oldnumeric. | Travis Oliphant | 2006-08-25 | 4 | -9/+12 |
* | Add more import_array possibilities so it can be used inside a function. | Travis Oliphant | 2006-08-25 | 3 | -5/+12 |
* | Revert import_array so that it doesn't return anything | Travis Oliphant | 2006-08-25 | 1 | -1/+7 |
* | Added a delete function | Travis Oliphant | 2006-08-25 | 1 | -1/+42 |
* | Fix coercion in multiarray to be like ufunc coercion. | Travis Oliphant | 2006-08-25 | 1 | -5/+18 |
* | Fix warning... | Travis Oliphant | 2006-08-25 | 1 | -1/+2 |
* | Don't use LONGJMP on windows. | Travis Oliphant | 2006-08-25 | 1 | -0/+3 |
* | Add allow threads code | Travis Oliphant | 2006-08-25 | 1 | -0/+2 |
* | Move signal handler and global variable getter to C-API | Travis Oliphant | 2006-08-24 | 4 | -18/+50 |
* | Fix NA_NewAllFromBuffer when shape is given | Travis Oliphant | 2006-08-24 | 1 | -21/+30 |
* | Add an example of using PyOS_InterruptOccurred() to the test_interuppt function. | Travis Oliphant | 2006-08-24 | 1 | -6/+20 |
* | update g95 version pattern | Travis Oliphant | 2006-08-24 | 1 | -2/+6 |
* | Also include signal.h | Travis Oliphant | 2006-08-24 | 1 | -0/+1 |
* | Make sure test_interrupt ends at some point. | Travis Oliphant | 2006-08-24 | 1 | -8/+3 |
* | Remove automatic setting of tp_free and tp_hash when it could be a Python fun... | Travis Oliphant | 2006-08-24 | 2 | -12/+15 |
* | Fixed issues with ticket #267 | Travis Oliphant | 2006-08-24 | 3 | -6/+8 |
* | Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp... | Travis Oliphant | 2006-08-24 | 8 | -52/+99 |
* | add .abs() as a method on the array object | cookedm | 2006-08-23 | 2 | -0/+5 |
* | Move complex multiply and divide from the generic interface to the specific i... | Travis Oliphant | 2006-08-23 | 4 | -30/+154 |
* | Fix a formatting bug in CAPI.txt | cookedm | 2006-08-23 | 1 | -19/+18 |
* | Fix copyswapn for complex data-types | Travis Oliphant | 2006-08-22 | 2 | -1/+9 |
* | Fix real and imag attributes for byte-swapped arrays. Fixes ticket #265 | Travis Oliphant | 2006-08-22 | 1 | -68/+48 |
* | Fix silly version number | Travis Oliphant | 2006-08-21 | 1 | -1/+1 |
* | Make trunk 1.0b4.dev release | Travis Oliphant | 2006-08-21 | 1 | -1/+1 |
* | Fix shape attributes of data-types with no shape | Travis Oliphant | 2006-08-21 | 1 | -1/+1 |
* | Re-factor fix to linspace | Travis Oliphant | 2006-08-21 | 1 | -3/+3 |
* | Remove usage of FatalError and fix linspace to end at stop if endpoint is True | Travis Oliphant | 2006-08-21 | 6 | -7/+9 |
* | Fix missing #endif | Travis Oliphant | 2006-08-21 | 1 | -0/+2 |
* | Include interrupt stub. | Travis Oliphant | 2006-08-21 | 1 | -0/+24 |
* | Add simple function to replace Ufunc | Travis Oliphant | 2006-08-21 | 3 | -8/+27 |
* | Fix white-space issues. | Travis Oliphant | 2006-08-19 | 19 | -2189/+2189 |
* | Fix missing numeric type issues. | Travis Oliphant | 2006-08-18 | 1 | -3/+4 |
* | Fix missing bool8 | Travis Oliphant | 2006-08-18 | 1 | -5/+9 |
* | Fix logic for using THREADS | Travis Oliphant | 2006-08-18 | 1 | -10/+9 |
* | Add ndarrayobject.h file and fix ticket #255 | Travis Oliphant | 2006-08-18 | 1 | -0/+1549 |