Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix segfault in N.float64, ticket #412. | Travis Oliphant | 2007-01-09 | 1 | -2/+4 | |
| | ||||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 7 | -36/+32 | |
| | ||||||
* | fix for #407 and add unit test for it | Tim Leslie | 2007-01-08 | 1 | -0/+4 | |
| | ||||||
* | Fix tests for Boolean. | Travis Oliphant | 2006-12-24 | 1 | -8/+8 | |
| | ||||||
* | Fix tests to run cleanly with new, tighter error handling. | Tim Hochberg | 2006-10-19 | 2 | -0/+40 | |
| | ||||||
* | Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵ | Travis Oliphant | 2006-10-09 | 1 | -3/+14 | |
| | | | | as kron(ones(s,b.dtype), b) | |||||
* | Kron is now N-dimensional, so remove rank check. | Stefan van der Walt | 2006-10-07 | 1 | -16/+0 | |
| | ||||||
* | Add test for insert. | Stefan van der Walt | 2006-10-07 | 1 | -0/+7 | |
| | ||||||
* | Add tests for tile and fix error. | Travis Oliphant | 2006-10-07 | 1 | -0/+11 | |
| | ||||||
* | Add tests for tickets #312, #322, for polynomial roots and for setting | Stefan van der Walt | 2006-10-06 | 1 | -0/+4 | |
| | | | | elements in object arrays. | |||||
* | Fix back repr of arrays to not have quote unless flexible. | Travis Oliphant | 2006-09-25 | 1 | -8/+8 | |
| | ||||||
* | Fix doctests for new dtype | Travis Oliphant | 2006-09-24 | 1 | -8/+8 | |
| | ||||||
* | Add tests to arraysetops for empty arrays. | Stefan van der Walt | 2006-09-19 | 1 | -0/+14 | |
| | ||||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 1 | -0/+12 | |
| | | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays. | |||||
* | Rename to histogramdd as original author said. | Travis Oliphant | 2006-09-15 | 1 | -5/+5 | |
| | ||||||
* | Fix up r_ so you can specify the minimum number of dimensions to force ↵ | Travis Oliphant | 2006-09-14 | 1 | -1/+1 | |
| | | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays | |||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 2 | -6/+50 | |
| | ||||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 2 | -16/+16 | |
| | ||||||
* | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 1 | -4/+4 | |
| | ||||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -62/+0 | |
| | ||||||
* | Fix ndpointer and add tests from ticket #245 | Travis Oliphant | 2006-08-14 | 1 | -0/+62 | |
| | ||||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 1 | -2/+2 | |
| | | | | Place functions for which this changes the Numeric default into oldnumeric. | |||||
* | 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 | |