summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Expand)AuthorAgeFilesLines
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-053-7/+8
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-2/+1
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-056-37/+37
* Don't deprecated bias keyword, just add ddof.Charles Harris2010-07-071-1/+1
* ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword.Charles Harris2010-07-071-1/+1
* 3K: ENH: make oldnumeric to import -- but don't implement oldnumeric.Unpickle...Pauli Virtanen2010-02-212-6/+21
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-0/+10
* ran reindentJarrod Millman2008-12-313-4/+4
* Rewrapped __all__ definition to conform to PEP8.Alan McIntyre2008-09-134-24/+29
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-251-17/+17
* Correct the oldnumeric typecodes, update the tests to work on 32-bit machines...Robert Kern2008-07-033-17/+24
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-1/+3
* Restore old test framework classes.Alan McIntyre2008-06-212-2/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-172-2/+6
* 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