summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-55/+0
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-0/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-12/+12
* 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-011-1/+5
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-0/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+1
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-1/+2
* More fixes to backward compatibilityTravis Oliphant2006-08-051-4/+20
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-15/+7
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-041-0/+12
* Make the default array type float.Travis Oliphant2006-06-301-0/+6
* Fix-up oldnumeric moduleTravis Oliphant2006-06-121-0/+15