| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a memory-leak in EnsureArray. Added __array_priority__ to array ↵ | Travis Oliphant | 2006-07-20 | 1 | -1/+1 |
| | | | | | scalars. Added bug-fixes part of david huard's histogramdd ticket. | ||||
| * | Apply patch for unique from #154 | Travis Oliphant | 2006-07-19 | 1 | -1/+9 |
| | | |||||
| * | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 7 | -43/+43 |
| | | |||||
| * | Patch from David Huard to future-proof histogram2d test | cookedm | 2006-07-06 | 1 | -3/+2 |
| | | |||||
| * | Added histogram2d #161 | Travis Oliphant | 2006-07-01 | 1 | -6/+27 |
| | | |||||
| * | Cast to double instead of float in digitize. | Stefan van der Walt | 2006-06-30 | 1 | -0/+5 |
| | | |||||
| * | Add docstring and tests for digitize. | Stefan van der Walt | 2006-06-30 | 1 | -22/+32 |
| | | |||||
| * | Fix for linspace (#118) was incomplete; good now. | cookedm | 2006-05-17 | 1 | -0/+2 |
| | | |||||
| * | #118: linspace should always return floats | cookedm | 2006-05-16 | 1 | -0/+5 |
| | | | | | Patch from stefan; fix special case which could return an array of one int. | ||||
| * | Added NumpyTestCase.rundocs method to support running doc-tests via unittest ↵ | Pearu Peterson | 2006-04-26 | 2 | -7/+5 |
| | | | | | machinery - needed for running tests via testoob. | ||||
| * | Fix kron so that the return type reflects the type of its arguments. Also, ↵ | Tim Hochberg | 2006-04-20 | 1 | -0/+32 |
| | | | | | raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken. | ||||
| * | Fix object-loop reference counting in BUFFERED UFUNC. | Travis Oliphant | 2006-04-14 | 1 | -9/+6 |
| | | |||||
| * | Fix segfault on indexing (but functionality still not working). Add ↵ | Travis Oliphant | 2006-04-13 | 1 | -1/+6 |
| | | | | | vectorize test-case (ticket #52). Improve comments on broadcast failure. | ||||
| * | change use of deprecated NewAxis to newaxis | Tim Leslie | 2006-03-18 | 1 | -1/+1 |
| | | |||||
| * | update tests to all run correctly | Tim Leslie | 2006-03-13 | 4 | -7/+6 |
| | | |||||
| * | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 5 | -91/+91 |
| | | | | | extraneous whitespace | ||||
| * | Run tabnanny over the code, and replace uses of tab for indentation with spaces | cookedm | 2006-03-10 | 1 | -1/+1 |
| | | |||||
| * | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -2/+0 |
| | | | | | .dtypechar -> .dtype.char | ||||
| * | Arraysetops added to numpy.lib | Robert Cimrman | 2006-01-09 | 1 | -0/+145 |
| | | |||||
| * | Cleaning up __all__ list and numpy namespace. | Pearu Peterson | 2006-01-05 | 2 | -0/+2 |
| | | |||||
| * | More fixes... | Travis Oliphant | 2006-01-04 | 8 | -19/+22 |
| | | |||||
| * | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -0/+364 |
| | | |||||
| * | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 7 | -23/+23 |
| | | |||||
| * | Change most setup.py files | Travis Oliphant | 2006-01-04 | 2 | -0/+301 |
| | | |||||
| * | Moving things.. | Travis Oliphant | 2006-01-04 | 5 | -0/+646 |
