Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ticket #252 | Travis Oliphant | 2006-08-17 | 1 | -1/+1 | |
| | ||||||
* | Fix error in oldnumeric.empty | Travis Oliphant | 2006-08-16 | 1 | -1/+1 | |
| | ||||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 2 | -2/+2 | |
| | ||||||
* | Remove un-needed functions. | Travis Oliphant | 2006-08-14 | 1 | -2/+2 | |
| | ||||||
* | Restore numpy.oldnumeric.mlab.cov to MLab.cov behavior | Travis Oliphant | 2006-08-13 | 1 | -4/+29 | |
| | ||||||
* | Change default axis argument of average and several masked array functions. ↵ | Travis Oliphant | 2006-08-13 | 3 | -3/+17 | |
| | | | | Move old behaviors to compatibility layer. | |||||
* | Finished up numpy.numarray.alter_code1 | Travis Oliphant | 2006-08-10 | 2 | -2/+2 | |
| | ||||||
* | Add output arguments to a few more functions for consistency | Travis Oliphant | 2006-08-10 | 2 | -7/+16 | |
| | ||||||
* | Minor changes to alter_code scripts | Travis Oliphant | 2006-08-05 | 1 | -1/+1 | |
| | ||||||
* | Un-deprecate some names in Numeric. | Travis Oliphant | 2006-08-05 | 5 | -21/+46 | |
| | ||||||
* | Move converting code | Travis Oliphant | 2006-08-05 | 2 | -0/+308 | |
| | ||||||
* | Update eye and tri to take dtype in mlab | Travis Oliphant | 2006-08-05 | 1 | -5/+5 | |
| | ||||||
* | Alter typeconv to ignore 'b' | Travis Oliphant | 2006-08-05 | 1 | -16/+24 | |
| | ||||||
* | Fixes for the recent change to oldnumeric | Travis Oliphant | 2006-08-05 | 10 | -43/+92 | |
| | ||||||
* | Final fixes to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -17/+24 | |
| | ||||||
* | Fix-up oldnumeric compatibility layer. | Travis Oliphant | 2006-08-05 | 3 | -5/+81 | |
| | ||||||
* | More fixes to backward compatibility | Travis Oliphant | 2006-08-05 | 11 | -103/+377 | |
| | ||||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 8 | -42/+617 | |
| | | | | using the oldnumeric interface. | |||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 2 | -1/+15 | |
| | | | | 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 | |
| | ||||||
* | Added histogram2d #161 | Travis Oliphant | 2006-07-01 | 1 | -2/+2 | |
| | ||||||
* | Make the default array type float. | Travis Oliphant | 2006-06-30 | 2 | -0/+51 | |
| | ||||||
* | Expose deprecate function | Travis Oliphant | 2006-06-15 | 1 | -14/+9 | |
| | ||||||
* | Fix-up oldnumeric module | Travis Oliphant | 2006-06-12 | 2 | -0/+23 | |
| | ||||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 2 | -0/+257 | |
module and numpy does not contain all of the names. |