summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Expand)AuthorAgeFilesLines
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-202-5/+3
* Fix typo.Travis Oliphant2008-04-031-1/+1
* Fix-up a few errors in oldnumeric.Travis Oliphant2008-04-011-3/+3
* fix-up imports in oldnumeric/ma.pyTravis Oliphant2008-04-011-6/+6
* Add old ma.py interface to oldnumeric compatibility layer so that it stays th...Travis Oliphant2008-04-011-7/+2262
* Fix typo from last checkin.Travis Oliphant2008-03-251-1/+1
* Improve support for old pickles.Travis Oliphant2008-03-252-19/+49
* NotImplementedError is the exception, not NotImplementedRobert Kern2008-03-241-4/+4
* Fix oldnumeric compatibility with maTravis Oliphant2008-03-131-2/+2
* Add setupscons.py for pure python packagesDavid Cournapeau2008-01-071-0/+8
* 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