Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -4/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+2 |
| | |||||
* | Fix typo in oldnumeric and add Rick White's improvement to histogram for ↵ | Travis Oliphant | 2006-12-14 | 1 | -1/+1 |
| | | | | large arrays. | ||||
* | Un-deprecate some names in Numeric. | Travis Oliphant | 2006-08-05 | 1 | -15/+5 |
| | |||||
* | Fix-up oldnumeric compatibility layer. | Travis Oliphant | 2006-08-05 | 1 | -2/+9 |
| | |||||
* | More fixes to backward compatibility | Travis Oliphant | 2006-08-05 | 1 | -98/+4 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -1/+1 |
| | | | | using the oldnumeric interface. | ||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 1 | -1/+3 |
| | | | | Place functions for which this changes the Numeric default into oldnumeric. | ||||
* | Strip white-space on element retrieval | Travis Oliphant | 2006-08-03 | 1 | -1/+0 |
| | |||||
* | Expose deprecate function | Travis Oliphant | 2006-06-15 | 1 | -14/+9 |
| | |||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -0/+171 |
module and numpy does not contain all of the names. |