summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
|
* Fix compatibility layer definition of stdTravis Oliphant2007-05-041-1/+2
|
* Add a few more functions to arrayfns compatibility file and fix typo.Travis Oliphant2007-04-021-12/+28
|
* Add the arrayfns compatibility library -- not finished.Travis Oliphant2007-04-021-0/+82
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-092-28/+25
|
* Whitespace cleanup.Stefan van der Walt2007-01-0816-60/+49
|
* Fix typo in oldnumeric and add Rick White's improvement to histogram for ↵Travis Oliphant2006-12-141-1/+1
| | | | large arrays.
* Don't share __all__ between numarray.linear_algebra and ↵Stefan van der Walt2006-11-222-3/+3
| | | | oldnumeric.linear_algebra.
* Fix the fromfunction routine to use float as default. Update oldnumeric and ↵Travis Oliphant2006-09-282-4/+7
| | | | numarray compatibility modules.
* Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes ↵Travis Oliphant2006-09-251-1/+18
| | | | can be identified.
* Switch order of .put arguments to match the function call. Eliminate ↵Travis Oliphant2006-09-221-6/+6
| | | | .putmask as a method and make it only a function.
* Fix problem with alter_code1.pyTravis Oliphant2006-09-211-1/+1
|
* oldnumeric.argmin should use numpy.argminRobert Kern2006-09-191-1/+1
|
* Add one more import possibility.Travis Oliphant2006-09-191-0/+2
|
* Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵Travis Oliphant2006-09-191-26/+55
| | | | .orig file
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-141-0/+1
|
* Fix functions in oldnumeric.mlabTravis Oliphant2006-09-081-0/+1
|
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵Travis Oliphant2006-09-073-5/+25
| | | | ctypeslib when ctypes is not available.
* Add a module/script to fix the default axis issue for code already converted ↵Travis Oliphant2006-08-291-0/+292
| | | | to NumPy
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-292-10/+10
|
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-2/+3
|
* Fix a problem with __all__ not being copied in oldnumeric.Travis Oliphant2006-08-252-5/+7
|
* Fix ticket #252Travis Oliphant2006-08-171-1/+1
|
* Fix error in oldnumeric.emptyTravis Oliphant2006-08-161-1/+1
|
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-142-2/+2
|
* Remove un-needed functions.Travis Oliphant2006-08-141-2/+2
|
* Restore numpy.oldnumeric.mlab.cov to MLab.cov behaviorTravis Oliphant2006-08-131-4/+29
|
* Change default axis argument of average and several masked array functions. ↵Travis Oliphant2006-08-133-3/+17
| | | | Move old behaviors to compatibility layer.
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-102-2/+2
|
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-102-7/+16
|
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-1/+1
|
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-055-21/+46
|
* Move converting codeTravis Oliphant2006-08-052-0/+308
|
* Update eye and tri to take dtype in mlabTravis Oliphant2006-08-051-5/+5
|
* Alter typeconv to ignore 'b'Travis Oliphant2006-08-051-16/+24
|
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-0510-43/+92
|
* Final fixes to oldnumericTravis Oliphant2006-08-051-17/+24
|
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-053-5/+81
|
* More fixes to backward compatibilityTravis Oliphant2006-08-0511-103/+377
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-048-42/+617
| | | | using the oldnumeric interface.
* Convert so that axis arguments are consistent for methods and functions. ↵Travis Oliphant2006-08-042-1/+15
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Strip white-space on element retrievalTravis Oliphant2006-08-031-1/+0
|
* Added histogram2d #161Travis Oliphant2006-07-011-2/+2
|
* Make the default array type float.Travis Oliphant2006-06-302-0/+51
|
* Expose deprecate functionTravis Oliphant2006-06-151-14/+9
|
* Fix-up oldnumeric moduleTravis Oliphant2006-06-122-0/+23
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-122-0/+257
module and numpy does not contain all of the names.