Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't share __all__ between numarray.linear_algebra and ↵ | Stefan van der Walt | 2006-11-22 | 2 | -3/+3 |
| | | | | oldnumeric.linear_algebra. | ||||
* | Fix the fromfunction routine to use float as default. Update oldnumeric and ↵ | Travis Oliphant | 2006-09-28 | 2 | -4/+7 |
| | | | | numarray compatibility modules. | ||||
* | Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes ↵ | Travis Oliphant | 2006-09-25 | 1 | -1/+18 |
| | | | | can be identified. | ||||
* | Switch order of .put arguments to match the function call. Eliminate ↵ | Travis Oliphant | 2006-09-22 | 1 | -6/+6 |
| | | | | .putmask as a method and make it only a function. | ||||
* | Fix problem with alter_code1.py | Travis Oliphant | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | oldnumeric.argmin should use numpy.argmin | Robert Kern | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | Add one more import possibility. | Travis Oliphant | 2006-09-19 | 1 | -0/+2 |
| | |||||
* | Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵ | Travis Oliphant | 2006-09-19 | 1 | -26/+55 |
| | | | | .orig file | ||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 1 | -0/+1 |
| | |||||
* | Fix functions in oldnumeric.mlab | Travis Oliphant | 2006-09-08 | 1 | -0/+1 |
| | |||||
* | Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵ | Travis Oliphant | 2006-09-07 | 3 | -5/+25 |
| | | | | ctypeslib when ctypes is not available. | ||||
* | Add a module/script to fix the default axis issue for code already converted ↵ | Travis Oliphant | 2006-08-29 | 1 | -0/+292 |
| | | | | to NumPy | ||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 2 | -10/+10 |
| | |||||
* | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 1 | -2/+3 |
| | |||||
* | Fix a problem with __all__ not being copied in oldnumeric. | Travis Oliphant | 2006-08-25 | 2 | -5/+7 |
| | |||||
* | 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. |