Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: core: Start einsum function, add copyright notices to files | Mark Wiebe | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | Credit more developers. | Stefan van der Walt | 2009-01-05 | 1 | -1/+10 |
| | |||||
* | added missing THANKS for Alan's testing work this summer | Jarrod Millman | 2008-12-16 | 1 | -3/+6 |
| | |||||
* | wordsmithing | Jarrod Millman | 2008-12-14 | 1 | -2/+1 |
| | |||||
* | Update credits. | Stefan van der Walt | 2008-08-24 | 1 | -27/+39 |
| | |||||
* | Move generalised ufunc functionality to the gen_ufuncs branch. | Stefan van der Walt | 2008-08-15 | 1 | -1/+0 |
| | |||||
* | Give credit for the generalised ufunc infrastructure. | Stefan van der Walt | 2008-08-14 | 1 | -0/+1 |
| | |||||
* | Add Roberto de Almeida's Arrayterator. | Stefan van der Walt | 2008-08-13 | 1 | -15/+16 |
| | |||||
* | test | Alan McIntyre | 2008-06-17 | 1 | -1/+0 |
| | |||||
* | t | Jarrod Millman | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | Fix swap error for indexing flat attribute. The data-type of the returned ↵ | Travis Oliphant | 2008-02-13 | 1 | -2/+2 |
| | | | | object keeps the byte-swap information so there is no need to swap. | ||||
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+1 |
| | |||||
* | Finish adding and checking remaining tests for clip (and choose). All ↵ | Travis Oliphant | 2007-03-31 | 1 | -1/+1 |
| | | | | tests now pass for new clip method. | ||||
* | Added dirichlet random number generator to NumPy | Travis Oliphant | 2007-02-01 | 1 | -0/+1 |
| | |||||
* | Fix-up the THANKS file. | Travis Oliphant | 2006-10-26 | 1 | -0/+1 |
| | |||||
* | Fix-up the THANKS file. | Travis Oliphant | 2006-10-26 | 1 | -1/+8 |
| | |||||
* | Fix Ticket #352 | Travis Oliphant | 2006-10-18 | 1 | -1/+2 |
| | |||||
* | Re-format THANKS.txt and add check for reshape order argument. | Travis Oliphant | 2006-10-17 | 1 | -7/+13 |
| | |||||
* | Added yours truly to THANKS.txt | edschofield | 2006-10-17 | 1 | -1/+2 |
| | |||||
* | Finish up scalarmath. Needs testing... | Travis Oliphant | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Fix segfault on indexing (but functionality still not working). Add ↵ | Travis Oliphant | 2006-04-13 | 1 | -2/+3 |
| | | | | vectorize test-case (ticket #52). Improve comments on broadcast failure. | ||||
* | Add round method to array scalars and fix a few reference count issues. | Travis Oliphant | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | Added unit-tests from Francesc Alted | Travis Oliphant | 2006-02-14 | 1 | -0/+2 |
| | |||||
* | allow assignment with multiple same indices as susbscripting. Limit to 1 ↵ | Travis Oliphant | 2006-01-11 | 1 | -1/+1 |
| | | | | ellipsis object for 0d array subscripting. | ||||
* | Undo size-0 iteration changes and fix possible core dump in PyArray_Return. | Travis Oliphant | 2006-01-09 | 1 | -0/+1 |
| | |||||
* | Fixes to convertcode.py | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fix-up reference counting for OBJECT arrays in ufuncloop. | Travis Oliphant | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Added Paul's enhanced masked arrays. | Travis Oliphant | 2005-11-09 | 1 | -2/+2 |
| | |||||
* | More cosmetic changes. | Travis Oliphant | 2005-10-29 | 1 | -0/+1 |
| | |||||
* | Updated thank yous.. | Travis Oliphant | 2005-10-12 | 1 | -2/+3 |
| | |||||
* | Minor formatting changes. | Travis Oliphant | 2005-10-07 | 1 | -2/+5 |
| | |||||
* | Fixes by Eric Firing.. | Travis Oliphant | 2005-10-02 | 1 | -0/+1 |
| | |||||
* | More thanks... | Travis Oliphant | 2005-09-29 | 1 | -2/+4 |
| | |||||
* | Don't shadow builtins anymore. | Travis Oliphant | 2005-09-28 | 1 | -0/+2 |
| | |||||
* | Altered string and unicode array scalar types so they inherit from Python ↵ | Travis Oliphant | 2005-09-28 | 1 | -2/+4 |
| | | | | types first... | ||||
* | Added thanks file | Travis Oliphant | 2005-09-27 | 1 | -0/+4 |