summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-2324-4568/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-1815-132/+132
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-0/+6
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-023-3/+3
* 2to3: Apply types fixer.Charles Harris2013-04-141-13/+14
* Merge pull request #3241 from charris/2to3-apply-nonzero-fixerCharles Harris2013-04-141-0/+15
|\
| * 2to3: Apply nonzero fixer.Charles Harris2013-04-131-0/+15
* | 2to3: Apply renames fixer.Charles Harris2013-04-131-8/+16
|/
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0624-52/+52
|/
* 2to3: Apply `imports` fixer.Charles Harris2013-04-022-19/+19
* 2to3: Use absolute imports.Charles Harris2013-03-2823-52/+52
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0124-22/+77
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-013-14/+14
* DEP: Remove scons related files and code.Charles Harris2013-01-131-8/+0
* 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