summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Expand)AuthorAgeFilesLines
* more janitorial workJarrod Millman2007-12-292-40/+40
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-293-6/+3
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-292-3/+2
* fixed typoJarrod Millman2007-10-291-1/+1
* Fix randint. Closes ticket #552.Stefan van der Walt2007-07-231-6/+4
* 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 larg...Travis Oliphant2006-12-141-1/+1
* Don't share __all__ between numarray.linear_algebra and oldnumeric.linear_alg...Stefan van der Walt2006-11-222-3/+3
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-282-4/+7
* Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes c...Travis Oliphant2006-09-251-1/+18
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-6/+6
* 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
* 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 ctype...Travis Oliphant2006-09-073-5/+25
* Add a module/script to fix the default axis issue for code already converted ...Travis Oliphant2006-08-291-0/+292
* 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. M...Travis Oliphant2006-08-133-3/+17
* 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 usi...Travis Oliphant2006-08-048-42/+617
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-042-1/+15
* 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